Home
last modified time | relevance | path

Searched defs:pbufsize (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/one-true-awk/
H A Dlib.c142 int getrec(char **pbuf, int *pbufsize, bool isrecord) /* get next input record */ in getrec() argument
226 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ in readrec() argument
299 int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* csv can have \n's */ in readcsvrec() argument
[all...]
H A Db.c848 fnematch(fa * pfa,FILE * f,char ** pbuf,int * pbufsize,int quantum) fnematch() argument
H A Drun.c1078 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ in format() argument