Searched refs:O_EXCL (Results 1 – 5 of 5) sorted by relevance
31 #ifndef O_EXCL32 #define O_EXCL 00000200 macro
29 #define O_EXCL 0x0400 macro
88 o |= O_EXCL; in __sflags()
72 flags |= O_CREAT | O_EXCL | O_RDWR; in mktemp_internal()
229 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444); in map_prop_area_rw()