Lines Matching defs:pbuf
142 int getrec(char **pbuf, int *pbufsize, bool isrecord) /* get next input record */
145 char *buf = *pbuf;
200 *pbuf = buf;
211 *pbuf = buf;
224 extern int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag);
226 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */
229 char *rr = *pbuf, *buf = *pbuf;
284 *pbuf = buf;
299 int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* csv can have \n's */
302 char *rr = *pbuf, *buf = *pbuf;
330 *pbuf = buf;