Searched refs:lockflag (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl2/rcs/dist/src/
H A Dco.c191 static int lockflag; /* -1 -> unlock, 0 -> do nothing, 1 -> lock */ variable
241 if (lockflag < 0) {
244 lockflag = 1;
248 if (0 < lockflag) {
251 lockflag = -1;
339 if (pairnames(argc, argv, lockflag?rcswriteopen:rcsreadopen, true, false) <= 0)
384 if (lockflag)
387 lockflag < 0 ? "un" : ""
395 int locks = lockflag ? findlock(false, &targetdelta) : 0;
417 lockflag <
[all...]
H A Dci.c230 * Replaced keeplock with lockflag, fclose() with ffclose(),
295 int lockflag, lockthis, mtimeflag, removedlock, Ttimeflag; variable
306 initflag = lockflag = mustread = false;
322 keepworkingfile = lockflag = false;
326 keepworkingfile = lockflag = true;
335 keepworkingfile=true; lockflag=false;
571 if (lockflag && addlock(&newdelta, true) < 0) continue;
586 lockthis = lockflag;
616 if (removedlock < lockflag) {
621 if (! (changedRCS = lockflag<removedloc
[all...]
H A Drlog.c216 static int lockflag; variable
272 lockflag = true;
373 if (lockflag)
977 if (lockflag) { /* only locked revisions wanted */
H A Drcsedit.c1834 dorewrite(lockflag, changed)
1835 int lockflag, changed;
1846 if (lockflag) {
/netbsd-current/sys/nfs/
H A Dnfs_srvsubs.c292 * - if not lockflag unlock it with VOP_UNLOCK()
295 nfsrv_fhtovp(nfsrvfh_t *nsfh, int lockflag, struct vnode **vpp, argument
364 if (!lockflag)
/netbsd-current/external/bsd/ppp/dist/pppd/
H A Dtty.c144 bool lockflag = 0; /* Create lock file to lock the serial dev */ variable
179 { "lock", o_bool, &lockflag,
181 { "nolock", o_bool, &lockflag,
472 lockflag = 0;
539 if (lockflag && !privopen) {
H A Dpppd.h292 extern bool lockflag; /* Create lock file to lock the serial dev */
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dcommit.c1750 int lockflag; local
1786 lockflag = 1;
1805 lockflag = 0;
1845 if (lockflag)

Completed in 156 milliseconds