Searched defs:pbufsize (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | lib.c | 142 int getrec(char **pbuf, int *pbufsize, bool isrecord) /* get next input record */ in getrec() 226 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ in readrec() 299 int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* csv can have \n's */ in readcsvrec()
|
H A D | b.c | 861 bool fnematch(fa *pfa, FILE *f, char **pbuf, int *pbufsize, int quantum) in fnematch()
|
H A D | run.c | 1075 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ in format()
|