Home
last modified time | relevance | path

Searched refs:lockflag (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Demo/pdist/
Drcslib.py122 if withlock: lockflag = "-l"
123 else: lockflag = "-u"
124 cmd = 'co %s%s %s %s' % (lockflag, rev, otherflags, name)
145 lockflag = "-u"
151 (lockflag, rev, f.name, otherflags, name)
155 (lockflag, rev, message, otherflags, name)
/external/ppp/pppd/
Dtty.c142 bool lockflag = 0; /* Create lock file to lock the serial dev */ variable
177 { "lock", o_bool, &lockflag,
179 { "nolock", o_bool, &lockflag,
481 lockflag = 0; in tty_check_options()
548 if (lockflag && !privopen) { in connect_tty()
Dpppd.h286 extern bool lockflag; /* Create lock file to lock the serial dev */