tag | line | file | source code |
---|---|---|---|
noctty | 1467 | drivers/char/tty_io.c | int noctty, retval; |
noctty | 1472 | drivers/char/tty_io.c | noctty = filp->f_flags & O_NOCTTY; |
noctty | 1482 | drivers/char/tty_io.c | noctty = 1; |
noctty | 1491 | drivers/char/tty_io.c | noctty = 1; |
noctty | 1538 | drivers/char/tty_io.c | if (!noctty && |