/third_party/musl/src/fcntl/ |
D | openat.c | 9 if ((flags & O_CREAT) || (flags & O_TMPFILE) == O_TMPFILE) { in openat()
|
D | open.c | 9 if ((flags & O_CREAT) || (flags & O_TMPFILE) == O_TMPFILE) { in open()
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
D | openat.c | 31 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/ |
D | open14.c | 51 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/ |
D | fcntl_ext.c | 85 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/ |
D | fcntl.h | 29 #ifndef O_TMPFILE 30 # define O_TMPFILE (020000000 | O_DIRECTORY) macro
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | fortify.h | 110 …ine __DIAGNOSE_OPEN_MODES_USEFUL(flags) (((flags) & O_CREAT) || ((flags) & O_TMPFILE) == O_TMPFILE)
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020200000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 19 #define O_TMPFILE 020040000 macro
|