Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c99 classmatch(const char *pattern, char test, int foldcase, const char **ep) in classmatch() function
187 switch (classmatch(*pattern, **string, nocase, pattern)) { in fnmatch_ch()