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

  /src/external/gpl2/xcvs/dist/src/
cvs.h 125 #define CVSADM_NOTIFYTMP getCVSDir("/Notify.tmp")
142 #define CVSADM_NOTIFYTMP getCVSDir("/Notify.tmp")
client.c 2619 newf = xfopen (CVSADM_NOTIFYTMP, "w");
2622 error (0, errno, "cannot write %s", CVSADM_NOTIFYTMP);
2635 error (0, errno, "cannot write %s", CVSADM_NOTIFYTMP);
2646 error (0, errno, "cannot close %s", CVSADM_NOTIFYTMP);
2660 rename_file (CVSADM_NOTIFYTMP, CVSADM_NOTIFY);

Completed in 21 milliseconds