Home
last modified time | relevance | path

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

/xen/tools/console/testsuite/
A Dprocpipe.c73 int host_stdout[2]; in main() local
98 res = pipe(host_stdout); in main()
108 pid1 = exec(host_stdout[1], host_stdin[0], argv[optind]); in main()
113 pid2 = exec(host_stdin[1], host_stdout[0], argv[optind + 1]); in main()

Completed in 3 milliseconds