Home
last modified time | relevance | path

Searched refs:Outpipe (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/
H A Diogen.c154 char *Outpipe; /* Pipe to write output to if p_opt */ variable
457 p_opt ? Outpipe : "stdout"); in startup_info()
528 * otherwise, attempt to create a FIFO on path Outpipe. Exit with an
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, SYSER in init_output()
[all...]

Completed in 2 milliseconds