Home
last modified time | relevance | path

Searched defs:__O_TMPFILE (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/
Dfcntl.h37 #define __O_TMPFILE 040010000 /* Atomically create nameless file. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/
Dfcntl.h39 #define __O_TMPFILE 0100100000 /* Atomically create nameless file. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/
Dfcntl.h42 #define __O_TMPFILE 0x2010000 /* Atomically create nameless file. */ macro
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h100 # define __O_TMPFILE (020000000 | __O_DIRECTORY) macro