Searched refs:save_cwd (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dsave-cwd.h30 int save_cwd (struct saved_cwd *cwd);
H A Dopenat.c41 Simulate it by doing save_cwd/fchdir/open/restore_cwd.
42 If either the save_cwd or the restore_cwd fails (relatively unlikely,
70 if (save_cwd (&saved_cwd) != 0)
97 Simulate it by doing save_cwd/fchdir/opendir(".")/restore_cwd.
98 If either the save_cwd or the restore_cwd fails (relatively unlikely,
112 if (save_cwd (&saved_cwd) != 0)
139 Simulate it by doing save_cwd/fchdir/(stat|lstat)/restore_cwd.
140 If either the save_cwd or the restore_cwd fails (relatively unlikely,
156 if (save_cwd (&saved_cwd) != 0)
H A Dsave-cwd.c45 always returns -1 so that save_cwd resorts to using xgetcwd.
77 save_cwd (struct saved_cwd *cwd) function
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drelease.c200 if (save_cwd (&cwd))
H A Dadd.c206 if (save_cwd (&cwd))
296 if (save_cwd (&cwd))
762 if (save_cwd (&cwd))
H A Dmodules.c293 if (save_cwd (&cwd))
376 if (save_cwd (&cwd))
H A Drecurse.c1195 if (save_cwd (&cwd))
1327 if (save_cwd (&cwd))
H A Dmkmodules.c701 if (save_cwd (&cwd))
H A Dhistory.c811 if (save_cwd (&cwd))
H A Dimport.c1710 if (save_cwd (&cwd))
H A Dtag.c1665 if (save_cwd (&cwd))
H A Dupdate.c1112 if (save_cwd (&cwd))
H A Dclient.c3306 * call_in_directory() saved its working directory via save_cwd() before
4790 save_cwd (&sdir);

Completed in 92 milliseconds