tag | line | file | source code |
---|---|---|---|
noctty | 1169 | drivers/char/tty_io.c | int noctty, retval; |
noctty | 1173 | drivers/char/tty_io.c | noctty = filp->f_flags & O_NOCTTY; |
noctty | 1183 | drivers/char/tty_io.c | noctty = 1; |
noctty | 1194 | drivers/char/tty_io.c | noctty = 1; |
noctty | 1223 | drivers/char/tty_io.c | if (!noctty && |