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

/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dchdir.c32 chdir(char *s) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dchdir.c32 chdir(char *s) function
/illumos-gate/usr/src/lib/libast/common/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))
/illumos-gate/usr/src/uts/common/syscall/
H A Dchdir.c68 chdir(char *fname) function
91 * File-descriptor based version of 'chdir'.
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c123 * later? This might be for a chdir/chroot or open (add path
128 * chroot, chdir, open, creat system call processing. It determines
287 * later? This might be for a chdir/chroot or open (add path
292 * chroot, chdir, open, creat system call processing. It determines
357 * later? This might be for a chdir/chroot or open (add path
362 * chroot, chdir, open, creat system call processing. It determines
1357 int chdir; local
1370 chdir = tad->tad_scid == SYS_chdir;
1373 if (chdir)
/illumos-gate/usr/src/man/man1/
H A DMakefile427 chdir.1 \
556 chdir.1 := LINKSRC = cd.1

Completed in 72 milliseconds