Home
last modified time | relevance | path

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

/xen/tools/console/testsuite/
A Dprocpipe.c74 int host_stdin[2]; in main() local
103 res = pipe(host_stdin); 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