Searched refs:getcwd (Results 1 - 12 of 12) sorted by relevance
| /bind-9.11.3/bin/tests/system/ |
| H A D | start.pl | 139 my $cwd = getcwd();
|
| /bind-9.11.3/ |
| H A D | config.h.win32 | 200 #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.11.3/unit/atf-src/atf-c/detail/ |
| H A D | fs_test.c | 715 ATF_TC(getcwd); variable 716 ATF_TC_HEAD(getcwd, tc) 720 ATF_TC_BODY(getcwd, tc) 1067 ATF_TP_ADD_TC(tp, getcwd);
|
| H A D | fs.c | 776 cwd = getcwd(NULL, 0); 778 cwd = getcwd(NULL, MAXPATHLEN);
|
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | fs.cpp | 735 cwd.reset(getcwd(NULL, 0)); 737 cwd.reset(getcwd(NULL, MAXPATHLEN)); 741 "getcwd() failed", errno);
|
| /bind-9.11.3/bin/tests/dst/ |
| H A D | dst_test.c | 243 if (getcwd(current, 256) == NULL) { 244 perror("getcwd");
|
| H A D | t_dst.c | 180 p = getcwd(current, PATH_MAX);; 182 t_info("getcwd failed %d\n", errno); 285 p = getcwd(current, PATH_MAX);; 287 t_info("getcwd failed %d\n", errno);
|
| /bind-9.11.3/lib/isc/unix/ |
| H A D | file.c | 542 cwd = getcwd(dirname, length);
|
| /bind-9.11.3/unit/atf-src/admin/ |
| H A D | ltmain.sh | 5574 # define getcwd _getcwd 5581 # define getcwd _getcwd 6007 /* static buffer for getcwd */ 6065 if (getcwd (tmp, LT_PATHMAX) == NULL) 6066 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", 6091 if (getcwd (tmp, LT_PATHMAX) == NULL) 6092 lt_fatal (__FILE__, __LINE__, "getcwd failed: %s",
|
| /bind-9.11.3/bin/named/ |
| H A D | server.c | 1060 if (getcwd(cwd, sizeof(cwd)) == NULL) {
|
| /bind-9.11.3/unit/atf-src/ |
| H A D | configure | 17641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getcwd(NULL, 0) works" >&5 17642 $as_echo_n "checking whether getcwd(NULL, 0) works... " >&6; } 17661 char *cwd = getcwd(NULL, 0);
|
Completed in 110 milliseconds