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

  /src/external/gpl2/xcvs/dist/src/
edit.c 144 for the same CVSADM_NOTIFY file which we removed the first time we
162 fp = CVS_FOPEN (CVSADM_NOTIFY, "r");
166 error (0, errno, "cannot open %s", CVSADM_NOTIFY);
205 error (0, errno, "cannot read %s", CVSADM_NOTIFY);
207 error (0, errno, "cannot close %s", CVSADM_NOTIFY);
209 if ( CVS_UNLINK (CVSADM_NOTIFY) < 0)
210 error (0, errno, "cannot remove %s", CVSADM_NOTIFY);
217 /* Look through the CVSADM_NOTIFY file and process each item there
227 notifications stay in CVSADM_NOTIFY to be sent next time. */
396 fp = xfopen (CVSADM_NOTIFY, "a")
    [all...]
client.c 2582 fp = xfopen (CVSADM_NOTIFY, "r");
2586 error (0, 0, "cannot read %s: end of file", CVSADM_NOTIFY);
2588 error (0, errno, "cannot read %s", CVSADM_NOTIFY);
2594 error (0, 0, "malformed %s file", CVSADM_NOTIFY);
2608 error (0, errno, "cannot close %s", CVSADM_NOTIFY);
2609 if ( CVS_UNLINK (CVSADM_NOTIFY) < 0)
2610 error (0, errno, "cannot remove %s", CVSADM_NOTIFY);
2615 error (0, errno, "cannot read %s", CVSADM_NOTIFY);
2641 error (0, errno, "cannot read %s", CVSADM_NOTIFY);
2652 error (0, errno, "cannot close %s", CVSADM_NOTIFY);
    [all...]
cvs.h 124 #define CVSADM_NOTIFY getCVSDir("/Notify.")
141 #define CVSADM_NOTIFY getCVSDir("/Notify")
server.c 2767 program_name, CVSADM_NOTIFY);

Completed in 23 milliseconds