Home
last modified time | relevance | path

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

/external/bison/lib/
Dspawn_int.h51 # define __posix_spawn_file_actions_realloc gl_posix_spawn_file_actions_realloc macro
53 extern int __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *
Dspawn_faction_init.c32 __posix_spawn_file_actions_realloc (posix_spawn_file_actions_t *file_actions) in __posix_spawn_file_actions_realloc() function
Dspawn_faction_addclose.c51 && __posix_spawn_file_actions_realloc (file_actions) != 0) in posix_spawn_file_actions_addclose()
Dspawn_faction_adddup2.c51 && __posix_spawn_file_actions_realloc (file_actions) != 0) in posix_spawn_file_actions_adddup2()
Dspawn_faction_addopen.c52 && __posix_spawn_file_actions_realloc (file_actions) != 0) in posix_spawn_file_actions_addopen()