Searched defs:O_NOCTTY (Results 1 – 5 of 5) sorted by relevance
167 inline int O_NOCTTY = @O_NOCTTY@; variable
71 #define O_NOCTTY 04000 /* don't allocate controlling tty (POSIX) */ macro
80 #define O_NOCTTY _FNOCTTY macro
110 #define O_NOCTTY 0x8000 /* don't assign controlling terminal */ macro
84 #define O_NOCTTY 0x800 /* don't allocate controlling tty (POSIX) */ macro