Home
last modified time | relevance | path

Searched defs:IS_CHAR_CLASS (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/
A Dfnmatch.c136 # define IS_CHAR_CLASS(string) __wctype (string) macro
138 # define IS_CHAR_CLASS(string) wctype (string) macro
155 # define IS_CHAR_CLASS(string) \ macro
327 # define IS_CHAR_CLASS(string) is_char_class (string) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_old.c2197 # define IS_CHAR_CLASS(string) __wctype (string) macro
2199 # define IS_CHAR_CLASS(string) wctype (string) macro
2204 # define IS_CHAR_CLASS(string) \ macro

Completed in 17 milliseconds