Searched defs:pbuf (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 104 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */ in getrec() 182 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ in readrec()
|
D | lex.c | 101 int gettok(char **pbuf, int *psz) /* get next input token */ in gettok()
|
D | run.c | 94 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr, in adjbuf() 807 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */ in format()
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | engine.c | 1003 static char pbuf[10]; in pchar() local
|