Searched refs:io_infd (Results 1 – 4 of 4) sorted by relevance
68 int io_infd; /* input file numbers */ variable371 if ((i = read(io_infd, inbuffer, MAXIBUF)) <= 0) { in lgetc()422 if (read(io_infd, adr, num) != num) in lrfill()528 return (io_infd = 0); in lopen()529 if ((io_infd = open(str, O_RDONLY)) < 0) { in lopen()535 return (io_infd); in lopen()568 if (io_infd > 0) in lrclose()569 close(io_infd); in lrclose()
309 fstat(io_infd, &filetimes); in restoregame()
349 io_outfd, io_infd;
710 if (fstat(io_infd, &stbuf) < 0) { in diedlog()