Searched refs:O_CREAT (Results 1 – 10 of 10) sorted by relevance
42 if (flags & O_CREAT) in open()55 if (__predict_false(flags & O_CREAT)) { in __open_2()
42 if (flags & O_CREAT) in openat()56 if (flags & O_CREAT) { in __openat_2()
44 fd = open(buf, O_RDWR | O_CREAT, 0666); in cpuacct_add()53 fd = open(buf, O_RDWR | O_CREAT, 0666); in cpuacct_add()
139 fd = open(property_filename, O_RDWR | O_CREAT | O_NOFOLLOW | O_CLOEXEC | in map_prop_area_rw()
67 o = O_CREAT | O_TRUNC; in __sflags()73 o = O_CREAT | O_APPEND; in __sflags()
154 _open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0) in _gettemp()
51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode)); in creat()
62 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) { in open()85 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) { in openat()
27 #ifndef O_CREAT29 #define O_CREAT 00000100 macro
25 #define O_CREAT 0x0100 macro