Searched refs:chdir (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/macosx-10.10.1/gpatch-3/patch/pc/
H A Dchdirsaf.c1 /* A safer version of chdir, which returns back to the
13 chdir (initial_wd);
33 return chdir (dir);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dchdir-long.h1 /* provide a chdir function that tries not to fail due to ENAMETOOLONG
29 /* On systems without PATH_MAX, presume that chdir accepts
32 # define chdir_long(Dir) chdir (Dir)
H A Dsave-cwd.c32 #include "chdir-long.h"
38 Since chdir_long requires fchdir, use chdir instead. */
45 # define chdir_long(Dir) chdir (Dir)
84 Upon failure, return -1 (errno is set by chdir or fchdir).
/macosx-10.10.1/ksh-23/ksh/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))
/macosx-10.10.1/emacs-93/emacs/mac/src/
H A Dchdir.c1 /* Implementation of chdir on the Mac for use with make-docfile.
28 int chdir(const char *path) function
/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dbsdtar_windows.h50 #define chdir __tar_chdir macro
/macosx-10.10.1/Security-57031.1.35/certificates/CertificateTool/CertificateTool/
H A DValidateAsset.c237 if (chdir(asset_dir_path))
244 (void)chdir(current_working_directory_path);
257 (void)chdir(current_working_directory_path);
266 (void)chdir(current_working_directory_path);
274 (void)chdir(current_working_directory_path);
282 (void)chdir(current_working_directory_path);
290 (void)chdir(current_working_directory_path);
299 (void)chdir(current_working_directory_path);
307 (void)chdir(current_working_directory_path);
318 (void)chdir(current_working_directory_pat
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Ddaemon.c69 (void)chdir("/");
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Dmsdos.h166 /* New chdir () routine.
167 DJGPP v2.0 and later doesn't need it because its chdir() does
169 #ifdef chdir macro
170 #undef chdir
172 #define chdir sys_chdir
171 #define chdir macro
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Ddaemon.c68 chdir("/");
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dchroot_uid.c70 if (chdir("/"))
71 msg_fatal("chdir(/): %m");
/macosx-10.10.1/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DValidateAsset.c375 if (chdir(asset_dir_path))
382 (void)chdir(current_working_directory_path);
389 (void)chdir(current_working_directory_path);
407 (void)chdir(current_working_directory_path);
415 (void)chdir(current_working_directory_path);
425 (void)chdir(current_working_directory_path);
435 (void)chdir(current_working_directory_path);
445 (void)chdir(current_working_directory_path);
455 (void)chdir(current_working_directory_path);
464 (void)chdir(current_working_directory_pat
[all...]
/macosx-10.10.1/apr-32/apr/apr/threadproc/netware/
H A Dprocsup.c25 chdir("/");
/macosx-10.10.1/apr-32/apr/apr/threadproc/unix/
H A Dprocsup.c21 if (chdir("/") == -1) {
/macosx-10.10.1/kext_tools-384.1.4/
H A Dsafecalls.h30 * per-thread chdir, this code is not safe to use on multiple threads.
69 #define chdir() // #error use schdir macro
/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dtest_copy.c41 * calling chdir(), you can work with arbitrarily long paths on such
147 assertEqualInt(0, chdir("original"));
184 assertEqualInt(0, chdir(".."));
290 assertEqualInt(0, chdir("plain"));
316 assertEqualInt(0, chdir(".."));
332 assertEqualInt(0, chdir(target));
359 assertEqualInt(0, chdir("../.."));
/macosx-10.10.1/postfix-255/postfix/src/postfix/
H A Dpostfix.c526 if (chdir(var_command_dir))
527 msg_fatal("chdir(%s): %m", var_command_dir);
528 if (chdir(var_daemon_dir))
529 msg_fatal("chdir(%s): %m", var_daemon_dir);
530 if (chdir(var_queue_dir))
531 msg_fatal("chdir(%s): %m", var_queue_dir);
/macosx-10.10.1/xar-254/xar/test/
H A Dutil.py139 def chdir(*args, **kwargs): function
141 os.chdir(*args, **kwargs)
145 os.chdir(cwd)
H A Dheap.py37 with util.chdir(directory):
54 with util.chdir(directory):
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dntlib.h56 #undef chdir macro
57 #define chdir _chdir macro
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Ddaemon.c114 (void)chdir("/");
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Ddetach.c127 (void) chdir( "/" );
/macosx-10.10.1/apache-793/httpd/modules/arch/unix/
H A Dmod_unixd.c155 if (chdir(ap_unixd_config.chroot_dir) != 0) {
158 "Can't chdir to %s", ap_unixd_config.chroot_dir);
169 if (chdir("/") != 0) {
172 "Can't chdir to new root");
334 if (chdir(ap_unixd_config.chroot_dir) != 0) {
336 "Can't chdir to %s", ap_unixd_config.chroot_dir);
344 if (chdir("/") != 0) {
346 "Can't chdir to new root");
/macosx-10.10.1/apr-32/apr/apr/threadproc/beos/
H A Dapr_proc_stub.c72 chdir(directory);
/macosx-10.10.1/misc_cmds-33/calendar/
H A Dcalendar.c133 if (!chdir(pw->pw_dir))

Completed in 307 milliseconds

1234567891011>>