Home
last modified time | relevance | path

Searched refs:O_TMPFILE (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/src/fcntl/
Dopenat.c9 if ((flags & O_CREAT) || (flags & O_TMPFILE) == O_TMPFILE) { in openat()
Dopen.c9 if ((flags & O_CREAT) || (flags & O_TMPFILE) == O_TMPFILE) { in open()
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
Dopenat.c31 ret = openat(0, "/dev/null", O_TMPFILE); in openat_0100()
48 ret = openat(0, "openat_test", O_TMPFILE); in openat_0200()
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen14.c51 int fd = open(".", O_TMPFILE | O_RDWR, 0600); in setup()
77 fd = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, 0600); in test01()
139 fd[i] = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, 0600); in test02()
195 fd[i] = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, perm); in test03()
/third_party/musl/libc-test/src/functionalext/fortify/
Dfcntl_ext.c85 int flags = O_TMPFILE; in open_0030()
168 int flags = O_TMPFILE; in openat_0030()
251 int flags = O_TMPFILE; in open64_0030()
334 int flags = O_TMPFILE; in openat64_0030()
/third_party/ltp/include/lapi/
Dfcntl.h29 #ifndef O_TMPFILE
30 # define O_TMPFILE (020000000 | O_DIRECTORY) macro
/third_party/musl/porting/linux/user/include/fortify/
Dfortify.h110 …ine __DIAGNOSE_OPEN_MODES_USEFUL(flags) (((flags) & O_CREAT) || ((flags) & O_TMPFILE) == O_TMPFILE)
/third_party/musl/arch/riscv64/bits/
Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/x86_64/bits/
Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h19 #define O_TMPFILE 020040000 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h19 #define O_TMPFILE 020200000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h19 #define O_TMPFILE 020040000 macro

12