Searched refs:O_CREAT (Results 1 – 8 of 8) sorted by relevance
47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode); in creat()54 if ((flags & O_CREAT) != 0) { in open()66 if (__predict_false((flags & O_CREAT) != 0)) { in __open_2()76 if ((flags & O_CREAT) != 0) { in openat()88 if ((flags & O_CREAT) != 0) { in __openat_2()
179 O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | O_EXCL, 0444); in map_prop_area_rw()
67 o = O_CREAT | O_TRUNC; in __sflags()73 o = O_CREAT | O_APPEND; in __sflags()
27 #ifndef O_CREAT29 #define O_CREAT 00000100 macro94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
26 #define O_CREAT 0x0100 macro
98 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) { in open()117 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) { in openat()
88 fd = open(path, O_CREAT|O_EXCL|O_RDWR, S_IRUSR|S_IWUSR); in mktemp_internal()
262 int relro_fd = open(relro_file_, O_CREAT | O_RDWR | O_TRUNC, 0644); in CreateRelroFile()318 int relro_fd = open(relro_file_, O_CREAT | O_RDWR | O_TRUNC, 0644); in TEST_F()