usr.bin/cvs/add.c
323
cvs_parse_tagfile(cf->file_wd, &tag, &date, &nb);
usr.bin/cvs/add.c
417
cvs_parse_tagfile(cf->file_wd, &tag, NULL, &nb);
usr.bin/cvs/client.c
427
cvs_parse_tagfile(d, &tag, &date, &nb);
usr.bin/cvs/cvs.h
370
void cvs_parse_tagfile(char *, char **, char **, int *);
usr.bin/cvs/file.c
361
cvs_parse_tagfile(cf->file_wd,
usr.bin/cvs/file.c
447
cvs_parse_tagfile(cf->file_path, &cvs_directory_tag, NULL, NULL);
usr.bin/cvs/update.c
204
cvs_parse_tagfile(cf->file_wd, &dirtag, NULL, NULL);