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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c1804 # define IS_CHAR_CLASS(string) __wctype (string)
1806 # define IS_CHAR_CLASS(string) wctype (string)
1811 # define IS_CHAR_CLASS(string) \
2307 wt = IS_CHAR_CLASS (str);
2348 if (!IS_CHAR_CLASS (str))
1793 # define IS_CHAR_CLASS macro
1795 # define IS_CHAR_CLASS macro
1800 # define IS_CHAR_CLASS macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c2196 # define IS_CHAR_CLASS(string) __wctype (string)
2198 # define IS_CHAR_CLASS(string) wctype (string)
2203 # define IS_CHAR_CLASS(string) \
2836 wt = IS_CHAR_CLASS (str);
3243 wt = IS_CHAR_CLASS (str);
3279 if (!IS_CHAR_CLASS (str))
2185 # define IS_CHAR_CLASS macro
2187 # define IS_CHAR_CLASS macro
2192 # define IS_CHAR_CLASS macro

Completed in 86 milliseconds