Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Drelease.c221 if (restore_cwd (&cwd)) in release()
273 if (restore_cwd (&cwd)) in release()
294 if (restore_cwd (&cwd)) in release()
303 if (restore_cwd (&cwd)) in release()
318 if (restore_cwd (&cwd)) in release()
333 if (restore_cwd (&cwd)) in release()
372 if (restore_cwd (&cwd)) in release()
379 if (restore_cwd (&cwd)) in release()
Dadd.c253 if (restore_cwd (&cwd)) in add()
692 if (restore_cwd (&cwd)) in add()
858 if (restore_cwd (&cwd)) in add_directory()
874 if (restore_cwd (&cwd)) in add_directory()
Dmodules.c303 if (restore_cwd (&cwd)) in my_module()
655 if (restore_cwd (&cwd)) in my_module()
Drecurse.c1249 if (restore_cwd (&cwd)) in do_dir_proc()
1351 if (restore_cwd (&cwd)) in unroll_files_proc()
Dmkmodules.c829 if (restore_cwd (&cwd)) in mkmodules()
Dhistory.c818 if (restore_cwd (&cwd)) in history_write()
Dtag.c1688 if (restore_cwd (&cwd)) in tag_check_valid()
Dimport.c1794 if (restore_cwd (&cwd)) in import_descend_dir()
Dupdate.c1124 if (restore_cwd (&cwd)) in isemptydir()
Dclient.c4839 restore_cwd (&sdir); in send_file_names()
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dopenat.c85 if (restore_cwd (&saved_cwd) != 0) in rpl_openat()
127 if (restore_cwd (&saved_cwd) != 0) in fdopendir()
173 if (restore_cwd (&saved_cwd) != 0) in fstatat()
Dsave-cwd.h31 int restore_cwd (const struct saved_cwd *cwd);
Dsave-cwd.c100 restore_cwd (const struct saved_cwd *cwd) in restore_cwd() function