HomeSort by relevance Sort by last modified time
    Searched defs:chdir (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
chdir.c 32 chdir(char *s) function
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
chdir.c 32 chdir(char *s) function
  /onnv/onnv-gate/usr/src/lib/libast/common/path/
pathcd.c 49 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))
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
Cwd.pm 55 It might conceivably chdir() you out of a directory that it can't
56 chdir() you back into. If fastcwd encounters a problem it will return
105 If you ask to override your chdir() built-in function,
107 use Cwd qw(chdir);
110 it will only be kept up to date if all packages which use chdir import
141 L<File::chdir>
151 @EXPORT_OK = qw(chdir abs_path fast_abs_path realpath fast_realpath);
252 # you might chdir out of a directory that you can't chdir back into.
264 CORE::chdir('..') || return undef
325 sub chdir { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/syscall/
chdir.c 70 chdir(char *fname) function
93 * File-descriptor based version of 'chdir'.
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit.c 270 * later? This might be for a chdir/chroot or open (add path
275 * chroot, chdir, open, creat system call processing. It determines
429 * chroot, chdir, open, creat system call processing. It determines
486 * later? This might be for a chdir/chroot or open (add path
491 * chroot, chdir, open, creat system call processing. It determines
557 * later? This might be for a chdir/chroot or open (add path
562 * chroot, chdir, open, creat system call processing. It determines
1606 int chdir; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 387 # define chdir PerlDir_chdir macro
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
ftpd.c 1153 || (chdir("/") < 0)) {
1597 #define chdir macro
    [all...]

Completed in 240 milliseconds