Searched refs:getcwd (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/bin/tests/system/
H A Dstart.pl139 my $cwd = getcwd();
/bind-9.11.3/
H A Dconfig.h.win32200 #define getcwd _getcwd
H A Dltmain.sh4230 # 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 Dfs_test.c715 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 Dfs.c776 cwd = getcwd(NULL, 0);
778 cwd = getcwd(NULL, MAXPATHLEN);
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp735 cwd.reset(getcwd(NULL, 0));
737 cwd.reset(getcwd(NULL, MAXPATHLEN));
741 "getcwd() failed", errno);
/bind-9.11.3/bin/tests/dst/
H A Ddst_test.c243 if (getcwd(current, 256) == NULL) {
244 perror("getcwd");
H A Dt_dst.c180 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 Dfile.c542 cwd = getcwd(dirname, length);
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh5574 # 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 Dserver.c1060 if (getcwd(cwd, sizeof(cwd)) == NULL) {
/bind-9.11.3/unit/atf-src/
H A Dconfigure17641 { $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 137 milliseconds