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

/xnu-2782.1.97/libsyscall/wrappers/spawn/
H A Dspawn.h52 typedef void *posix_spawn_file_actions_t; typedef
60 const posix_spawn_file_actions_t *,
65 const posix_spawn_file_actions_t *,
69 int posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *, int) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
70 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *, int,
73 posix_spawn_file_actions_t * __restrict, int,
75 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
76 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
129 int posix_spawn_file_actions_addinherit_np(posix_spawn_file_actions_t *,
H A Dposix_spawn.c883 * posix_spawn_file_actions_t is defined to be a void *, and
896 posix_spawn_file_actions_init(posix_spawn_file_actions_t *file_actions)
933 posix_spawn_file_actions_destroy(posix_spawn_file_actions_t *file_actions)
1013 posix_spawn_file_actions_t * __restrict file_actions,
1071 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *file_actions,
1127 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *file_actions,
1195 posix_spawn_file_actions_addinherit_np(posix_spawn_file_actions_t *file_actions,
1476 const posix_spawn_file_actions_t *file_actions,

Completed in 49 milliseconds