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

/freebsd-10.2-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.2-release/lib/libc/gen/
H A Dposix_spawn.c178 process_file_actions(const posix_spawn_file_actions_t fa)
194 const posix_spawn_file_actions_t *fa,
233 const posix_spawn_file_actions_t *fa,
242 const posix_spawn_file_actions_t *fa,
254 posix_spawn_file_actions_init(posix_spawn_file_actions_t *ret)
256 posix_spawn_file_actions_t fa;
268 posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *fa)
287 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa,
318 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *fa,
341 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *f
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_fileactions.c101 posix_spawn_file_actions_t fa;
196 posix_spawn_file_actions_t fa;
231 posix_spawn_file_actions_t fa;
271 posix_spawn_file_actions_t fa;
306 posix_spawn_file_actions_t fa;
350 posix_spawn_file_actions_t fa;
/freebsd-10.2-release/lib/libdpv/
H A Dutil.c64 posix_spawn_file_actions_t action;
H A Ddialog_util.c233 posix_spawn_file_actions_t action;
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c81 posix_spawn_file_actions_t actions;
/freebsd-10.2-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;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1830 posix_spawn_file_actions_t file_actions;
1839 lldb_utility::CleanUp <posix_spawn_file_actions_t *, int> posix_spawn_file_actions_cleanup (&file_actions, posix_spawn_file_actions_destroy);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp685 posix_spawn_file_actions_t *file_actions = reinterpret_cast<posix_spawn_file_actions_t *>(_file_actions);

Completed in 172 milliseconds