Home
last modified time | relevance | path

Searched refs:noctty (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_io.c2100 int noctty, retval; in tty_open() local
2156 noctty = (filp->f_flags & O_NOCTTY) || in tty_open()
2161 if (!noctty) in tty_open()