Searched defs:pbufsize (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/usr.bin/awk/ |
H A D | lib.c | 139 int getrec(char **pbuf, int *pbufsize, bool isrecord) /* get next input record */ in getrec() argument 223 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ in readrec() argument 294 int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* csv can have \n's */ in readcsvrec() argument [all...] |
H A D | b.c | 851 fnematch(fa * pfa,FILE * f,char ** pbuf,int * pbufsize,int quantum) fnematch() argument
|
H A D | run.c | 1077 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ in format()
|
/openbsd-src/sys/dev/pci/ |
H A D | neo.c | 142 u_int32_t pbufsize; member
|