Home
last modified time | relevance | path

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

/netbsd-src/games/larn/
H A Dio.c133 int io_outfd; /* output file numbers */ variable
302 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 …]
H A Dheader.h365 io_outfd, io_infd;
H A Ddiag.c229 if (fstat(io_outfd, &statbuf) < 0) in savegame()