Searched refs:posix_spawn_file_actions_t (Results 1 - 6 of 6) sorted by last modified time

/freebsd-10.0-release/include/
H A Dspawn.h54 typedef struct __posix_spawn_file_actions *posix_spawn_file_actions_t; typedef in typeref:struct:__posix_spawn_file_actions
71 const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
74 const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict,
80 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *);
81 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *);
83 int posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict,
85 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int, int);
86 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int);
/freebsd-10.0-release/lib/libc/gen/
H A Dposix_spawn.c175 process_file_actions(const posix_spawn_file_actions_t fa)
191 const posix_spawn_file_actions_t *fa,
230 const posix_spawn_file_actions_t *fa,
239 const posix_spawn_file_actions_t *fa,
251 posix_spawn_file_actions_init(posix_spawn_file_actions_t *ret)
253 posix_spawn_file_actions_t fa;
265 posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa)
284 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa,
315 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa,
338 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *f
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c81 posix_spawn_file_actions_t actions;
/freebsd-10.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc134 posix_spawn_file_actions_t *FileActions) {
191 posix_spawn_file_actions_t FileActionsStore;
192 posix_spawn_file_actions_t *FileActions = 0;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp667 ProcessLaunchInfo::FileAction::AddPosixSpawnFileAction (posix_spawn_file_actions_t *file_actions,
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h479 AddPosixSpawnFileAction (posix_spawn_file_actions_t *file_actions,

Completed in 249 milliseconds