Home
last modified time | relevance | path

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

/openbsd/include/
H A Dspawn.h39 typedef struct __posix_spawn_file_actions *posix_spawn_file_actions_t;
/openbsd/lib/libc/gen/
H A Dposix_spawn.c48 struct __posix_spawn_file_actions { struct
257 fa = malloc(sizeof(struct __posix_spawn_file_actions)); in posix_spawn_file_actions_init()