Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A DFIXES35 fixed use-after-free bug in fnematch due to adjbuf invalidating
39 MAX_UTF_BYTES in fnematch has been replaced with awk_mb_cur_max.
71 Rewrite of fnematch to fix a number of issues, including
91 fnematch and getrune have been overhauled to solve issues around
H A DChangeLog76 * b.c (fnematch): Change type of pbuf from unsigned char to char.
77 * proto.h (fnematch): Ditto.
83 * b.c (fnematch): New function for implementing the feature.
H A Dproto.h56 extern bool fnematch(fa *, FILE *, char **, int *, int);
H A Dlib.c242 found = fnematch(pfa, inf, &buf, &bufsize, recsize); in readrec()
246 found = fnematch(pfa, inf, &buf, &bufsize, recsize); in readrec()
H A Db.c848 bool fnematch(fa *pfa, FILE *f, char **pbuf, int *pbufsize, int quantum) in fnematch() function