Searched refs:fprcs (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | import.c | 43 static int preserve_initial_permissions (FILE *fprcs, const char *userfile, 46 static int expand_and_copy_contents (FILE *fprcs, mode_t file_type, 1082 FILE *fprcs, *fpuser; in add_rcs_file() local 1194 fprcs = CVS_FOPEN (rcs, "w+b"); in add_rcs_file() 1195 if (fprcs == NULL) in add_rcs_file() 1206 if (fprintf (fprcs, "head %s;\012", in add_rcs_file() 1212 if (fprintf (fprcs, "head ;\012") < 0) in add_rcs_file() 1221 if (fprintf (fprcs, "branch %s;\012", add_vbranch) < 0) in add_rcs_file() 1224 if (fprintf (fprcs, "access ;\012") < 0 || in add_rcs_file() 1225 fprintf (fprcs, "symbols ") < 0) in add_rcs_file() [all …]
|