Lines Matching defs:pbuf
139 int getrec(char **pbuf, int *pbufsize, bool isrecord) /* get next input record */
142 char *buf = *pbuf;
197 *pbuf = buf;
208 *pbuf = buf;
221 extern int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag);
223 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */
226 char *rr = *pbuf, *buf = *pbuf;
280 *pbuf = buf;
294 int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* csv can have \n's */
297 char *rr = *pbuf, *buf = *pbuf;
325 *pbuf = buf;