Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-posix-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()
/external/libxkbcommon/test/
Dx11comp.c89 ret = posix_spawnp(&xvfb_pid, "Xvfb", NULL, NULL, xvfb_argv, envp); in main()
123 ret = posix_spawnp(&xkbcomp_pid, "xkbcomp", NULL, NULL, xkbcomp_argv, envp); in main()
/external/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt27 check_function_exists(posix_spawnp HAVE_POSIX_SPAWNP)
Dmain.c259 if (0 != posix_spawnp(&child, "cc", 0, 0, argv, get_environ())) { in call_posix_spawnp()
/external/llvm-project/clang/tools/scan-build-py/tests/functional/exec/
DCMakeLists.txt27 check_function_exists(posix_spawnp HAVE_POSIX_SPAWNP)
Dmain.c258 if (0 != posix_spawnp(&child, "cc", 0, 0, argv, get_environ())) { in call_posix_spawnp()
/external/google-breakpad/src/client/mac/tests/
Dspawn_child_process.h135 int result = posix_spawnp(&new_pid, argv_v[0], NULL, &spawnattr, in spawn_child_process()
/external/blktrace/iowatcher/
Dtracers.c145 err = posix_spawnp(&_pid, argv[0], factp, NULL, argv, environ); in run_program()
/external/llvm-project/lldb/tools/darwin-debug/
Ddarwin-debug.cpp150 exit_with_errno(::posix_spawnp(&pid, path, NULL, &attr, (char *const *)argv, in posix_spawn_for_debug()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm1172 ::posix_spawnp(&result_pid, exe_path, &file_actions, &attr, argv, envp),
1177 "error: {0}, ::posix_spawnp(pid => {1}, path = '{2}', "
1190 ::posix_spawnp(&result_pid, exe_path, NULL, &attr, argv, envp),
1195 "error: {0}, ::posix_spawnp ( pid => {1}, path = '{2}', "
/external/clang/tools/scan-build-py/libear/
Dear.c275 int posix_spawnp(pid_t *restrict pid, const char *restrict file, in posix_spawnp() function
/external/llvm-project/clang/tools/scan-build-py/libear/
Dear.c274 int posix_spawnp(pid_t *restrict pid, const char *restrict file, in posix_spawnp() function
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm3364 // after the posix_spawnp call without creating a race condition???
3368 err.SetError(::posix_spawnp(&pid, path, &file_actions, &attr,
3373 err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = "
3378 // after the posix_spawnp call without creating a race condition???
3382 err.SetError(::posix_spawnp(&pid, path, NULL, &attr,
3387 err.LogThreaded("::posix_spawnp ( pid => %i, path = '%s', file_actions = "
3392 // We have seen some cases where posix_spawnp was returning a valid
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1431 pub fn posix_spawnp( in posix_spawnp() function
/external/ImageMagick/config/
Dconfig.h.in378 /* Define to 1 if you have the `posix_spawnp' function. */
/external/python/cpython3/Doc/library/
Dos.rst3699 contain a directory. Use :func:`posix_spawnp` to pass an executable file
3773 .. function:: posix_spawnp(path, argv, env, *, file_actions=None, \
3777 Wraps the :c:func:`posix_spawnp` C library API for use from Python.
3783 .. audit-event:: os.posix_spawn path,argv,env os.posix_spawnp
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst1103 Fix an issue where os.posix_spawnp() would incorrectly raise a TypeError
D3.8.0a1.rst1838 :func:`os.posix_spawn` and :func:`os.posix_spawnp` now have a *setsid*
1869 Add a new :func:`os.posix_spawnp` function. Patch by Joannah Nanjekye.
/external/python/cpython3/
Dpyconfig.h.in766 /* Define to 1 if you have the `posix_spawnp' function. */
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3476 pub fn posix_spawnp( in posix_spawnp() function
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3746 pub fn posix_spawnp( in posix_spawnp() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2508 fun:posix_spawnp=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2508 fun:posix_spawnp=uninstrumented
/external/ImageMagick/
Dconfigure.ac2982 …pen _popen posix_fadvise posix_fallocate posix_madvise posix_memalign posix_spawnp pow pread puten…
/external/python/cpython3/Modules/
Dposixmodule.c6085 err_code = posix_spawnp(&pid, path->narrow, in py_posix_spawn()

12