Searched defs:chdir (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/path/
H A Dpathcd.c49 else n = chdir(path);
53 #define chdir(p) vchdir(p) macro
60 * is called on intermediate chdir errors
79 if (!chdir(p))
83 * chdir failed
113 * chdir to the prefix
117 if (chdir(p))
126 if (chdir(s))
/ast/src/cmd/ksh93/include/
H A Dshell.h233 #define chdir(a) sh_chdir(a) macro
/ast/src/cmd/ksh93/sh/
H A Dio.c2703 #undef chdir macro
2707 while((r=chdir(dir))<0 && errno==EINTR)

Completed in 18 milliseconds