lfp_spawn ( pid_t* pid, char const* path, char*const* argv, char*const* envp, struct lfp_spawn_file_actions_t const* file_actions, struct lfp_spawnattr_t const* attr )5th parameter 'file_actions' (pointer) has base type 'struct lfp_spawn_file_actions_t'.
lfp_spawn_file_actions_addclose ( struct lfp_spawn_file_actions_t* file_actions, int fd )1st parameter 'file_actions' (pointer) has base type 'struct lfp_spawn_file_actions_t'.
lfp_spawn_file_actions_adddup2 ( struct lfp_spawn_file_actions_t* file_actions, int fd, int newfd )1st parameter 'file_actions' (pointer) has base type 'struct lfp_spawn_file_actions_t'.
lfp_spawn_file_actions_addopen ( struct lfp_spawn_file_actions_t* file_actions, int fd, char const* path, uint64_t oflags, mode_t mode )1st parameter 'file_actions' (pointer) has base type 'struct lfp_spawn_file_actions_t'.
lfp_spawn_file_actions_destroy ( struct lfp_spawn_file_actions_t* file_actions )1st parameter 'file_actions' (pointer) has base type 'struct lfp_spawn_file_actions_t'.
lfp_spawn_file_actions_init ( struct lfp_spawn_file_actions_t* file_actions )1st parameter 'file_actions' (pointer) has base type 'struct lfp_spawn_file_actions_t'.
lfp_spawnp ( pid_t* pid, char const* file, char*const* argv, char*const* envp, struct lfp_spawn_file_actions_t const* file_actions, struct lfp_spawnattr_t const* attr )5th parameter 'file_actions' (pointer) has base type 'struct lfp_spawn_file_actions_t'.