HomeSort by relevance Sort by last modified time
    Searched refs:posix_spawn (Results 1 - 25 of 27) sorted by null

1 2

  /external/dhcpcd-6.8.2/compat/
posix_spawn.h 45 int posix_spawn(pid_t *, const char *,
posix_spawn.c 28 /* This implementation of posix_spawn is only suitable for the needs of dhcpcd
41 #include "posix_spawn.h"
84 posix_spawn(pid_t *pid, const char *path, function
  /external/valgrind/memcheck/tests/solaris/
spawn.c 1 /* Functional tests for spawn() syscall invoked indirectly via posix_spawn()
31 /* posix_spawn(), no file actions, no attrs */
34 ret = posix_spawn(&child, EXE_NAME, NULL, NULL, argv_exe, envp);
36 perror("posix_spawn");
39 /* posix_spawn(), file actions, no attrs */
47 ret = posix_spawn(&child, EXE_NAME, &fa, NULL, argv_exe, envp);
49 perror("posix_spawn");
55 /* posix_spawn(), no file actions, attrs */
63 ret = posix_spawn(&child, EXE_NAME, NULL, &spa, argv_exe, envp);
65 perror("posix_spawn");
    [all...]
  /external/valgrind/none/tests/solaris/
posix_spawn.c 1 /* Test that an error from posix_spawn() is correctly propagated to the
32 /* The following call to posix_spawn() should fail because the requested
34 err = posix_spawn(NULL, "/bin/true", &file_actions, NULL, argv_exe,
38 perror("posix_spawn");
  /external/bison/lib/
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); variable
213 # undef posix_spawn macro
215 _GL_WARN_ON_USE (posix_spawn, "posix_spawn is unportable - "
216 "use gnulib module posix_spawn for portability")
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
spawn.h 72 extern int posix_spawn (pid_t *__restrict __pid,
80 /* Similar to `posix_spawn' but search for FILE in the PATH.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
spawn.h 72 extern int posix_spawn (pid_t *__restrict __pid,
80 /* Similar to `posix_spawn' but search for FILE in the PATH.
  /external/bison/darwin-lib/
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 macro
527 _GL_WARN_ON_USE (posix_spawn, "posix_spawn is unportable - "
528 "use gnulib module posix_spawn for portability")
    [all...]
  /external/bison/linux-lib/
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 macro
527 _GL_WARN_ON_USE (posix_spawn, "posix_spawn is unportable - "
528 "use gnulib module posix_spawn for portability")
    [all...]
  /external/valgrind/coregrind/
vg_preloaded.c 225 by posix_spawn() (when it is implemented using vfork()). A child calls
242 posix_spawn() to the parent. If there is any error Valgrind returns it as
246 posix_spawn().
253 Newer Solaris versions introduce the spawn syscall and posix_spawn() is
275 in posix_spawn(). The forksys pre-wrapper saves a descriptor of the
298 posix_spawn() on the system for which the library is being compiled.
302 replaced here with an implementation that uses posix_spawn(). This
304 illumos is changed to use the posix_spawn() implementation.
340 err = posix_spawn(&pid, command, NULL, &attr, argv, envp ? envp : environ);
  /external/dhcpcd-6.8.2/
Android.mk 44 compat/posix_spawn.c
configure 72 --without-posix_spawn) POSIX_SPAWN=no;;
781 if [ -z "$POSIX_SPAWN" ]; then
782 printf "Testing for posix_spawn ... "
790 # error posix_spawn was fixed in OpenBSD-5.7
795 posix_spawn(NULL, NULL, NULL, NULL, NULL, NULL);
800 POSIX_SPAWN=yes
802 POSIX_SPAWN=no
804 echo "$POSIX_SPAWN"
807 if [ "$POSIX_SPAWN" = no ]; the
    [all...]
script.c 56 #include "compat/posix_spawn.h"
102 /* posix_spawn is a safe way of executing another image
116 i = posix_spawn(&pid, argv[0], NULL, &attr, argv, env);
  /external/clang/tools/scan-build-py/tests/functional/exec/
main.c 233 char *const file = "posix_spawn.c";
241 if (0 != posix_spawn(&child, "/usr/bin/cc", 0, 0, argv, get_environ())) {
242 perror("posix_spawn");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 609 #define posix_spawn(...) (pthread_testcancel(), posix_spawn(__VA_ARGS__)) macro
    [all...]
  /external/clang/tools/scan-build-py/libear/
ear.c 265 int posix_spawn(pid_t *restrict pid, const char *restrict path, function
375 DLSYM(func, fp, "posix_spawn");
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-darwin.h 305 DECL_TEMPLATE(darwin, posix_spawn); // 244
syswrap-darwin.c     [all...]
  /external/libcups/cups/
tls-darwin.c 329 if (posix_spawn(&pid, command, &actions, NULL, argv, envp))
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_netbsd_386.go 270 SYS_POSIX_SPAWN = 474 // { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }
zsysnum_netbsd_amd64.go 270 SYS_POSIX_SPAWN = 474 // { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }
zsysnum_netbsd_arm.go 270 SYS_POSIX_SPAWN = 474 // { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_netbsd_386.go 270 SYS_POSIX_SPAWN = 474 // { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }
zsysnum_netbsd_amd64.go 270 SYS_POSIX_SPAWN = 474 // { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }
zsysnum_netbsd_arm.go 270 SYS_POSIX_SPAWN = 474 // { int|sys||posix_spawn(pid_t *pid, const char *path, const struct posix_spawn_file_actions *file_actions, const struct posix_spawnattr *attrp, char *const *argv, char *const *envp); }

Completed in 1584 milliseconds

1 2