/external/valgrind/memcheck/tests/solaris/ |
D | spawn.c | 34 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/ |
D | Makefile.am | 24 posix_spawn.stderr.exp posix_spawn.stdout.exp posix_spawn.vgtest \ 48 posix_spawn \ program
|
D | posix_spawn.vgtest | 1 prog: posix_spawn
|
D | posix_spawn.c | 34 err = posix_spawn(NULL, "/bin/true", &file_actions, NULL, argv_exe, in main()
|
/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/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/m4/ |
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 | 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 | gnulib-comp.m4 | 148 # Code from module posix_spawn-internal: 1243 m4/posix_spawn.m4
|
/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/dhcpcd-6.8.2/compat/ |
D | posix_spawn.h | 45 int posix_spawn(pid_t *, const char *,
|
D | posix_spawn.c | 84 posix_spawn(pid_t *pid, const char *path, in posix_spawn() function
|
/external/llvm/lib/Support/Unix/ |
D | Program.inc | 191 // 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/ |
D | Android.mk | 44 compat/posix_spawn.c
|
D | configure | 72 --without-posix_spawn) POSIX_SPAWN=no;; 795 posix_spawn(NULL, NULL, NULL, NULL, NULL, NULL);
|
D | script.c | 116 i = posix_spawn(&pid, argv[0], NULL, &attr, argv, env); in exec_script()
|
/external/valgrind/coregrind/ |
D | vg_preloaded.c | 340 err = posix_spawn(&pid, command, NULL, &attr, argv, envp ? envp : environ); in VG_REPLACE_FUNCTION_ZU()
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 305 DECL_TEMPLATE(darwin, posix_spawn); // 244
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 214 /* Define to 1 if you have the `posix_spawn' function. */
|
D | config.h.cmake | 211 /* Define to 1 if you have the `posix_spawn' function. */
|
/external/llvm/cmake/ |
D | config-ix.cmake | 169 check_symbol_exists(posix_spawn spawn.h HAVE_POSIX_SPAWN)
|
/external/bison/etc/ |
D | Makefile.in | 122 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|
/external/bison/build-aux/ |
D | Makefile.in | 122 $(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/tests/ |
D | Makefile.in | 121 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/posix_spawn.m4 \
|