Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dposix-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()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dposix_spawn.c32 int s = posix_spawn(&pid, argv[0], &file_actions, &attr, args, env); in main()
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/exec/
H A DCMakeLists.txt26 check_function_exists(posix_spawn HAVE_POSIX_SPAWN)
H A Dmain.c240 if (0 != posix_spawn(&child, "/usr/bin/cc", 0, 0, argv, get_environ())) { in call_posix_spawn()
/llvm-project-15.0.7/compiler-rt/test/profile/ContinuousSyncMode/
H A Donline-merging.c110 int ret = posix_spawn(&child_pids[I], argv[0], NULL, NULL, child_argv, in main()
H A Dset-file-object.c66 posix_spawn(&child_pids[I], argv[0], NULL, NULL, child_argv, child_envp); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dexitcode.cpp90 int err = posix_spawn(&pid, argv[0], nullptr, nullptr, argv, envp); in spawn_child()
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProgram.inc202 // If this OS has posix_spawn and there is no memory limit being implied, use
203 // posix_spawn. It is more efficient than fork/exec.
210 // c strings we pass to it stay alive until the call to posix_spawn,
257 Err = posix_spawn(&PID, Program.str().c_str(), FileActions,
266 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt117 posix_spawn U
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm831 flags |= POSIX_SPAWN_SETEXEC; // Darwin specific posix_spawn flag
834 flags |= POSIX_SPAWN_START_SUSPENDED; // Darwin specific posix_spawn flag
837 flags |= _POSIX_SPAWN_DISABLE_ASLR; // Darwin specific posix_spawn flag
1191 // posix_spawn gets very unhappy if it doesn't have at least the program
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A Dear.c259 int posix_spawn(pid_t *restrict pid, const char *restrict path, in posix_spawn() function
/llvm-project-15.0.7/utils/bazel/llvm_configs/
H A Dconfig.h.cmake152 /* Define to 1 if you have the `posix_spawn' function. */
/llvm-project-15.0.7/llvm/include/llvm/Config/
H A Dconfig.h.cmake152 /* Define to 1 if you have the `posix_spawn' function. */
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp328 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
H A Dsanitizer_syscalls_netbsd.inc3704 PRE_SYSCALL(posix_spawn)
3712 POST_SYSCALL(posix_spawn)
H A Dsanitizer_common_interceptors.inc2587 INTERCEPTOR(int, posix_spawn, pid_t *pid, const char *path,
2591 COMMON_INTERCEPTOR_ENTER(ctx, posix_spawn, pid, path, file_actions, attrp,
2593 return PosixSpawnImpl(ctx, REAL(posix_spawn), pid, path, file_actions, attrp,
2606 COMMON_INTERCEPT_FUNCTION(posix_spawn); \
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog606 call posix_spawnattr_setbinpref_np when launching with posix_spawn on ARM
680 returned. This function can now launch using fork + exec, posix_spawn,
827 (MachProcess::LaunchForDebug): Added posix_spawn support.
/llvm-project-15.0.7/llvm/cmake/
H A Dconfig-ix.cmake296 check_symbol_exists(posix_spawn spawn.h HAVE_POSIX_SPAWN)
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2489 fun:posix_spawn=uninstrumented