Searched refs:pbufsize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/one-true-awk/
H A Dlib.c110 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */ argument
115 int bufsize = *pbufsize, savebufsize = bufsize;
165 *pbufsize = bufsize;
176 *pbufsize = savebufsize;
188 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ argument
192 int bufsize = *pbufsize;
227 *pbufsize = bufsize;
H A Drun.c828 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ argument
838 int bufsize = *pbufsize;
983 *pbufsize = bufsize;

Completed in 164 milliseconds