Searched refs:STDOUT_FILENO (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.61.12/tests/unit/mocks/ |
| H A D | unit_test_utils.h | 74 write(STDOUT_FILENO, buf, printed); in raw_printf()
|
| H A D | mock_misc.c | 127 write(STDOUT_FILENO, buf, printed);
|
| H A D | std_safe.h | 82 #define STDOUT_FILENO 1 macro
|
| /xnu-12377.61.12/tests/ |
| H A D | posix_spawn_file_actions_add_fileportdup2_np.c | 43 ret = posix_spawn_file_actions_add_fileportdup2_np(&fact, mp, STDOUT_FILENO);
|
| H A D | stackshot_spawn_exit_stress.c | 106 …T_QUIET; T_ASSERT_POSIX_SUCCESS(posix_spawn_file_actions_addopen(&actions, STDOUT_FILENO, "/dev/nu…
|
| H A D | posix_spawn_filtering.c | 86 …UCCESS(posix_spawn_file_actions_adddup2(&file_actions, env_output_fd, STDOUT_FILENO), "posix_spawn…
|
| H A D | poll.c | 176 fds[1].fd = STDOUT_FILENO;
|
| H A D | stackshot_accuracy.m | 55 close(STDOUT_FILENO);
|
| H A D | proc_info.c | 904 int ret = isatty(STDOUT_FILENO); 1961 events[0].ident = STDOUT_FILENO;
|
| /xnu-12377.61.12/tools/kt-dump/ |
| H A D | kt-dump.cpp | 628 STDOUT_FILENO, "/dev/null", O_WRONLY, 0777); in call_cmd_silent()
|
| /xnu-12377.61.12/tests/vm/configurator/ |
| H A D | vm_configurator.c | 135 stdout_is_tty = isatty(STDOUT_FILENO); in use_colors()
|