Home | History | Annotate | Download | only in doio

Lines Matching defs:infd

756 	int rval, i, infd, nbytes;
808 infd = 0;
810 if ((infd = open(Infile, O_RDWR)) == -1) {
918 while ((nbytes = read(infd, (char *)&ioreq, sizeof(ioreq)))) {