Searched refs:O_EXCL (Results 1 – 8 of 8) sorted by relevance
13 #ifndef O_EXCL14 #define O_EXCL 00000200 macro
24 #ifndef O_EXCL25 #define O_EXCL 00000200 macro
31 #ifndef O_EXCL32 #define O_EXCL 00000200 macro
27 #define O_EXCL 0x0400 macro
43 mipsflags |= O_EXCL; in open_flags_pton()
185 mipsflags |= O_EXCL; in fcntl_flags_pton()223 if (flags & O_EXCL) in fcntl_flags_ntop()