Searched refs:O_NOCTTY (Results 1 – 4 of 4) sorted by relevance
20 #define O_NOCTTY 00000400 // Do not assign controlling terminal macro
24 #define O_NOCTTY 00000400 // Do not assign controlling terminal macro
27 #define O_NOCTTY 00000400 // Do not assign controlling terminal
55 const O_NOCTTY = 0o00000400; constant