D | tst-fnmatch.c | 33 static char *escape (const char *str, size_t *reslenp, char **resbuf); 135 escape (pattern, &escpatternlen, &escpattern), in do_test() 136 escape (input, &escinputlen, &escinput), in do_test() 355 escape (const char *str, size_t *reslenp, char **resbufp) in escape() function
|