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

/freebsd-9.3-release/contrib/binutils/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
/freebsd-9.3-release/contrib/gcclibs/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
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.c1788 #define IS_CHAR_CLASS(string) \
2298 if (!IS_CHAR_CLASS (str))
1776 #define IS_CHAR_CLASS macro

Completed in 186 milliseconds