/external/bison/lib/ |
D | spawn.in.h | 175 # 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/ |
D | spawn_h.m4 | 47 ]], [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])
|
D | posix_spawn.m4 | 1 # 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))
|
D | gnulib-comp.m4 | 148 # Code from module posix_spawn-internal: 1243 m4/posix_spawn.m4
|
/external/bison/linux-lib/ |
D | spawn.h | 487 # 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/ |
D | spawn.h | 487 # 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/ |
D | main.cpp | 57 err = posix_spawn (&pid, in spawn_process()
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 194 // 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/ |
D | main.mm | 179 …errorCode = posix_spawn(&childPID, path, &file_actions, &attributes, (char * const *)argvp, (char …
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 305 DECL_TEMPLATE(darwin, posix_spawn); // 244
|
D | syswrap-darwin.c | 2783 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/ |
D | Host.mm | 1322 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/ |
D | config-ix.cmake | 168 check_symbol_exists(posix_spawn spawn.h HAVE_POSIX_SPAWN)
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 235 /* Define to 1 if you have the `posix_spawn' function. */
|
D | config.h.cmake | 250 /* Define to 1 if you have the `posix_spawn' function. */
|
/external/lldb/tools/debugserver/source/ |
D | ChangeLog | 606 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/ |
D | Makefile.in | 122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|
/external/bison/etc/ |
D | Makefile.in | 122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|
/external/bison/tests/ |
D | Makefile.in | 121 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|
/external/bison/data/ |
D | Makefile.in | 122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|
/external/bison/examples/ |
D | Makefile.in | 122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|
/external/llvm/patches/ |
D | 0002-Add-basic-Android-configuration.patch | 512 +/* Define to 1 if you have the `posix_spawn' function. */ 1471 +/* Define to 1 if you have the `posix_spawn' function. */
|
/external/bison/src/ |
D | Makefile.in | 129 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|
/external/bison/ |
D | Makefile.in | 130 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|
/external/bison/examples/calc++/ |
D | Makefile.in | 123 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|