Home
last modified time | relevance | path

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

12

/external/valgrind/memcheck/tests/solaris/
Dspawn.c34 ret = posix_spawn(&child, EXE_NAME, NULL, NULL, argv_exe, envp); in main()
47 ret = posix_spawn(&child, EXE_NAME, &fa, NULL, argv_exe, envp); in main()
63 ret = posix_spawn(&child, EXE_NAME, NULL, &spa, argv_exe, envp); in main()
80 ret = posix_spawn(&child, EXE_NAME, NULL, NULL, argv_exe, envp); in main()
98 ret = posix_spawn(&child, EXE_NAME, NULL, &spa, argv_exe, envp); in main()
/external/valgrind/none/tests/solaris/
DMakefile.am24 posix_spawn.stderr.exp posix_spawn.stdout.exp posix_spawn.vgtest \
48 posix_spawn \ program
Dposix_spawn.vgtest1 prog: posix_spawn
Dposix_spawn.c34 err = posix_spawn(NULL, "/bin/true", &file_actions, NULL, argv_exe, in main()
/external/bison/lib/
Dspawn.in.h175 # define posix_spawn rpl_posix_spawn macro
177 _GL_FUNCDECL_RPL (posix_spawn, int,
185 _GL_CXXALIAS_RPL (posix_spawn, int,
194 _GL_FUNCDECL_SYS (posix_spawn, int,
203 _GL_CXXALIAS_SYS (posix_spawn, int,
211 _GL_CXXALIASWARN (posix_spawn);
213 # undef posix_spawn
215 _GL_WARN_ON_USE (posix_spawn, "posix_spawn is unportable - "
/external/bison/linux-lib/
Dspawn.h487 # define posix_spawn rpl_posix_spawn
489 _GL_FUNCDECL_RPL (posix_spawn, int,
497 _GL_CXXALIAS_RPL (posix_spawn, int,
506 _GL_FUNCDECL_SYS (posix_spawn, int,
515 _GL_CXXALIAS_SYS (posix_spawn, int,
523 _GL_CXXALIASWARN (posix_spawn);
525 # undef posix_spawn
527 _GL_WARN_ON_USE (posix_spawn, "posix_spawn is unportable - "
/external/bison/m4/
Dposix_spawn.m41 # posix_spawn.m4 serial 11
7 dnl Tests whether the entire posix_spawn facility is available.
40 [Define if you have the posix_spawn and posix_spawnp functions and
78 dnl Test whether posix_spawn actually works.
79 dnl posix_spawn on AIX 5.3..6.1 has two bugs:
85 dnl posix_spawn on AIX 5.3..6.1 has also a third bug: It does not work
91 AC_CACHE_CHECK([whether posix_spawn works], [gl_cv_func_posix_spawn_works],
309 … || (err = posix_spawn (&child, CHILD_PROGRAM_FILENAME, &actions, NULL, argv, environ)) != 0))
Dspawn_h.m447 ]], [posix_spawn posix_spawnp posix_spawnattr_init posix_spawnattr_destroy
59 dnl Checks whether the system has the functions posix_spawn.
67 AC_CHECK_FUNCS_ONCE([posix_spawn])
Dgnulib-comp.m4148 # Code from module posix_spawn-internal:
1243 m4/posix_spawn.m4
/external/bison/darwin-lib/
Dspawn.h487 # define posix_spawn rpl_posix_spawn
489 _GL_FUNCDECL_RPL (posix_spawn, int,
497 _GL_CXXALIAS_RPL (posix_spawn, int,
506 _GL_FUNCDECL_SYS (posix_spawn, int,
515 _GL_CXXALIAS_SYS (posix_spawn, int,
523 _GL_CXXALIASWARN (posix_spawn);
525 # undef posix_spawn
527 _GL_WARN_ON_USE (posix_spawn, "posix_spawn is unportable - "
/external/dhcpcd-6.8.2/compat/
Dposix_spawn.h45 int posix_spawn(pid_t *, const char *,
Dposix_spawn.c84 posix_spawn(pid_t *pid, const char *path, in posix_spawn() function
/external/llvm/lib/Support/Unix/
DProgram.inc191 // If this OS has posix_spawn and there is no memory limit being implied, use
192 // posix_spawn. It is more efficient than fork/exec.
199 // c strings we pass to it stay alive until the call to posix_spawn,
243 int Err = posix_spawn(&PID, Program.str().c_str(), FileActions,
251 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
/external/dhcpcd-6.8.2/
DAndroid.mk44 compat/posix_spawn.c
Dconfigure72 --without-posix_spawn) POSIX_SPAWN=no;;
795 posix_spawn(NULL, NULL, NULL, NULL, NULL, NULL);
Dscript.c116 i = posix_spawn(&pid, argv[0], NULL, &attr, argv, env); in exec_script()
/external/valgrind/coregrind/
Dvg_preloaded.c340 err = posix_spawn(&pid, command, NULL, &attr, argv, envp ? envp : environ); in VG_REPLACE_FUNCTION_ZU()
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h305 DECL_TEMPLATE(darwin, posix_spawn); // 244
/external/llvm/include/llvm/Config/
Dconfig.h.in214 /* Define to 1 if you have the `posix_spawn' function. */
Dconfig.h.cmake211 /* Define to 1 if you have the `posix_spawn' function. */
/external/llvm/cmake/
Dconfig-ix.cmake169 check_symbol_exists(posix_spawn spawn.h HAVE_POSIX_SPAWN)
/external/bison/etc/
DMakefile.in122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
/external/bison/build-aux/
DMakefile.in122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
/external/bison/data/
DMakefile.in122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
/external/bison/tests/
DMakefile.in121 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \

12