Searched refs:iswcntrl (Results 1 – 12 of 12) sorted by relevance
80 # undef iswcntrl95 # define iswcntrl rpl_iswcntrl macro126 iswcntrl (wint_t wc) in iswcntrl() function
11 #define iswcntrl sun_iswcntrl macro31 #undef iswcntrl
31 #ifdef iswcntrl32 #error iswcntrl defined99 static_assert((std::is_same<decltype(iswcntrl(w)), int>::value), ""); in main()
33 int iswcntrl(wint_t wc);91 #ifdef iswcntrl92 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_iswcntrl(wint_t __wc) {return iswcntrl(__wc);}93 #undef iswcntrl94 inline _LIBCPP_INLINE_VISIBILITY int iswcntrl(wint_t __wc) {return __libcpp_iswcntrl(__wc);}95 #else // iswcntrl96 using ::iswcntrl;
31 #ifdef iswcntrl32 #error iswcntrl defined99 static_assert((std::is_same<decltype(std::iswcntrl(w)), int>::value), ""); in main()
15 AC_CHECK_FUNCS_ONCE([iswcntrl])38 AC_CACHE_CHECK([whether iswcntrl works], [gl_cv_func_iswcntrl_works],
71 using _STLP_VENDOR_CSTD_WFUNC::iswcntrl;
96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); }
213 define_wchar_wrapper(iswcntrl) in define_wchar_wrapper()
215 if ((mask & _Locale_CNTRL) != 0 && iswcntrl(wc)) in _WLocale_ctype()
313 /* Define to 1 if you have the `iswcntrl' function. */
2166 ac_func_list="$ac_func_list iswcntrl"