Home
last modified time | relevance | path

Searched refs:f_rabuf (Results 1 – 4 of 4) sorted by relevance

/NextBSD/lib/libstand/
HDclose.c78 if (f->f_rabuf != NULL) { in close()
79 free(f->f_rabuf); in close()
80 f->f_rabuf = NULL; in close()
HDread.c101 bcopy(f->f_rabuf + f->f_raoffset, dest, ccount); in read()
119 if ((errno = (f->f_ops->fo_read)(f, f->f_rabuf, SOPEN_RASIZE, &cresid))) in read()
HDopen.c86 f->f_rabuf = malloc(SOPEN_RASIZE); in o_rainit()
128 f->f_rabuf = NULL; in open()
HDstand.h164 char *f_rabuf; /* readahead buffer pointer */ member