Searched refs:cd (Results 1 – 13 of 13) sorted by relevance
47 cd $1 || return50 else cd $1 > /dev/null || return62 cd $1
117 int iconv_close(iconv_t cd) { in iconv_close() argument152 unsigned long cd = (unsigned long)cd0; in iconv() local153 unsigned to = cd & 0xffff; in iconv()154 unsigned from = cd >> 16; in iconv()
9 cdcmd -u cd chdir
243 tells the cd command that it should print out the directory name,298 CD.C: This file defines the cd and pwd builtins. The pwd com-300 has already done a cd to an absolute pathname), but then301 remembers the current directory and updates it when the cd com-303 complication in the cd command is in the docd command, which
59 cdcmd -u cd chdir
45 cd acpica (or cd acpica/generate/unix)
330 unsigned cd : 1; member339 unsigned cd : 1; member
30 cd acpica/generate/unix
74 cd em-x.x.x89 cd em-x.x.x/src376 cd em-x.x.x
122 abs_srcroot="`cd \"${srcdir}\"; pwd`/"1375 …if test "x`test ! \"${srcroot}\" && cd \"${srcroot}\"; git rev-parse --is-inside-work-tree 2>/dev/…1384 …(test ! "${srcroot}" && cd "${srcroot}"; git describe --long --abbrev=40 --match="${pattern}") > "…
425 cd obj
Completed in 23 milliseconds