Home
last modified time | relevance | path

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

/dragonfly/contrib/awk/
H A Dproto.h124 extern int readrec(char **buf, int *bufsize, FILE *inf, bool isnew);
H A Dlib.c179 c = readrec(&buf, &bufsize, infile, innew); in getrec()
226 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ in readrec() function
H A DFIXES.1e87 Fix readrec's definition of a record. This fixes an issue
890 fixed potential bug in readrec: might fail to update record
H A Drun.c428 n = readrec(&buf, &bufsize, fp, newflag); in awkgetline()