Searched refs:STRACE_O_TMPFILE (Results 1 – 2 of 2) sorted by relevance
124 # define STRACE_O_TMPFILE (O_TMPFILE & ~O_DIRECTORY) macro126 # define STRACE_O_TMPFILE 0 macro136 if (tcp->u_arg[offset + 1] & (O_CREAT | STRACE_O_TMPFILE)) { in decode_open()
6066 * open.c (STRACE_O_TMPFILE): New macro.