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

/macosx-10.9.5/gnutar-452/gnutar/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);
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c1947 # define IS_CHAR_CLASS(string) __wctype (string)
1949 # define IS_CHAR_CLASS(string) wctype (string)
1954 # define IS_CHAR_CLASS(string) \
2455 wt = IS_CHAR_CLASS (str);
2496 if (!IS_CHAR_CLASS (str))
1935 # define IS_CHAR_CLASS macro
1937 # define IS_CHAR_CLASS macro
1942 # define IS_CHAR_CLASS macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c2193 # define IS_CHAR_CLASS(string) __wctype (string)
2195 # define IS_CHAR_CLASS(string) wctype (string)
2200 # define IS_CHAR_CLASS(string) \
2831 wt = IS_CHAR_CLASS (str);
3238 wt = IS_CHAR_CLASS (str);
3279 if (!IS_CHAR_CLASS (str))
2182 # define IS_CHAR_CLASS macro
2184 # define IS_CHAR_CLASS macro
2189 # define IS_CHAR_CLASS macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c2265 # define IS_CHAR_CLASS(string) __wctype (string)
2267 # define IS_CHAR_CLASS(string) wctype (string)
2272 # define IS_CHAR_CLASS(string) \
2907 wt = IS_CHAR_CLASS (str);
3314 wt = IS_CHAR_CLASS (str);
3350 if (!IS_CHAR_CLASS (str))
2254 # define IS_CHAR_CLASS macro
2256 # define IS_CHAR_CLASS macro
2261 # define IS_CHAR_CLASS macro

Completed in 152 milliseconds