Searched refs:__O_TMPFILE (Results 1 – 4 of 4) sorted by relevance
39 #define __O_TMPFILE 0100100000 /* Atomically create nameless file. */ macro
37 #define __O_TMPFILE 040010000 /* Atomically create nameless file. */ macro
42 #define __O_TMPFILE 0x2010000 /* Atomically create nameless file. */ macro
99 #ifndef __O_TMPFILE100 # define __O_TMPFILE (020000000 | __O_DIRECTORY) macro151 # define O_TMPFILE __O_TMPFILE /* Atomically create nameless file. */
Completed in 6 milliseconds