| /src/external/bsd/libarchive/dist/tar/test/ |
| test_option_safe_writes.c | 14 assertEqualInt(0, chdir("in")); 21 assertEqualInt(0, chdir("..")); 34 assertEqualInt(0, chdir("out")); 43 assertEqualInt(0, chdir("..")); 55 assertEqualInt(0, chdir("out"));
|
| test_copy.c | 25 * calling chdir(), you can work with arbitrarily long paths on such 131 assertEqualInt(0, chdir("original")); 168 assertEqualInt(0, chdir("..")); 279 assertEqualInt(0, chdir(name)); 305 assertEqualInt(0, chdir("..")); 321 assertEqualInt(0, chdir(target)); 348 assertEqualInt(0, chdir(".."));
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| chdir-long.h | 1 /* provide a chdir function that tries not to fail due to ENAMETOOLONG 24 /* On systems without PATH_MAX, presume that chdir accepts 27 # define chdir_long(Dir) chdir (Dir)
|
| rename.c | 128 if (!cwd || chdir (cwd)) 132 dst_temp = chdir (dst) ? NULL : getcwd (NULL, 0); 133 src_temp = chdir (src) ? NULL : getcwd (NULL, 0); 137 src_temp = chdir (src) ? NULL : getcwd (NULL, 0); 138 if (!IS_ABSOLUTE_FILE_NAME (dst) && chdir (cwd)) 140 dst_temp = chdir (dst) ? NULL : getcwd (NULL, 0); 142 if (chdir (cwd))
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| chdir-long.h | 1 /* provide a chdir function that tries not to fail due to ENAMETOOLONG 24 /* On systems without PATH_MAX, presume that chdir accepts 27 # define chdir_long(Dir) chdir (Dir)
|
| rename.c | 128 if (!cwd || chdir (cwd)) 132 dst_temp = chdir (dst) ? NULL : getcwd (NULL, 0); 133 src_temp = chdir (src) ? NULL : getcwd (NULL, 0); 137 src_temp = chdir (src) ? NULL : getcwd (NULL, 0); 138 if (!IS_ABSOLUTE_FILE_NAME (dst) && chdir (cwd)) 140 dst_temp = chdir (dst) ? NULL : getcwd (NULL, 0); 142 if (chdir (cwd))
|
| /src/usr.bin/make/unit-tests/ |
| opt-chdir.exp | 2 make: chdir /nonexistent: No such file or directory
|
| /src/etc/rc.d/ |
| rtadvd | 22 local chdir="$(getent passwd _rtadvd | cut -d: -f6)" 26 [ -z "${chdir}" ] || [ "/${chdir}" = // ] && return 0 51 echo "${name}: copying ${conf} to ${chdir}${conf}" 52 mkdir -p "${chdir}${confdir}" 53 cp "${conf}" "${chdir}${conf}" || return 1 57 mkdir -p "${chdir}/var/run" 60 ln -snf "${chdir}/var/run/${name}.dump" /var/run
|
| /src/external/gpl2/xcvs/dist/lib/ |
| chdir-long.h | 1 /* 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)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| foll-fork-syscall.c | 32 chdir (".");
|
| /src/regress/sys/kern/getcwd/ |
| getcwd.c | 202 chdir ("/usr/share/examples/emul/ultrix/etc"); 246 chdir ("/tmp/permdir/subdir"); 253 chdir ("/"); 259 chdir ("/tmp/permdir/subdir"); 266 chdir ("/"); 287 chdir ("/tmp/chrootdir"); 307 chdir("subdir"); 325 chdir ("/"); 339 chdir("/"); 356 chdir("/sbin") [all...] |
| /src/external/bsd/libarchive/dist/tar/ |
| bsdtar_windows.h | 35 #define chdir __tar_chdir macro
|
| /src/external/bsd/libbind/dist/bsd/ |
| daemon.c | 70 (void)chdir("/");
|
| /src/lib/libc/gen/ |
| daemon.c | 69 (void)chdir("/");
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| daemon.c | 70 chdir("/");
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| chroot_uid.c | 72 if (chdir("/")) 73 msg_fatal("chdir(/): %m");
|
| /src/sys/sys/ |
| spawn.h | 70 #define fae_chdir_path fae_data.chdir.path 71 } chdir; member in union:posix_spawn_file_actions_entry::__anon7703
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| chdir.c | 1 /* Implementation of the CHDIR intrinsic. 34 /* SUBROUTINE CHDIR(DIR, STATUS) 48 val = chdir (str); 65 val = chdir (str);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| chdir.c | 1 /* Implementation of the CHDIR intrinsic. 34 /* SUBROUTINE CHDIR(DIR, STATUS) 48 val = chdir (str); 65 val = chdir (str);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| conf_include_test.c | 20 # define chdir _chdir macro 33 /* the test does not work without chdir() */ 34 # define chdir(x) (-1); macro 58 ret = chdir(s); 222 * For this test we need to chdir as we use relative
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| conf_include_test.c | 19 # define chdir _chdir macro 31 /* the test does not work without chdir() */ 32 # define chdir(x) (-1); macro 56 ret = chdir(s); 202 * For this test we need to chdir as we use relative
|
| /src/usr.sbin/rtadvd/ |
| rtadvd_hostops.c | 28 .op_chdir = chdir,
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_cd.c | 91 if (!chdir(dir)) 120 if (!chdir(buf)) {
|
| /src/libexec/httpd/ |
| tilde-luzah-bozo.c | 50 * - chdir's /~user/public_html 101 if (chdir(pw->pw_dir) < 0) { 104 bozo_http_error(httpd, 404, request, "can't chdir to homedir"); 107 if (chdir(httpd->public_html) < 0) { 111 "can't chdir to public_html");
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| conf_include_test.c | 20 #define chdir _chdir macro 33 /* the test does not work without chdir() */ 34 #define chdir(x) (-1); macro 60 ret = chdir(s); 277 * For this test we need to chdir as we use relative
|