Searched refs:fnematch (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | FIXES | 70 Fixed use-after-free bug in fnematch due to adjbuf invalidating 74 MAX_UTF_BYTES in fnematch has been replaced with awk_mb_cur_max. 106 Rewrite of fnematch to fix a number of issues, including 126 fnematch and getrune have been overhauled to solve issues around
|
H A D | ChangeLog | 76 * 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 D | proto.h | 53 extern bool fnematch(fa *, FILE *, char **, int *, int);
|
H A D | lib.c | 242 found = fnematch(pfa, inf, &buf, &bufsize, recsize); in readrec() 246 found = fnematch(pfa, inf, &buf, &bufsize, recsize); in readrec()
|
H A D | b.c | 861 bool fnematch(fa *pfa, FILE *f, char **pbuf, int *pbufsize, int quantum) in fnematch() function
|