Searched refs:posix_spawn_file_actions_adddup2 (Results 1 – 18 of 18) sorted by relevance
/external/libcups/scheduler/ |
D | process.c | 613 posix_spawn_file_actions_adddup2(&actions, infd, 0); in cupsdStartProcess() 621 posix_spawn_file_actions_adddup2(&actions, outfd, 1); in cupsdStartProcess() 629 posix_spawn_file_actions_adddup2(&actions, errfd, 2); in cupsdStartProcess() 633 posix_spawn_file_actions_adddup2(&actions, backfd, 3); in cupsdStartProcess() 636 posix_spawn_file_actions_adddup2(&actions, sidefd, 4); in cupsdStartProcess()
|
/external/boringssl/src/ssl/test/ |
D | handshake_util.cc | 376 posix_spawn_file_actions_adddup2(&actions, control[1], kFdControl) != 0) { in RunHandshaker() 381 posix_spawn_file_actions_adddup2(&actions, rfd[0], in RunHandshaker() 386 posix_spawn_file_actions_adddup2(&actions, wfd[1], in RunHandshaker()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | handshake_util.cc | 376 posix_spawn_file_actions_adddup2(&actions, control[1], kFdControl) != 0) { in RunHandshaker() 381 posix_spawn_file_actions_adddup2(&actions, rfd[0], in RunHandshaker() 386 posix_spawn_file_actions_adddup2(&actions, wfd[1], in RunHandshaker()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
D | global_symbols.txt | 109 posix_spawn_file_actions_adddup2 U
|
/external/llvm-project/lldb/source/Host/macosx/objcxx/ |
D | Host.mm | 1006 "invalid fd for posix_spawn_file_actions_adddup2(...)"); 1009 "invalid duplicate fd for posix_spawn_file_actions_adddup2(...)"); 1012 ::posix_spawn_file_actions_adddup2(file_actions, info->GetFD(), 1017 "error: {0}, posix_spawn_file_actions_adddup2 "
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mac.cpp | 289 res = posix_spawn_file_actions_adddup2(&acts, slave_fd, STDIN_FILENO) || in internal_spawn_impl() 290 posix_spawn_file_actions_adddup2(&acts, slave_fd, STDOUT_FILENO) || in internal_spawn_impl()
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 227 if (int Err = posix_spawn_file_actions_adddup2(FileActions, 1, 2))
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 227 if (int Err = posix_spawn_file_actions_adddup2(FileActions, 1, 2))
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Program.inc | 235 if (int Err = posix_spawn_file_actions_adddup2(FileActions, 1, 2))
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Program.inc | 233 if (int Err = posix_spawn_file_actions_adddup2(FileActions, 1, 2))
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 1494 pub fn posix_spawn_file_actions_adddup2( in posix_spawn_file_actions_adddup2() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3539 pub fn posix_spawn_file_actions_adddup2( in posix_spawn_file_actions_adddup2() function
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3796 pub fn posix_spawn_file_actions_adddup2( in posix_spawn_file_actions_adddup2() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2490 fun:posix_spawn_file_actions_adddup2=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2490 fun:posix_spawn_file_actions_adddup2=uninstrumented
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 5969 errno = posix_spawn_file_actions_adddup2(file_actionsp, in parse_file_actions()
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 3729 :c:func:`posix_spawn_file_actions_adddup2` API calls used to prepare
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 807 PUBLIC c9470 0 posix_spawn_file_actions_adddup2
|