Searched refs:IS_CHAR_CLASS (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c106 # define IS_CHAR_CLASS(string) __wctype (string) macro
108 # define IS_CHAR_CLASS(string) wctype (string) macro
125 # define IS_CHAR_CLASS(string) \ macro
203 # undef IS_CHAR_CLASS macro
268 # define IS_CHAR_CLASS(string) is_char_class (string) macro
H A Dfnmatch_loop.c275 wt = IS_CHAR_CLASS (str);

Completed in 17 milliseconds