Searched refs:getcwd (Results 1 - 11 of 11) sorted by relevance
/bind-9.6-ESV-R11/bin/tests/system/ |
H A D | start.pl | 135 my $cwd = getcwd();
|
/bind-9.6-ESV-R11/ |
H A D | config.h.win32 | 178 #define getcwd _getcwd
|
H A D | ltmain.sh | 4230 # define getcwd _getcwd 4241 # define getcwd _getcwd 4662 /* static buffer for getcwd */ 4720 if (getcwd (tmp, LT_PATHMAX) == NULL) 4721 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", 4746 if (getcwd (tmp, LT_PATHMAX) == NULL) 4747 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | fs.cpp | 256 cwd.reset(getcwd(NULL, 0)); 258 cwd.reset(getcwd(NULL, MAXPATHLEN)); 262 "getcwd() failed", errno);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | fs_test.c | 718 ATF_TC(getcwd); variable 719 ATF_TC_HEAD(getcwd, tc) 723 ATF_TC_BODY(getcwd, tc) 1070 ATF_TP_ADD_TC(tp, getcwd);
|
H A D | fs.c | 780 cwd = getcwd(NULL, 0); 782 cwd = getcwd(NULL, MAXPATHLEN);
|
/bind-9.6-ESV-R11/bin/tests/dst/ |
H A D | dst_test.c | 248 if (getcwd(current, 256) == NULL) { 249 perror("getcwd");
|
H A D | t_dst.c | 184 p = getcwd(current, PATH_MAX);; 186 t_info("getcwd failed %d\n", errno); 285 p = getcwd(current, PATH_MAX);; 287 t_info("getcwd failed %d\n", errno);
|
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | file.c | 426 cwd = getcwd(dirname, length);
|
/bind-9.6-ESV-R11/unit/atf-src/admin/ |
H A D | ltmain.sh | 3663 /* static buffer for getcwd */ 3721 if (getcwd (tmp, LT_PATHMAX) == NULL) 3722 lt_fatal ("getcwd failed"); 3746 if (getcwd (tmp, LT_PATHMAX) == NULL) 3747 lt_fatal ("getcwd failed");
|
/bind-9.6-ESV-R11/unit/atf-src/ |
H A D | configure | 16175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getcwd(NULL, 0) works" >&5 16176 $as_echo_n "checking whether getcwd(NULL, 0) works... " >&6; } 16195 char *cwd = getcwd(NULL, 0);
|
Completed in 2632 milliseconds