Searched refs:posix_spawn_file_actions_destroy (Results 1 – 7 of 7) sorted by relevance
55 FUNCTION(posix_spawn_file_actions_destroy, int (*f)(posix_spawn_file_actions_t*)); in spawn_h()
84 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t* __actions) __INTRODUCED_IN(28);
252 ASSERT_EQ(0, posix_spawn_file_actions_destroy(&fa)); in TEST()284 ASSERT_EQ(0, posix_spawn_file_actions_destroy(&fa)); in CatFileToString()534 ASSERT_EQ(0, posix_spawn_file_actions_destroy(&fa)); in TEST()
318 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t* actions) { in posix_spawn_file_actions_destroy() function
651 posix_spawn_file_actions_destroy
1406 posix_spawn_file_actions_destroy;