Home
last modified time | relevance | path

Searched defs:pbufsize (Results 1 – 2 of 2) sorted by relevance

/external/one-true-awk/
Dlib.c109 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */ in getrec()
187 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ in readrec()
Drun.c825 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ in format()