Searched defs:O_NOCTTY (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dsshpty.c37 #ifndef O_NOCTTY
38 #define O_NOCTTY 0 macro
85 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY);
104 ptm = open("/dev/ptmx", O_RDWR | O_NOCTTY);
129 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY);
162 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY);
173 *ttyfd = open(name, O_RDWR | O_NOCTTY);
199 *ptyfd = open(buf, O_RDWR | O_NOCTTY);
204 *ptyfd = open(buf, O_RDWR | O_NOCTTY);
211 *ttyfd = open(namebuf, O_RDWR | O_NOCTTY);
[all...]
/external/kernel-headers/original/asm-generic/
H A Dfcntl.h18 #ifndef O_NOCTTY
19 #define O_NOCTTY 00000400 /* not fcntl */ macro

Completed in 38 milliseconds