Searched defs:filedes (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/libsyscall/wrappers/spawn/
H A Dposix_spawn.c1013 posix_spawn_file_actions_addopen( posix_spawn_file_actions_t * __restrict file_actions, int filedes, const char * __restrict path, int oflag, mode_t mode) argument
1072 posix_spawn_file_actions_addclose(posix_spawn_file_actions_t *file_actions, int filedes) argument
1128 posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t *file_actions, int filedes, int newfiledes) argument
1196 posix_spawn_file_actions_addinherit_np(posix_spawn_file_actions_t *file_actions, int filedes) argument
[all...]

Completed in 16 milliseconds