/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | bugprone-posix-return.cpp | 32 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/ |
D | x11comp.c | 89 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/llvm-project/clang/tools/scan-build-py/tests/functional/exec/ |
D | CMakeLists.txt | 27 check_function_exists(posix_spawnp HAVE_POSIX_SPAWNP)
|
D | main.c | 258 if (0 != posix_spawnp(&child, "cc", 0, 0, argv, get_environ())) { in call_posix_spawnp()
|
/external/clang/tools/scan-build-py/tests/functional/exec/ |
D | CMakeLists.txt | 27 check_function_exists(posix_spawnp HAVE_POSIX_SPAWNP)
|
D | main.c | 259 if (0 != posix_spawnp(&child, "cc", 0, 0, argv, get_environ())) { in call_posix_spawnp()
|
/external/google-breakpad/src/client/mac/tests/ |
D | spawn_child_process.h | 135 int result = posix_spawnp(&new_pid, argv_v[0], NULL, &spawnattr, in spawn_child_process()
|
/external/blktrace/iowatcher/ |
D | tracers.c | 145 err = posix_spawnp(&_pid, argv[0], factp, NULL, argv, environ); in run_program()
|
/external/llvm-project/lldb/tools/darwin-debug/ |
D | darwin-debug.cpp | 150 exit_with_errno(::posix_spawnp(&pid, path, NULL, &attr, (char *const *)argv, in posix_spawn_for_debug()
|
/external/llvm-project/clang/tools/scan-build-py/libear/ |
D | ear.c | 274 int posix_spawnp(pid_t *restrict pid, const char *restrict file, in posix_spawnp() function
|
/external/clang/tools/scan-build-py/libear/ |
D | ear.c | 275 int posix_spawnp(pid_t *restrict pid, const char *restrict file, in posix_spawnp() function
|
/external/llvm-project/lldb/source/Host/macosx/objcxx/ |
D | Host.mm | 1172 ::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/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.mm | 3364 // 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/ |
D | mod.rs | 1431 pub fn posix_spawnp( in posix_spawnp() function
|
/external/ImageMagick/config/ |
D | config.h.in | 378 /* Define to 1 if you have the `posix_spawnp' function. */
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 3699 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/ |
D | 3.8.0b1.rst | 1103 Fix an issue where os.posix_spawnp() would incorrectly raise a TypeError
|
D | 3.8.0a1.rst | 1838 :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/ |
D | pyconfig.h.in | 766 /* Define to 1 if you have the `posix_spawnp' function. */
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3476 pub fn posix_spawnp( in posix_spawnp() function
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3746 pub fn posix_spawnp( in posix_spawnp() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2508 fun:posix_spawnp=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2508 fun:posix_spawnp=uninstrumented
|
/external/ImageMagick/ |
D | configure.ac | 2982 …pen _popen posix_fadvise posix_fallocate posix_madvise posix_memalign posix_spawnp pow pread puten…
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 6085 err_code = posix_spawnp(&pid, path->narrow, in py_posix_spawn()
|