Searched refs:O_EXCL (Results 1 – 7 of 7) sorted by relevance
31 #ifndef O_EXCL32 #define O_EXCL 00000200 macro
88 o |= O_EXCL; in __sflags()
72 flags |= O_CREAT | O_EXCL | O_RDWR; in mktemp_internal()
59 MACRO(O_EXCL); in fcntl_h()
56 const int fd = open(filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444); in map_prop_area_rw()
347 fd = open(dir.path, O_TMPFILE | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in TEST()
923 open(GetTestlibRoot().c_str(), O_TMPFILE | O_CLOEXEC | O_RDWR | O_EXCL, 0)); in TEST()