Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/gen/
Dposix_spawn.c54 enum { FAE_OPEN, FAE_DUP2, FAE_CLOSE } fae_action; member
140 switch (fae->fae_action) { in process_file_actions_entry()
276 if (fae->fae_action == FAE_OPEN) in posix_spawn_file_actions_destroy()
301 fae->fae_action = FAE_OPEN; in posix_spawn_file_actions_addopen()
331 fae->fae_action = FAE_DUP2; in posix_spawn_file_actions_adddup2()
354 fae->fae_action = FAE_CLOSE; in posix_spawn_file_actions_addclose()