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

/osnet-11/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))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm55 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('
325 sub chdir { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h387 # define chdir PerlDir_chdir macro

Completed in 37 milliseconds