Searched refs:posix_spawn_file_actions_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-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-9.3-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-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc131 posix_spawn_file_actions_t *FileActions) {
197 posix_spawn_file_actions_t FileActionsStore;
198 posix_spawn_file_actions_t *FileActions = 0;

Completed in 118 milliseconds