Searched defs:O_NOCTTY (Results 1 – 7 of 7) sorted by relevance
26 #define O_NOCTTY 010000 /* not fcntl */ macro
25 #define O_NOCTTY 00400000 /* not fcntl */ macro
26 #define O_NOCTTY 00000400 /* not fcntl. */ macro
31 #define O_NOCTTY 0x0800 /* not fcntl */ macro
33 #define O_NOCTTY 0x8000 /* not fcntl */ macro
134 #define O_NOCTTY 0 /* Don't assign a controlling terminal. */ macro
53 # define O_NOCTTY 0400 /* Not fcntl. */ macro
Completed in 8 milliseconds