Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/doio/
Ddoio.c261 char *Infile; /* input file (defaults to stdin) */ variable
807 if (Infile == NULL) { in doio()
810 if ((infd = open(Infile, O_RDWR)) == -1) { in doio()
813 Infile, SYSERR, errno); in doio()
5194 Infile = NULL; in parse_cmdline()
5196 Infile = argv[optind++]; in parse_cmdline()