Searched refs:CVS_FILE (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.bin/cvs/ |
| D | repository.c | 142 type = CVS_FILE; in cvs_repository_getdir() 153 type = CVS_FILE; in cvs_repository_getdir() 174 case CVS_FILE: in cvs_repository_getdir() 180 FILE_INSIDE_ATTIC : 0, fl, CVS_FILE); in cvs_repository_getdir()
|
| D | file.c | 300 type = CVS_FILE; in cvs_file_walklist() 338 type = CVS_FILE; in cvs_file_walklist() 520 type = CVS_FILE; in cvs_file_walkdir() 532 type = CVS_FILE; in cvs_file_walkdir() 554 case CVS_FILE: in cvs_file_walkdir() 555 cvs_file_get(fpath, 0, &fl, CVS_FILE); in cvs_file_walkdir() 590 cvs_file_get(fpath, 0, &fl, CVS_FILE); in cvs_file_walkdir() 668 if (cf->file_type == CVS_FILE) { in cvs_file_classify() 695 cf->file_type == CVS_FILE && tag != NULL) { in cvs_file_classify() 714 cf->file_type != CVS_FILE) in cvs_file_classify()
|
| D | commit.c | 383 cvs_file_get(cf->file_path, 0, &files_affected, CVS_FILE); in cvs_commit_check_files() 387 cvs_file_get(cf->file_path, 0, &files_added, CVS_FILE); in cvs_commit_check_files() 390 cvs_file_get(cf->file_path, 0, &files_removed, CVS_FILE); in cvs_commit_check_files() 393 cvs_file_get(cf->file_path, 0, &files_modified, CVS_FILE); in cvs_commit_check_files() 417 if (cf->file_type != CVS_FILE) in cvs_commit_local()
|
| D | file.h | 92 #define CVS_FILE 2 macro
|
| D | remote.c | 272 cf->file_type = CVS_FILE; in cvs_remote_classify_file() 292 if (cvs_cmdop == CVS_OP_IMPORT && cf->file_type == CVS_FILE) in cvs_remote_classify_file()
|
| D | checkout.c | 327 case CVS_FILE: in checkout_check_repository() 423 return CVS_FILE; in checkout_classify() 433 return CVS_FILE; in checkout_classify()
|
| D | release.c | 103 if (cf->file_type == CVS_FILE) in cvs_release_local()
|
| D | util.c | 398 type = CVS_FILE; in cvs_rmdir() 410 type = CVS_FILE; in cvs_rmdir() 422 case CVS_FILE: in cvs_rmdir()
|
| D | admin.c | 274 ocf = cvs_file_get_cf(d, f, oldfilename, ofd, CVS_FILE, 0); in cvs_admin_local()
|