HomeSort by: relevance | last modified time | path
    Searched defs:rcs_lockfile (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
rcs.c 171 static char *rcs_lockfile = NULL; variable
8403 if (rcs_lockfile != NULL)
8408 char *tmp = rcs_lockfile;
8409 rcs_lockfile = NULL;
8470 assert (rcs_lockfile == NULL);
8472 rcs_lockfile = rcs_lockfilename (rcsfile);
8498 rcs_lockfd = open (rcs_lockfile,
8504 error (1, errno, "could not open lock file `%s'", rcs_lockfile);
8512 error (1, errno, "cannot change mode for %s", rcs_lockfile);
8516 error (1, errno, "cannot fdopen %s", rcs_lockfile);
    [all...]

Completed in 85 milliseconds