Home
last modified time | relevance | path

Searched refs:posix_spawn_file_actions_init (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/tests/
H A Dposix_spawn_file_actions.c30 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);
H A Dvm_spawn_tool.c34 if (posix_spawn_file_actions_init(&fileactions)) { in main()
H A Dposix_spawn_file_actions_add_fileportdup2_np.c40 ret = posix_spawn_file_actions_init(&fact);
H A Dposix_spawn_filtering.c85 …T_ASSERT_POSIX_SUCCESS(posix_spawn_file_actions_init(&file_actions), "posix_spawn_file_actions_ini…
H A Dstackshot_spawn_exit_stress.c105 T_QUIET; T_ASSERT_POSIX_SUCCESS(posix_spawn_file_actions_init(&actions), "create spawn actions");
H A Dshared_cache_reslide_test.c62 T_ASSERT_POSIX_ZERO(posix_spawn_file_actions_init(&action), "posix_spawn_fileactions_init"); in get_current_slide_address()
/xnu-11215/bsd/man/man3/
H A DMakefile12 posix_spawn_file_actions_init.3 \
54 posix_spawn_file_actions_init.3 posix_spawn_file_actions_destroy.3 \
/xnu-11215/tests/vm_memory_tests_src/
H A Dmain.c67 posix_spawn_file_actions_init(&actions); in spawn_process()
/xnu-11215/libsyscall/wrappers/spawn/
H A Dspawn.h83 int posix_spawn_file_actions_init(posix_spawn_file_actions_t *) __API_AVAILABLE(macos(10.5), io…
H A Dposix_spawn.c1496 posix_spawn_file_actions_init(posix_spawn_file_actions_t *file_actions) in posix_spawn_file_actions_init() function
/xnu-11215/tools/kt-dump/
H A Dkt-dump.cpp624 posix_spawn_file_actions_init(&facts); in call_cmd_silent()