Searched refs:io_outfd (Results 1 – 3 of 3) sorted by relevance
133 int io_outfd; /* output file numbers */ variable302 write(io_outfd, buf, len); in lwrite()470 return (io_outfd = 1); in lcreat()471 if ((io_outfd = creat(str, 0644)) < 0) { in lcreat()472 io_outfd = 1; in lcreat()478 return (io_outfd); in lcreat()496 io_outfd = 1; in lopen()516 return (io_outfd = 1); in lappend()517 if ((io_outfd = open(str, 2)) < 0) { in lappend()518 io_outfd = 1; in lappend()[all …]
365 io_outfd, io_infd;
229 if (fstat(io_outfd, &statbuf) < 0) in savegame()