Searched defs:file_actions (Results 1 – 2 of 2) sorted by relevance
305 const posix_spawn_file_actions_t *file_actions, in posix_spawn()399 const posix_spawn_file_actions_t *file_actions, in posix_spawnp()539 posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_init()547 posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_destroy()566 add_file_attr(posix_spawn_file_actions_t *file_actions, file_attr_t *fap) in add_file_attr()590 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_addopen()621 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_addclose()640 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_adddup2()661 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_addclosefrom_np()679 posix_spawn_file_actions_t *restrict file_actions, in posix_spawn_file_actions_addchdir()[all …]
273 posix_spawn_file_actions_t file_actions; in mkfs_pcfs() local