/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | h_cwd.c | 84 if (getcwd(pwd, sizeof(pwd)) == NULL) in simple() 92 if (getcwd(pwd, sizeof(pwd)) == NULL) in simple() 100 if (getcwd(pwd, sizeof(pwd)) == NULL) in simple() 106 if (getcwd(pwd, sizeof(pwd)) == NULL) in simple() 113 if (getcwd(pwd, sizeof(pwd)) == NULL) in simple() 119 if (getcwd(pwd, sizeof(pwd)) == NULL) in simple() 139 if (getcwd(pwd, sizeof(pwd)) == NULL) in symlinktest()
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_realpath.c | 129 ATF_REQUIRE_MSG(getcwd(path, sizeof(path)) != NULL, in ATF_TC_BODY() 131 ATF_REQUIRE_MSG(getcwd(slnk, sizeof(slnk)) != NULL, in ATF_TC_BODY() 134 (void)getcwd(path, sizeof(path)); in ATF_TC_BODY() 135 (void)getcwd(slnk, sizeof(slnk)); in ATF_TC_BODY()
|
H A D | t_getcwd.c | 56 ATF_REQUIRE(getcwd(buf, 0) == NULL); in ATF_TC_BODY() 62 ATF_REQUIRE(getcwd((void *)-1, sizeof(buf)) == NULL); in ATF_TC_BODY() 121 if (getcwd(buf, sizeof(buf)) == NULL) { in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_chroot.c | 60 (void)getcwd(buf, sizeof(buf)); in ATF_TC_BODY() 147 ATF_REQUIRE(getcwd(buf, sizeof(buf)) != NULL); in ATF_TC_BODY() 186 (void)getcwd(buf, sizeof(buf)); in ATF_TC_BODY() 272 ATF_REQUIRE(getcwd(buf, sizeof(buf)) != NULL); in ATF_TC_BODY()
|
/freebsd/contrib/kyua/m4/ |
H A D | fs.m4 | 39 dnl Checks whether getcwd(NULL, 0) works; i.e. if getcwd(3) can dynamically 43 [whether getcwd(NULL, 0) works], 48 char *cwd = getcwd(NULL, 0); 56 [Define to 1 if getcwd(NULL, 0) works])
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | conf.py | 50 print(os.getcwd()) 51 print(os.getcwd() + '/../build/doxygen/xml')
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | statfs.cc | 70 ASSERT_NE(nullptr, getcwd(mp, PATH_MAX)) << strerror(errno); in TEST_F() 115 ASSERT_NE(nullptr, getcwd(mp, PATH_MAX)) << strerror(errno); in TEST_F() 153 ASSERT_NE(nullptr, getcwd(mp, PATH_MAX)) << strerror(errno); in TEST_F()
|
/freebsd/include/ssp/ |
H A D | unistd.h | 77 __ssp_redirect_raw(char *, getcwd, getcwd, (char *__buf, size_t __len),
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | visopts.py | 304 atexit.register(shutil.rmtree, os.getcwd()) 305 print "generated files under directory: %s" % os.getcwd()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_sparse_basic.c | 91 #define getcwd _getcwd macro 587 cwd = getcwd(NULL, PATH_MAX);/* Solaris getcwd needs the size. */ in DEFINE_TEST() 589 cwd = getcwd(NULL, 0); in DEFINE_TEST() 674 cwd = getcwd(NULL, PATH_MAX);/* Solaris getcwd needs the size. */ in DEFINE_TEST() 676 cwd = getcwd(NULL, 0); in DEFINE_TEST()
|
/freebsd/crypto/openssl/tools/ |
H A D | c_rehash.in | 55 if (defined(&Cwd::getcwd)) { 56 $pwd=Cwd::getcwd();
|
/freebsd/contrib/netbsd-tests/lib/libc/ssp/ |
H A D | t_ssp.sh | 425 atf_test_case getcwd 464 atf_add_test_case getcwd
|
H A D | h_getcwd.c | 44 (void)getcwd(b, len); in main()
|
/freebsd/lib/libc/compat-43/ |
H A D | getwd.c | 43 if ( (p = getcwd(buf, MAXPATHLEN)) ) in getwd()
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 981 return abs2rel(catfile($directories{SRCTOP},@_,$f),getcwd); 987 return abs2rel(catdir($directories{SRCTOP},@_), getcwd); 994 return abs2rel(catfile($directories{BLDTOP},@_,$f), getcwd); 1000 return abs2rel(catdir($directories{BLDTOP},@_), getcwd);
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getcwd.c | 46 getcwd(char *path, size_t size) in getcwd() function
|
/freebsd/tools/test/stress2/lib/ |
H A D | resources.c | 63 if (getcwd(path, sizeof(path)) == NULL) in inodes() 86 if (getcwd(path, sizeof(path)) == NULL) in df()
|
/freebsd/lib/libpathconv/tests/ |
H A D | abs2rel.c | 46 if (!getcwd(cwd, MAXPATHLEN)) { in main()
|
H A D | rel2abs.c | 45 if (!getcwd(cwd, MAXPATHLEN)) { in main()
|
/freebsd/bin/pwd/ |
H A D | pwd.c | 76 (p = getcwd(NULL, 0)) != NULL) in main()
|
/freebsd/contrib/libucl/python/ |
H A D | setup.py | 13 if os.getcwd() != LIB_ROOT:
|
/freebsd/contrib/tcsh/ |
H A D | tc.decls.h | 192 # undef getcwd 193 # define getcwd(a, b) xgetcwd(a, b) macro
|
H A D | tc.os.h | 532 # ifndef getcwd 533 extern char *getcwd();
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | gt_01.c | 51 getcwd(path, sizeof(path)); in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | statfs.sh | 79 if (getcwd(path, sizeof(path)) == NULL)
|