Searched refs:rcs_lockfd (Results 1 – 1 of 1) sorted by relevance
155 static int rcs_lockfd = -1; variable8155 if (rcs_lockfd >= 0) in rcs_cleanup()8157 if (close (rcs_lockfd) != 0) in rcs_cleanup()8159 rcs_lockfd = -1; in rcs_cleanup()8228 assert (rcs_lockfd < 0);8255 rcs_lockfd = open (rcs_lockfile,8259 if (rcs_lockfd < 0)8268 if (fchmod (rcs_lockfd, rstat.st_mode) < 0)8271 fp = fdopen (rcs_lockfd, FOPEN_BINARY_WRITE);8284 assert (rcs_lockfd >= 0);[all …]