Home
last modified time | relevance | path

Searched refs:CVS_CHDIR (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dsystem.h215 #ifndef CVS_CHDIR
216 # define CVS_CHDIR chdir macro
/netbsd/src/external/gpl2/xcvs/dist/src/
Dcheckout.c458 if (CVS_CHDIR (where_this_pass) != -1) in safe_location()
466 if (CVS_CHDIR (current) == -1) in safe_location()
1036 if (CVS_CHDIR (repository) < 0) in checkout_proc()
1233 if (CVS_CHDIR (dir) < 0) in build_dirs_and_chdir()
Dadd.c224 if (CVS_CHDIR (update_dir) < 0) in add()
317 if (CVS_CHDIR (finfo.update_dir) < 0) in add()
807 if (CVS_CHDIR (dir) < 0) in add_directory()
Dls.c551 if (CVS_CHDIR ("..") == -1) in ls_dirleaveproc()
635 if (CVS_CHDIR (repository) < 0) in ls_proc()
Dmkmodules.c796 if (CVS_CHDIR (dir) < 0) in mkmodules()
1287 if ( CVS_CHDIR (adm) < 0) in init()
Drelease.c213 if (CVS_CHDIR (thisarg) < 0) in release()
Dannotate.c217 if (CVS_CHDIR (repository) < 0) in rannotate_proc()
Drecurse.c1209 if (CVS_CHDIR (dir) < 0) in do_dir_proc()
1336 if ( CVS_CHDIR (p->key) < 0) in unroll_files_proc()
Dclient.c837 if (CVS_CHDIR (toplevel_wd) < 0) in call_in_directory()
882 if (CVS_CHDIR (dir_name) < 0) in call_in_directory()
1036 if (CVS_CHDIR (dir_name) < 0) in call_in_directory()
2295 if (CVS_CHDIR (toplevel_wd) < 0) in process_prune_candidates()
3315 if (CVS_CHDIR (toplevel_wd) < 0) in get_responses_and_close()
4834 CVS_CHDIR (q); in send_file_names()
Dtag.c537 if (CVS_CHDIR (repository) < 0) in rtag_proc()
1752 if (CVS_CHDIR (repository) < 0) in tag_check_valid()
Dupdate.c344 && CVS_CHDIR (toplevel_wd) < 0) in update()
1070 if (CVS_CHDIR ("..") == -1) in update_dirleave_proc()
1144 if (CVS_CHDIR (dir) < 0) in isemptydir()
Dmodules.c549 if (CVS_CHDIR (dir) < 0) in my_module()
Dpatch.c339 if (CVS_CHDIR (repository) < 0) in patch_proc()
Dserver.c947 else if (CVS_CHDIR (server_temp_dir) < 0) in serve_root()
1254 if ( CVS_CHDIR (gDirname) < 0) in dirswitch()
2929 if (CVS_CHDIR (notify_list->dir) < 0) in server_notify()
6260 if (CVS_CHDIR (get_cvs_tmp_dir ()) == -1) in server_cleanup()
Dhistory.c816 if (CVS_CHDIR (pwdir) < 0 || (homedir = xgetcwd ()) == NULL) in history_write()
Dimport.c1750 if (CVS_CHDIR (dir) < 0) in import_descend_dir()
Dacl.c927 if ( CVS_CHDIR (repository) < 0) in racl_proc()
Dlog.c537 if (CVS_CHDIR (repository) < 0) in rlog_proc()
DChangeLog-973073 top level, move it before the CVS_CHDIR (dir_name) call, and do it
3112 change--move call to Subdir_Register back above the CVS_CHDIR call
3116 in the CVS_CHDIR. This makes test 27-add-add in sanity.sh work
DChangeLog5689 * server.c (server_cleanup): Replace CVS_CHDIR call: some systems
6978 (*): s/<chdir>/CVS_CHDIR/.
12461 where we started, rather than hoping that CVS_CHDIR ("..") will do
12466 would seem like the old code would CVS_CHDIR into directories and not
12467 CVS_CHDIR back, but I'm not going to investigate this and it
/netbsd/src/external/gpl2/xcvs/dist/
DChangeLog5872 CVS_CHDIR, CVS_CREAT, CVS_FOPEN, CVS_MKDIR, CVS_OPEN, CVS_OPENDIR,