Lines Matching refs:psfa_act_count

1505 		(*psactsp)->psfa_act_count = 0;  in posix_spawn_file_actions_init()
1640 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addopen()
1650 psfileact = &(*psactsp)->psfa_act_acts[(*psactsp)->psfa_act_count++]; in posix_spawn_file_actions_addopen()
1700 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addclose()
1710 psfileact = &(*psactsp)->psfa_act_acts[(*psactsp)->psfa_act_count++]; in posix_spawn_file_actions_addclose()
1760 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_adddup2()
1770 psfileact = &(*psactsp)->psfa_act_acts[(*psactsp)->psfa_act_count++]; in posix_spawn_file_actions_adddup2()
1822 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_add_fileportdup2_np()
1832 psfileact = &(*psactsp)->psfa_act_acts[(*psactsp)->psfa_act_count++]; in posix_spawn_file_actions_add_fileportdup2_np()
1893 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addinherit_np()
1903 psfileact = &(*psactsp)->psfa_act_acts[(*psactsp)->psfa_act_count++]; in posix_spawn_file_actions_addinherit_np()
1945 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addchdir_np()
1955 psfileact = &(*psactsp)->psfa_act_acts[(*psactsp)->psfa_act_count++]; in posix_spawn_file_actions_addchdir_np()
1959 (*psactsp)->psfa_act_count--; in posix_spawn_file_actions_addchdir_np()
2004 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addfchdir_np()
2014 psfileact = &(*psactsp)->psfa_act_acts[(*psactsp)->psfa_act_count++]; in posix_spawn_file_actions_addfchdir_np()
2969 …_actions != NULL) && (*(_posix_spawn_file_actions_t *)file_actions)->psfa_act_count > 0) || attrp … in posix_spawn()
3022 if (psactsp->psfa_act_count > 0) { in posix_spawn()
3023 size_t fa_size = PSF_ACTIONS_SIZE(psactsp->psfa_act_count); in posix_spawn()
3024 if (fa_size == 0 && psactsp->psfa_act_count != 0) { in posix_spawn()