HomeSort by: relevance | last modified time | path
    Searched refs:CVSADM_ENT (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
create_adm.c 148 (void) sprintf (tmp, "%s/%s", dir, CVSADM_ENT);
150 (void) strcpy (tmp, CVSADM_ENT);
157 error (1, errno, "cannot open %s/%s", update_dir, CVSADM_ENT);
164 error (1, errno, "cannot close %s/%s", update_dir, CVSADM_ENT);
entries.c 149 rename_file (entfilename, CVSADM_ENT);
470 fpin = CVS_FOPEN (CVSADM_ENT, "r");
475 error (0, errno, "cannot open %s for reading", CVSADM_ENT);
486 error (0, errno, "cannot close %s", CVSADM_ENT);
recurse.c 1091 + sizeof (CVSADM_ENT)
1117 strcat (cvsadmdir, CVSADM_ENT);
1124 CVSADM_ENT);
server.c 304 /* Create CVSADM_ENT. We open in append mode because we
306 (void) sprintf (tmp, "%s/%s", dir_where_cvsadm_lives, CVSADM_ENT);
1341 f = CVS_FOPEN (CVSADM_ENT, "a");
1345 if (alloc_pending (80 + strlen (CVSADM_ENT)))
1346 sprintf (pending_error_text, "E cannot open %s", CVSADM_ENT);
1353 if (alloc_pending (80 + strlen (CVSADM_ENT)))
1354 sprintf (pending_error_text, "E cannot close %s", CVSADM_ENT);
2312 f = CVS_FOPEN (CVSADM_ENT, "a");
2316 if (alloc_pending (80 + strlen (CVSADM_ENT)))
2317 sprintf (pending_error_text, "E cannot open %s", CVSADM_ENT);
    [all...]
cvs.h 115 #define CVSADM_ENT getCVSDir("/Entries.")
132 #define CVSADM_ENT getCVSDir("/Entries")
find_names.c 180 else if (isfile (CVSADM_ENT))

Completed in 24 milliseconds