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