Searched defs:O_NOCTTY (Results 1 – 2 of 2) sorted by relevance
20 #define O_NOCTTY 00000400 // Do not assign controlling terminal macro
89 const O_NOCTTY = 0o00000400; constant