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

/freebsd-10.0-release/lib/libc/gen/
H A Dposix_spawn.c62 enum { FAE_OPEN, FAE_DUP2, FAE_CLOSE } fae_action; member in struct:__posix_spawn_file_actions_entry
142 switch (fae->fae_action) {
274 if (fae->fae_action == FAE_OPEN)
299 fae->fae_action = FAE_OPEN;
329 fae->fae_action = FAE_DUP2;
352 fae->fae_action = FAE_CLOSE;

Completed in 107 milliseconds