Home
last modified time | relevance | path

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

/haiku/src/tests/system/libroot/posix/
H A Dposix_spawn_redir_test.c12 posix_spawn_file_actions_t child_fd_acts; in main() local
13 ret = posix_spawn_file_actions_init(&child_fd_acts); in main()
15 ret = posix_spawn_file_actions_addopen(&child_fd_acts, 1, "errlog", in main()
18 ret = posix_spawn_file_actions_adddup2(&child_fd_acts, 1, 2); in main()
20 ret = posix_spawn(&child, "./posix_spawn_redir_err", &child_fd_acts, NULL, av, NULL); in main()