OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tty_modules
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/
sys-solaris.c
235
static char
tty_modules
[NMODULES][FMNAMESZ+1];
variable
933
if (ioctl(fd, I_LOOK,
tty_modules
[i]) < 0
934
|| strcmp(
tty_modules
[i], "ptem") == 0
1002
if (ioctl(fd, I_PUSH,
tty_modules
[i]) < 0)
1004
tty_modules
[i]);
[
all
...]
Completed in 539 milliseconds