HomeSort by relevance Sort by last modified time
    Searched refs:lockflag (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcslib.py 122 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/python/cpython2/Demo/pdist/
rcslib.py 122 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/
tty.c 142 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;
548 if (lockflag && !privopen) {
    [all...]
pppd.h 286 extern bool lockflag; /* Create lock file to lock the serial dev */
    [all...]

Completed in 486 milliseconds