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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c273 const posix_spawn_file_actions_t *file_actions,
279 file_attr_t *fap = file_actions? file_actions->__file_attrp : NULL;
368 const posix_spawn_file_actions_t *file_actions,
374 file_attr_t *fap = file_actions? file_actions->__file_attrp : NULL;
513 posix_spawn_file_actions_t *file_actions)
515 file_actions->__file_attrp = NULL;
521 posix_spawn_file_actions_t *file_actions)
523 file_attr_t *froot = file_actions
270 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
365 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
512 posix_spawn_file_actions_init( posix_spawn_file_actions_t *file_actions) argument
520 posix_spawn_file_actions_destroy( posix_spawn_file_actions_t *file_actions) argument
540 add_file_attr(posix_spawn_file_actions_t *file_actions, file_attr_t *fap) argument
563 posix_spawn_file_actions_addopen( posix_spawn_file_actions_t *file_actions, int filedes, const char *path, int oflag, mode_t mode) argument
594 posix_spawn_file_actions_addclose( posix_spawn_file_actions_t *file_actions, int filedes) argument
613 posix_spawn_file_actions_adddup2( posix_spawn_file_actions_t *file_actions, int filedes, int newfiledes) argument
634 posix_spawn_file_actions_addclosefrom_np( posix_spawn_file_actions_t *file_actions, int lowfiledes) argument
[all...]

Completed in 54 milliseconds