Home
last modified time | relevance | path

Searched refs:file_actions (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/head/
H A Dspawn.h75 const posix_spawn_file_actions_t *file_actions,
83 const posix_spawn_file_actions_t *file_actions,
89 posix_spawn_file_actions_t *file_actions);
92 posix_spawn_file_actions_t *file_actions);
95 posix_spawn_file_actions_t *_RESTRICT_KYWD file_actions,
102 posix_spawn_file_actions_t *file_actions,
106 posix_spawn_file_actions_t *file_actions,
170 posix_spawn_file_actions_t *file_actions,
/titanic_41/usr/src/lib/libc/port/threads/
H A Dspawn.c281 const posix_spawn_file_actions_t *file_actions, in posix_spawn() argument
287 file_attr_t *fap = file_actions? file_actions->__file_attrp : NULL; in posix_spawn()
375 const posix_spawn_file_actions_t *file_actions, in posix_spawnp() argument
381 file_attr_t *fap = file_actions? file_actions->__file_attrp : NULL; in posix_spawnp()
515 posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_init() argument
517 file_actions->__file_attrp = NULL; in posix_spawn_file_actions_init()
523 posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_destroy() argument
525 file_attr_t *froot = file_actions->__file_attrp; in posix_spawn_file_actions_destroy()
537 file_actions->__file_attrp = NULL; in posix_spawn_file_actions_destroy()
542 add_file_attr(posix_spawn_file_actions_t *file_actions, file_attr_t *fap) in add_file_attr() argument
[all …]