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

/freebsd-10.3-release/contrib/one-true-awk/
H A Dlib.c109 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */ argument
114 int bufsize = *pbufsize, savebufsize = bufsize;
164 *pbufsize = bufsize;
175 *pbufsize = savebufsize;
187 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ argument
191 int bufsize = *pbufsize;
225 *pbufsize = bufsize;
H A Drun.c811 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ argument
821 int bufsize = *pbufsize;
942 *pbufsize = bufsize;

Completed in 153 milliseconds