Searched refs:O_TMPFILE (Results 1 – 3 of 3) sorted by relevance
25 if ((flags & O_CREAT) || (flags & O_TMPFILE) == O_TMPFILE) {
32 #define O_TMPFILE (020000000 | O_DIRECTORY) macro