OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lockflag
(Results
1 - 2
of
2
) sorted by null
/external/ppp/pppd/
tty.c
140
bool
lockflag
= 0; /* Create lock file to lock the serial dev */
variable
175
{ "lock", o_bool, &
lockflag
,
177
{ "nolock", o_bool, &
lockflag
,
476
lockflag
= 0;
543
if (
lockflag
&& !privopen) {
[
all
...]
pppd.h
282
extern bool
lockflag
; /* Create lock file to lock the serial dev */
[
all
...]
Completed in 471 milliseconds