Home
last modified time | relevance | path

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

/freebsd-9-stable/include/
Dspawn.h54 typedef struct __posix_spawn_file_actions *posix_spawn_file_actions_t;
/freebsd-9-stable/lib/libc/gen/
Dposix_spawn.c56 struct __posix_spawn_file_actions { struct
255 fa = malloc(sizeof(struct __posix_spawn_file_actions)); in posix_spawn_file_actions_init()