Searched refs:CVS_CHDIR (Results 1 – 21 of 21) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | system.h | 215 #ifndef CVS_CHDIR 216 # define CVS_CHDIR chdir macro
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | checkout.c | 458 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()
|
| D | add.c | 224 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()
|
| D | ls.c | 551 if (CVS_CHDIR ("..") == -1) in ls_dirleaveproc() 635 if (CVS_CHDIR (repository) < 0) in ls_proc()
|
| D | mkmodules.c | 796 if (CVS_CHDIR (dir) < 0) in mkmodules() 1287 if ( CVS_CHDIR (adm) < 0) in init()
|
| D | release.c | 213 if (CVS_CHDIR (thisarg) < 0) in release()
|
| D | annotate.c | 217 if (CVS_CHDIR (repository) < 0) in rannotate_proc()
|
| D | recurse.c | 1209 if (CVS_CHDIR (dir) < 0) in do_dir_proc() 1336 if ( CVS_CHDIR (p->key) < 0) in unroll_files_proc()
|
| D | client.c | 837 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()
|
| D | tag.c | 537 if (CVS_CHDIR (repository) < 0) in rtag_proc() 1752 if (CVS_CHDIR (repository) < 0) in tag_check_valid()
|
| D | update.c | 344 && CVS_CHDIR (toplevel_wd) < 0) in update() 1070 if (CVS_CHDIR ("..") == -1) in update_dirleave_proc() 1144 if (CVS_CHDIR (dir) < 0) in isemptydir()
|
| D | modules.c | 549 if (CVS_CHDIR (dir) < 0) in my_module()
|
| D | patch.c | 339 if (CVS_CHDIR (repository) < 0) in patch_proc()
|
| D | server.c | 947 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()
|
| D | history.c | 816 if (CVS_CHDIR (pwdir) < 0 || (homedir = xgetcwd ()) == NULL) in history_write()
|
| D | import.c | 1750 if (CVS_CHDIR (dir) < 0) in import_descend_dir()
|
| D | acl.c | 927 if ( CVS_CHDIR (repository) < 0) in racl_proc()
|
| D | log.c | 537 if (CVS_CHDIR (repository) < 0) in rlog_proc()
|
| D | ChangeLog-97 | 3073 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
|
| D | ChangeLog | 5689 * 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/ |
| D | ChangeLog | 5872 CVS_CHDIR, CVS_CREAT, CVS_FOPEN, CVS_MKDIR, CVS_OPEN, CVS_OPENDIR,
|