Home
last modified time | relevance | path

Searched refs:posix_spawn (Results 1 – 25 of 55) sorted by relevance

123

/external/python/cpython2/Mac/Tools/
Dpythonw.c16 #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/
Dpythonw.c17 #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/
Dbugprone-posix-return.cpp28 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/
DCMakeLists.txt26 check_function_exists(posix_spawn HAVE_POSIX_SPAWN)
Dmain.c240 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/
DCMakeLists.txt26 check_function_exists(posix_spawn HAVE_POSIX_SPAWN)
Dmain.c241 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/
Donline-merging.c110 int ret = posix_spawn(&child_pids[I], argv[0], NULL, NULL, child_argv, in main()
/external/llvm/lib/Support/Unix/
DProgram.inc191 // 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/
DProgram.inc191 // 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/
DProgram.inc199 // 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/
Dexitcode.cpp90 int err = posix_spawn(&pid, argv[0], nullptr, nullptr, argv, envp); in spawn_child()
/external/llvm-project/llvm/lib/Support/Unix/
DProgram.inc197 // 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/
DFuzzerUtilDarwin.cpp111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilDarwin.cpp111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
/external/libsrtp2/
DAndroid.bp92 // exceeds the posix_spawn limit. So, only some of the files
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
Dglobal_symbols.txt108 posix_spawn U
/external/libcups/config-scripts/
Dcups-common.m4186 dnl Check for posix_spawn
187 AC_CHECK_FUNCS(posix_spawn)
/external/boringssl/src/ssl/test/
Dhandshake_util.cc394 int ret = posix_spawn(&handshaker_pid, args[0], &actions, nullptr, in RunHandshaker()
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dhandshake_util.cc394 int ret = posix_spawn(&handshaker_pid, args[0], &actions, nullptr, in RunHandshaker()
/external/libcups/scheduler/
Dprocess.c640 if (posix_spawn(pid, exec_path, &actions, &attrs, argv, envp ? envp : environ)) in cupsdStartProcess()
/external/llvm-project/clang/tools/scan-build-py/libear/
Dear.c264 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() function
/external/clang/tools/scan-build-py/libear/
Dear.c265 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() function
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm803 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/
Dconfig.h.in131 * Do we have posix_spawn?

123