HomeSort by: relevance | last modified time | path
    Searched defs:datfd (Results 1 - 2 of 2) sorted by relevancy

  /src/games/fortune/fortune/
fortune.c 93 int fd, datfd; member in struct:fd
591 fp->datfd = -1;
972 (void) lseek(fp->datfd,
974 read(fp->datfd, Seekpts, sizeof Seekpts);
1059 if (fp->datfd < 0 && (fp->datfd = open(fp->datfile, O_RDONLY)) < 0)
fortune.c 93 int fd, datfd; member in struct:fd
591 fp->datfd = -1;
972 (void) lseek(fp->datfd,
974 read(fp->datfd, Seekpts, sizeof Seekpts);
1059 if (fp->datfd < 0 && (fp->datfd = open(fp->datfile, O_RDONLY)) < 0)

Completed in 24 milliseconds