Searched refs:O_EXCL (Results 1 – 8 of 8) sorted by relevance
48 TO_NSOS_MID(O_EXCL); in fl_to_nsos_mid_()85 FROM_NSOS_MID(O_EXCL); in fl_from_nsos_mid()
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)
26 #define O_EXCL 0x0800 macro
258 if (((oflags & O_CREAT) != 0) && ((oflags & O_EXCL) != 0)) { in sem_open()
307 bool excl = (oflag & O_EXCL) != 0; in shm_open()
95 (oflags & O_EXCL) != 0) { in mq_open()
211 zassert_equal_ptr((sem_open("sem1", O_CREAT | O_EXCL, 0, 0)), SEM_FAILED); in ZTEST()