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()
82 int posix_spawn_file_actions_destroy(posix_spawn_file_actions_t* __actions) __INTRODUCED_IN(28);
248 ASSERT_EQ(0, posix_spawn_file_actions_destroy(&fa)); in TEST()280 ASSERT_EQ(0, posix_spawn_file_actions_destroy(&fa)); in CatFileToString()
279 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;