Searched refs:cvs_file_get (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/cvs/
H A Dmodules.c176 cvs_file_get((sp + 1), 0,
179 cvs_file_get(sp, 0,
192 cvs_file_get(fpath, 0,
197 cvs_file_get(fpath, 0,
204 cvs_file_get(dirname, 0, &(mi->mi_modules), 0);
238 cvs_file_get(name, 0, &(mc->mc_modules), 0);
H A Dfile.h112 struct cvs_filelist *cvs_file_get(char *, int, struct cvs_flisthead *, int);
H A Drepository.c171 cvs_file_get(fpath, 0, dl, CVS_DIR);
178 cvs_file_get(fpath,
H A Dcommit.c383 cvs_file_get(cf->file_path, 0, &files_affected, CVS_FILE);
387 cvs_file_get(cf->file_path, 0, &files_added, CVS_FILE);
390 cvs_file_get(cf->file_path, 0, &files_removed, CVS_FILE);
393 cvs_file_get(cf->file_path, 0, &files_modified, CVS_FILE);
H A Dfile.c199 cvs_file_get(argv[i], FILE_USER_SUPPLIED, &fl, 0);
207 cvs_file_get(char *name, int flags, struct cvs_flisthead *fl, int type) function
552 cvs_file_get(fpath, 0, &dl, CVS_DIR);
555 cvs_file_get(fpath, 0, &fl, CVS_FILE);
588 cvs_file_get(fpath, 0, &dl, CVS_DIR);
590 cvs_file_get(fpath, 0, &fl, CVS_FILE);

Completed in 78 milliseconds