Home
last modified time | relevance | path

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

12

/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/m4/
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])
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))
Dgnulib-comp.m4148 # Code from module posix_spawn-internal:
1243 m4/posix_spawn.m4
/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/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/lldb/test/functionalities/exec/
Dmain.cpp57 err = posix_spawn (&pid, in spawn_process()
/external/llvm/lib/Support/Unix/
DProgram.inc194 // If this OS has posix_spawn and there is no memory limit being implied, use
195 // posix_spawn. It is more efficient than fork/exec.
202 // c strings we pass to it stay alive until the call to posix_spawn,
246 int Err = posix_spawn(&PID, Program.str().c_str(), FileActions,
254 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
/external/lldb/source/Host/macosx/launcherXPCService/
Dmain.mm179 …errorCode = posix_spawn(&childPID, path, &file_actions, &attributes, (char * const *)argvp, (char …
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h305 DECL_TEMPLATE(darwin, posix_spawn); // 244
Dsyswrap-darwin.c2783 PRE(posix_spawn) in PRE() argument
2981 POST(posix_spawn) in POST() argument
8240 MACXY(__NR_posix_spawn, posix_spawn),
/external/lldb/source/Host/macosx/
DHost.mm1322 flags |= POSIX_SPAWN_SETEXEC; // Darwin specific posix_spawn flag
1325 flags |= POSIX_SPAWN_START_SUSPENDED; // Darwin specific posix_spawn flag
1328 flags |= _POSIX_SPAWN_DISABLE_ASLR; // Darwin specific posix_spawn flag
1623 // posix_spawn gets very unhappy if it doesn't have at least the program
/external/llvm/cmake/
Dconfig-ix.cmake168 check_symbol_exists(posix_spawn spawn.h HAVE_POSIX_SPAWN)
/external/llvm/include/llvm/Config/
Dconfig.h.in235 /* Define to 1 if you have the `posix_spawn' function. */
Dconfig.h.cmake250 /* Define to 1 if you have the `posix_spawn' function. */
/external/lldb/tools/debugserver/source/
DChangeLog606 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.
/external/bison/build-aux/
DMakefile.in122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
/external/bison/etc/
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 \
/external/bison/data/
DMakefile.in122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
/external/bison/examples/
DMakefile.in122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
/external/llvm/patches/
D0002-Add-basic-Android-configuration.patch512 +/* Define to 1 if you have the `posix_spawn' function. */
1471 +/* Define to 1 if you have the `posix_spawn' function. */
/external/bison/src/
DMakefile.in129 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
/external/bison/
DMakefile.in130 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
/external/bison/examples/calc++/
DMakefile.in123 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \

12