Searched defs:cwd (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.cpp254 std::auto_ptr< char > cwd; local
256 cwd.reset(getcwd(NULL, 0));
258 cwd.reset(getcwd(NULL, MAXPATHLEN));
260 if (cwd.get() == NULL)
264 return atf::fs::path(cwd.get());
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfile.c420 char *cwd; local
426 cwd = getcwd(dirname, length);
428 if (cwd == NULL) {
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.c777 char *cwd; local
780 cwd = getcwd(NULL, 0);
782 cwd = getcwd(NULL, MAXPATHLEN);
784 if (cwd == NULL) {
789 err = atf_fs_path_init_fmt(p, "%s", cwd);
790 free(cwd);
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c136 char *cwd = "."; variable
474 cwd = savestr(cp2);
734 cwd = savestr(cp2);
1045 prog, cwd, file, strerror(errno));
1050 printf("%s: process: opened %s/%s\n", prog, cwd, file);
1061 prog, cwd, file, n);
1102 prog, cwd, file, n, errstr);
1116 prog, cwd, file, n);
1184 prog, cwd, file, n);
1206 prog, cwd, fil
[all...]

Completed in 25 milliseconds