HomeSort by relevance Sort by last modified time
    Searched refs:file_actions (Results 1 - 10 of 10) sorted by null

  /external/valgrind/none/tests/solaris/
posix_spawn.c 14 posix_spawn_file_actions_t file_actions; local
18 err = posix_spawn_file_actions_init(&file_actions);
25 err = posix_spawn_file_actions_adddup2(&file_actions, 3, 4);
34 err = posix_spawn(NULL, "/bin/true", &file_actions, NULL, argv_exe,
45 err = posix_spawn_file_actions_destroy(&file_actions);
  /external/dhcpcd-6.8.2/compat/
posix_spawn.c 85 const posix_spawn_file_actions_t *file_actions,
95 if (file_actions == NULL && is_vfork_safe(flags))
  /external/clang/tools/scan-build-py/libear/
ear.c 125 const posix_spawn_file_actions_t *file_actions,
132 const posix_spawn_file_actions_t *file_actions,
266 const posix_spawn_file_actions_t *file_actions,
270 return call_posix_spawn(pid, path, file_actions, attrp, argv, envp);
276 const posix_spawn_file_actions_t *file_actions,
280 return call_posix_spawnp(pid, file, file_actions, attrp, argv, envp);
366 const posix_spawn_file_actions_t *file_actions,
379 (*fp)(pid, path, file_actions, attrp, argv, (char *const *restrict)menvp);
387 const posix_spawn_file_actions_t *file_actions,
400 (*fp)(pid, file, file_actions, attrp, argv, (char *const *restrict)menvp)
    [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); }
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]

Completed in 1823 milliseconds