Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/lib/libc/armstdc/include/
Dfcntl.h12 #define O_EXCL 0x0800 macro
/Zephyr-Core-3.5.0/lib/libc/arcmwdt/include/
Dfcntl.h23 #if O_NONBLOCK & (O_RDONLY | O_WRONLY | O_RDWR | O_NDELAY | O_CREAT | O_APPEND | O_TRUNC | O_EXCL)
/Zephyr-Core-3.5.0/include/zephyr/posix/
Dfcntl.h23 #define O_EXCL 0x0800 macro
/Zephyr-Core-3.5.0/lib/posix/
Dmqueue.c99 (oflags & O_EXCL) != 0) { in mq_open()