/external/strace/tests-m32/ |
D | openat.c | 38 #ifdef O_TMPFILE 40 # define STRACE_O_TMPFILE (O_TMPFILE & ~O_DIRECTORY) 109 # ifdef O_TMPFILE in main() 110 { ARG_STR(O_TMPFILE) }, in main()
|
D | open.c | 60 # ifdef O_TMPFILE in main() 61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600); in main()
|
/external/strace/tests/ |
D | openat.c | 38 #ifdef O_TMPFILE 40 # define STRACE_O_TMPFILE (O_TMPFILE & ~O_DIRECTORY) 109 # ifdef O_TMPFILE in main() 110 { ARG_STR(O_TMPFILE) }, in main()
|
D | open.c | 60 # ifdef O_TMPFILE in main() 61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600); in main()
|
/external/strace/tests-mx32/ |
D | openat.c | 38 #ifdef O_TMPFILE 40 # define STRACE_O_TMPFILE (O_TMPFILE & ~O_DIRECTORY) 109 # ifdef O_TMPFILE in main() 110 { ARG_STR(O_TMPFILE) }, in main()
|
D | open.c | 60 # ifdef O_TMPFILE in main() 61 fd = syscall(__NR_open, sample, O_WRONLY|O_TMPFILE, 0600); in main()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open14.c | 52 int fd = open(".", O_TMPFILE | O_RDWR, 0600); in setup() 78 fd = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, 0600); in test01() 140 fd[i] = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, 0600); in test02() 196 fd[i] = SAFE_OPEN(cleanup, ".", O_TMPFILE | O_RDWR, perm); in test03()
|
/external/ltp/include/lapi/ |
D | fcntl.h | 37 #ifndef O_TMPFILE 38 # define O_TMPFILE (020000000 | O_DIRECTORY) macro
|
/external/pcre/dist2/src/sljit/ |
D | sljitProtExecAllocator.c | 94 #ifndef O_TMPFILE 95 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro 143 #ifdef O_TMPFILE in create_tempfile() 144 fd = open(tmp_name, O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, S_IRUSR | S_IWUSR); in create_tempfile()
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | clang-fortify-tests.cpp | 228 open("/", O_TMPFILE); in testFcntl() 232 open64("/", O_TMPFILE); in testFcntl() 236 openat(0, "/", O_TMPFILE); in testFcntl() 240 openat64(0, "/", O_TMPFILE); in testFcntl()
|
/external/libffi/src/ |
D | closures.c | 291 #ifdef O_TMPFILE in open_temp_exec_file_dir() 301 #ifdef O_TMPFILE in open_temp_exec_file_dir() 302 fd = open (dir, flags | O_RDWR | O_EXCL | O_TMPFILE, 0700); in open_temp_exec_file_dir()
|
/external/strace/xlat/ |
D | open_mode_flags.in | 170 /* O_TMPFILE should be listed before O_DIRECTORY and __O_TMPFILE */ 171 O_TMPFILE
|
D | open_mode_flags.h | 769 #if defined(O_TMPFILE) || (defined(HAVE_DECL_O_TMPFILE) && HAVE_DECL_O_TMPFILE) 770 XLAT(O_TMPFILE),
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat03.c | 53 int fd = openat(AT_FDCWD, ".", O_TMPFILE | O_RDWR, 0600); in setup() 67 int fd = openat(AT_FDCWD, ".", O_TMPFILE | O_RDWR, mode); in openat_tmp()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 93 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY) macro
|
/external/kmod/ |
D | TODO | 51 - use new O_TMPFILE for tmp file creation
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.2.txt | 68 descriptor comes from temporary file created using O_TMPFILE, or
|
/external/linux-kselftest/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 297 return open(".", O_TMPFILE | O_RDWR | O_EXCL); in get_temp_fd()
|
/external/python/cpython3/Doc/library/ |
D | tempfile.rst | 62 The :py:data:`os.O_TMPFILE` flag is used if it is available and works 67 The :py:data:`os.O_TMPFILE` flag is now used if available.
|
/external/perfetto/src/perfetto_cmd/ |
D | perfetto_cmd.cc | 772 fd = base::OpenFile(kTempDropBoxTraceDir, O_TMPFILE | O_RDWR, 0600); in OpenOutputFile()
|
/external/python/cpython3/Lib/ |
D | tempfile.py | 591 flags2 = (flags | _os.O_TMPFILE) & ~_os.O_CREAT
|
/external/strace/ |
D | strace.spec | 132 when O_TMPFILE flag is set (#1377846).
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 933 O_TMPFILE = 0x2010000 const
|
D | zerrors_linux_mipsle.go | 1174 O_TMPFILE = 0x410000 const
|
D | zerrors_linux_s390x.go | 1173 O_TMPFILE = 0x410000 const
|