Searched refs:iswcntrl (Results 1 – 10 of 10) sorted by relevance
53 #if !defined iswcntrl && !HAVE_ISWCNTRL54 # define iswcntrl(wc) 0 macro195 width += (iswcntrl (wc) ? 0 : 1); in mbsnwidth()
71 using _STLP_VENDOR_CSTD_WFUNC::iswcntrl;
14 AC_CHECK_FUNCS(iswcntrl wcwidth)
96 __inline int (iswcntrl)(int c) { return iswctype((unsigned short)(c), _CONTROL); }
221 iswcntrl(ch); in StdLibIsControl()
211 if ((mask & _Locale_CNTRL) != 0 && iswcntrl(wc)) in _WLocale_ctype()
162 /* Define to 1 if you have the `iswcntrl' function. */
1586 configure:13377: checking for iswcntrl1588 conftest.c:111: warning: conflicting types for built-in function 'iswcntrl'
13374 for ac_func in iswcntrl wcwidth
168 # define iswcntrl(x) iscntrl(x) macro