Home
last modified time | relevance | path

Searched refs:posix_spawnp (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dposix-return.cpp32 extern "C" int posix_spawnp(pid_t *pid, const char *file,
59 if (posix_spawnp(NULL, NULL, NULL, NULL, {NULL}, {NULL}) < 0) {} in warningLessThanZero()
113 if (posix_spawnp(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.c37 s = posix_spawnp(&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.txt27 check_function_exists(posix_spawnp HAVE_POSIX_SPAWNP)
H A Dmain.c258 if (0 != posix_spawnp(&child, "cc", 0, 0, argv, get_environ())) { in call_posix_spawnp()
/llvm-project-15.0.7/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp150 exit_with_errno(::posix_spawnp(&pid, path, NULL, &attr, (char *const *)argv, in posix_spawn_for_debug()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1247 ::posix_spawnp(&result_pid, exe_path, &file_actions, &attr, argv, envp),
1252 "error: {0}, ::posix_spawnp(pid => {1}, path = '{2}', "
1265 ::posix_spawnp(&result_pid, exe_path, NULL, &attr, argv, envp),
1270 "error: {0}, ::posix_spawnp ( pid => {1}, path = '{2}', "
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A Dear.c269 int posix_spawnp(pid_t *restrict pid, const char *restrict file, in posix_spawnp() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm3424 // after the posix_spawnp call without creating a race condition???
3428 err.SetError(::posix_spawnp(&pid, path, &file_actions, &attr,
3433 err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = "
3438 // after the posix_spawnp call without creating a race condition???
3442 err.SetError(::posix_spawnp(&pid, path, NULL, &attr,
3447 err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = "
3452 // We have seen some cases where posix_spawnp was returning a valid
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2596 INTERCEPTOR(int, posix_spawnp, pid_t *pid, const char *file,
2600 COMMON_INTERCEPTOR_ENTER(ctx, posix_spawnp, pid, file, file_actions, attrp,
2602 return PosixSpawnImpl(ctx, REAL(posix_spawnp), pid, file, file_actions, attrp,
2607 COMMON_INTERCEPT_FUNCTION(posix_spawnp);
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2509 fun:posix_spawnp=uninstrumented