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

/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dsave-cwd.h31 int restore_cwd (const 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,
85 if (restore_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,
127 if (restore_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,
173 if (restore_cwd (&saved_cwd) != 0)
H A Dsave-cwd.c57 the program may change to other directories and later use restore_cwd
100 restore_cwd (const struct saved_cwd *cwd) function
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Drelease.c221 if (restore_cwd (&cwd))
273 if (restore_cwd (&cwd))
294 if (restore_cwd (&cwd))
303 if (restore_cwd (&cwd))
318 if (restore_cwd (&cwd))
333 if (restore_cwd (&cwd))
372 if (restore_cwd (&cwd))
379 if (restore_cwd (&cwd))
H A Dadd.c253 if (restore_cwd (&cwd))
692 if (restore_cwd (&cwd))
858 if (restore_cwd (&cwd))
874 if (restore_cwd (&cwd))
H A Dmodules.c304 if (restore_cwd (&cwd))
656 if (restore_cwd (&cwd))
H A Drecurse.c1249 if (restore_cwd (&cwd))
1351 if (restore_cwd (&cwd))
H A Dmkmodules.c822 if (restore_cwd (&cwd))
H A Dhistory.c817 if (restore_cwd (&cwd))
H A Dimport.c1773 if (restore_cwd (&cwd))
H A Dtag.c1677 if (restore_cwd (&cwd))
H A Dupdate.c1121 if (restore_cwd (&cwd))
H A Dclient.c3308 * restore_cwd() before exiting. Of course, calling CVS_CHDIR only once,
4835 restore_cwd (&sdir);

Completed in 186 milliseconds