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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c281 const posix_spawn_file_actions_t *file_actions,
287 file_attr_t *fap = file_actions? file_actions->__file_attrp : NULL;
375 const posix_spawn_file_actions_t *file_actions,
381 file_attr_t *fap = file_actions? file_actions->__file_attrp : NULL;
515 posix_spawn_file_actions_t *file_actions)
517 file_actions->__file_attrp = NULL;
523 posix_spawn_file_actions_t *file_actions)
525 file_attr_t *froot = file_actions
278 posix_spawn( pid_t *pidp, const char *path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const *argv, char *const *envp) argument
372 posix_spawnp( pid_t *pidp, const char *file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const *argv, char *const *envp) argument
514 posix_spawn_file_actions_init( posix_spawn_file_actions_t *file_actions) argument
522 posix_spawn_file_actions_destroy( posix_spawn_file_actions_t *file_actions) argument
542 add_file_attr(posix_spawn_file_actions_t *file_actions, file_attr_t *fap) argument
565 posix_spawn_file_actions_addopen( posix_spawn_file_actions_t *file_actions, int filedes, const char *path, int oflag, mode_t mode) argument
596 posix_spawn_file_actions_addclose( posix_spawn_file_actions_t *file_actions, int filedes) argument
615 posix_spawn_file_actions_adddup2( posix_spawn_file_actions_t *file_actions, int filedes, int newfiledes) argument
636 posix_spawn_file_actions_addclosefrom_np( posix_spawn_file_actions_t *file_actions, int lowfiledes) argument
[all...]

Completed in 47 milliseconds