Home
last modified time | relevance | path

Searched refs:fnematch (Results 1 – 4 of 4) sorted by relevance

/external/one-true-awk/
DChangeLog52 * b.c (fnematch): Change type of pbuf from unsigned char to char.
53 * proto.h (fnematch): Ditto.
59 * b.c (fnematch): New function for implementing the feature.
Dproto.h57 extern bool fnematch(fa *, FILE *, char **, int *, int);
Dlib.c236 found = fnematch(pfa, inf, &buf, &bufsize, recsize); in readrec()
240 found = fnematch(pfa, inf, &buf, &bufsize, recsize); in readrec()
Db.c662 bool fnematch(fa *pfa, FILE *f, char **pbuf, int *pbufsize, int quantum) in fnematch() function