HomeSort by: relevance | last modified time | path
    Searched refs:io_outfd (Results 1 - 3 of 3) sorted by relevancy

  /src/games/larn/
io.c 133 int io_outfd; /* output file numbers */ variable in typeref:typename:int
302 write(io_outfd, buf, len);
470 return (io_outfd = 1);
471 if ((io_outfd = creat(str, 0644)) < 0) {
472 io_outfd = 1;
478 return (io_outfd);
496 io_outfd = 1;
516 return (io_outfd = 1);
517 if ((io_outfd = open(str, 2)) < 0) {
518 io_outfd = 1
    [all...]
diag.c 229 if (fstat(io_outfd, &statbuf) < 0)
header.h 365 io_outfd, io_infd;

Completed in 13 milliseconds