Searched refs:posix_spawn_file_actions_init (Results 1 – 11 of 11) sorted by relevance
30 ret = posix_spawn_file_actions_init(&file_actions);74 ret = posix_spawn_file_actions_init(&file_actions);96 ret = posix_spawn_file_actions_init(&file_actions);143 ret = posix_spawn_file_actions_init(&file_actions);
34 if (posix_spawn_file_actions_init(&fileactions)) { in main()
40 ret = posix_spawn_file_actions_init(&fact);
85 …T_ASSERT_POSIX_SUCCESS(posix_spawn_file_actions_init(&file_actions), "posix_spawn_file_actions_ini…
105 T_QUIET; T_ASSERT_POSIX_SUCCESS(posix_spawn_file_actions_init(&actions), "create spawn actions");
62 T_ASSERT_POSIX_ZERO(posix_spawn_file_actions_init(&action), "posix_spawn_fileactions_init"); in get_current_slide_address()
12 posix_spawn_file_actions_init.3 \54 posix_spawn_file_actions_init.3 posix_spawn_file_actions_destroy.3 \
67 posix_spawn_file_actions_init(&actions); in spawn_process()
83 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *) __API_AVAILABLE(macos(10.5), io…
1496 posix_spawn_file_actions_init(posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_init() function
624 posix_spawn_file_actions_init(&facts); in call_cmd_silent()