/external/python/cpython2/Mac/Tools/ |
D | pythonw.c | 16 #pragma weak_import posix_spawn 165 if (posix_spawn != NULL) { in main() 170 posix_spawn(NULL, exec_path, NULL, in main()
|
/external/python/cpython3/Mac/Tools/ |
D | pythonw.c | 17 #pragma weak_import posix_spawn 227 if (&posix_spawn != NULL) { in main() 231 posix_spawn(NULL, exec_path, NULL, in main()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-posix-return.cpp | 28 extern "C" int posix_spawn(pid_t *pid, const char *path, 56 if (posix_spawn(NULL, NULL, NULL, NULL, {NULL}, {NULL}) < 0) {} in warningLessThanZero() 111 if (posix_spawn(NULL, NULL, NULL, NULL, {NULL}, {NULL}) == -1) {} in warningEqualsNegative()
|
/external/llvm-project/clang/tools/scan-build-py/tests/functional/exec/ |
D | CMakeLists.txt | 26 check_function_exists(posix_spawn HAVE_POSIX_SPAWN)
|
D | main.c | 240 if (0 != posix_spawn(&child, "/usr/bin/cc", 0, 0, argv, get_environ())) { in call_posix_spawn()
|
/external/clang/tools/scan-build-py/tests/functional/exec/ |
D | CMakeLists.txt | 26 check_function_exists(posix_spawn HAVE_POSIX_SPAWN)
|
D | main.c | 241 if (0 != posix_spawn(&child, "/usr/bin/cc", 0, 0, argv, get_environ())) { in call_posix_spawn()
|
/external/llvm-project/compiler-rt/test/profile/ContinuousSyncMode/ |
D | online-merging.c | 110 int ret = posix_spawn(&child_pids[I], argv[0], NULL, NULL, child_argv, in main()
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 191 // If this OS has posix_spawn and there is no memory limit being implied, use 192 // posix_spawn. It is more efficient than fork/exec. 199 // c strings we pass to it stay alive until the call to posix_spawn, 243 int Err = posix_spawn(&PID, Program.str().c_str(), FileActions, 251 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Program.inc | 191 // If this OS has posix_spawn and there is no memory limit being implied, use 192 // posix_spawn. It is more efficient than fork/exec. 199 // c strings we pass to it stay alive until the call to posix_spawn, 243 int Err = posix_spawn(&PID, Program.str().c_str(), FileActions, 251 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Program.inc | 199 // If this OS has posix_spawn and there is no memory limit being implied, use 200 // posix_spawn. It is more efficient than fork/exec. 207 // c strings we pass to it stay alive until the call to posix_spawn, 254 Err = posix_spawn(&PID, Program.str().c_str(), FileActions, 263 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
|
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | exitcode.cpp | 90 int err = posix_spawn(&pid, argv[0], nullptr, nullptr, argv, envp); in spawn_child()
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Program.inc | 197 // If this OS has posix_spawn and there is no memory limit being implied, use 198 // posix_spawn. It is more efficient than fork/exec. 205 // c strings we pass to it stay alive until the call to posix_spawn, 252 Err = posix_spawn(&PID, Program.str().c_str(), FileActions, 261 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
|
/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerUtilDarwin.cpp | 111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerUtilDarwin.cpp | 111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
|
/external/libsrtp2/ |
D | Android.bp | 92 // exceeds the posix_spawn limit. So, only some of the files
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
D | global_symbols.txt | 108 posix_spawn U
|
/external/libcups/config-scripts/ |
D | cups-common.m4 | 186 dnl Check for posix_spawn 187 AC_CHECK_FUNCS(posix_spawn)
|
/external/boringssl/src/ssl/test/ |
D | handshake_util.cc | 394 int ret = posix_spawn(&handshaker_pid, args[0], &actions, nullptr, in RunHandshaker()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | handshake_util.cc | 394 int ret = posix_spawn(&handshaker_pid, args[0], &actions, nullptr, in RunHandshaker()
|
/external/libcups/scheduler/ |
D | process.c | 640 if (posix_spawn(pid, exec_path, &actions, &attrs, argv, envp ? envp : environ)) in cupsdStartProcess()
|
/external/llvm-project/clang/tools/scan-build-py/libear/ |
D | ear.c | 264 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() function
|
/external/clang/tools/scan-build-py/libear/ |
D | ear.c | 265 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() function
|
/external/llvm-project/lldb/source/Host/macosx/objcxx/ |
D | Host.mm | 803 flags |= POSIX_SPAWN_SETEXEC; // Darwin specific posix_spawn flag 806 flags |= POSIX_SPAWN_START_SUSPENDED; // Darwin specific posix_spawn flag 809 flags |= _POSIX_SPAWN_DISABLE_ASLR; // Darwin specific posix_spawn flag 1116 // posix_spawn gets very unhappy if it doesn't have at least the program
|
/external/libcups/ |
D | config.h.in | 131 * Do we have posix_spawn?
|