| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | 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()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | posix_spawn.c | 32 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 D | CMakeLists.txt | 26 check_function_exists(posix_spawn HAVE_POSIX_SPAWN)
|
| H A D | main.c | 240 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 D | online-merging.c | 110 int ret = posix_spawn(&child_pids[I], argv[0], NULL, NULL, child_argv, in main()
|
| H A D | set-file-object.c | 66 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 D | exitcode.cpp | 90 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 D | Program.inc | 202 // 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 D | FuzzerUtilDarwin.cpp | 111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
| H A D | global_symbols.txt | 117 posix_spawn U
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 831 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 D | ear.c | 259 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 D | config.h.cmake | 152 /* Define to 1 if you have the `posix_spawn' function. */
|
| /llvm-project-15.0.7/llvm/include/llvm/Config/ |
| H A D | config.h.cmake | 152 /* Define to 1 if you have the `posix_spawn' function. */
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mac.cpp | 328 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
|
| H A D | sanitizer_syscalls_netbsd.inc | 3704 PRE_SYSCALL(posix_spawn) 3712 POST_SYSCALL(posix_spawn)
|
| H A D | sanitizer_common_interceptors.inc | 2587 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 D | ChangeLog | 606 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 D | config-ix.cmake | 296 check_symbol_exists(posix_spawn spawn.h HAVE_POSIX_SPAWN)
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2489 fun:posix_spawn=uninstrumented
|