Searched refs:O_EXCL (Results 1 – 4 of 4) sorted by relevance
12 #define O_EXCL 0x0800 macro
23 #if O_NONBLOCK & (O_RDONLY | O_WRONLY | O_RDWR | O_NDELAY | O_CREAT | O_APPEND | O_TRUNC | O_EXCL)
23 #define O_EXCL 0x0800 macro
99 (oflags & O_EXCL) != 0) { in mq_open()