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

/bind-9.6-ESV-R11/bin/tests/system/
H A Dstart.pl135 my $cwd = getcwd();
/bind-9.6-ESV-R11/
H A Dconfig.h.win32178 #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.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.cpp256 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 Dfs_test.c718 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 Dfs.c780 cwd = getcwd(NULL, 0);
782 cwd = getcwd(NULL, MAXPATHLEN);
/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c248 if (getcwd(current, 256) == NULL) {
249 perror("getcwd");
H A Dt_dst.c184 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 Dfile.c426 cwd = getcwd(dirname, length);
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh3663 /* 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 Dconfigure16175 { $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