Searched refs:Outpipe (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/fs/doio/ |
D | iogen.c | 154 char *Outpipe; /* Pipe to write output to if p_opt */ variable 457 p_opt ? Outpipe : "stdout"); in startup_info() 536 if (stat(Outpipe, &sbuf) == -1) { in init_output() 538 if (mkfifo(Outpipe, 0666) == -1) { in init_output() 541 TagName, Outpipe, SYSERR); in init_output() 547 TagName, Outpipe, SYSERR); in init_output() 554 TagName, Outpipe); in init_output() 559 if ((outfd = open(Outpipe, O_RDWR)) == -1) { in init_output() 562 TagName, Outpipe, SYSERR); in init_output() 1598 Outpipe = optarg; in parse_cmdline()
|