Searched defs:__O_TMPFILE (Results 1 – 4 of 4) sorted by relevance
37 #define __O_TMPFILE 040010000 /* Atomically create nameless file. */ macro
39 #define __O_TMPFILE 0100100000 /* Atomically create nameless file. */ macro
42 #define __O_TMPFILE 0x2010000 /* Atomically create nameless file. */ macro
100 # define __O_TMPFILE (020000000 | __O_DIRECTORY) macro