Searched refs:iswprint (Results 1 – 15 of 15) sorted by relevance
50 #if !defined iswprint && !HAVE_ISWPRINT51 # define iswprint(wc) 1 macro74 # define wcwidth(wc) ((wc) == 0 ? 0 : iswprint (wc) ? 1 : -1)
57 # define iswprint(wc) isprint ((unsigned char) (wc)) macro65 #ifndef iswprint69 # if !defined iswprint && !HAVE_ISWPRINT70 # define iswprint(wc) 1 macro466 if (! iswprint (w)) in quotearg_buffer_restyled()
12 return iswprint(c);
14 AC_CHECK_FUNCS_ONCE(iswprint mbsinit)
13 AC_CHECK_FUNCS_ONCE(isascii iswprint mbsinit)
76 using _STLP_VENDOR_CSTD_WFUNC::iswprint;
94 __inline int (iswprint)(int c) { return iswctype((unsigned short)(c), _BLANK|_PUNCT|_ALPHA|_DIGIT);…
49 return !!iswprint(c); in isPrintableChar()
47 return !!iswprint(c); in isPrintableChar()
216 iswprint(ch); in StdLibIsPrint()
217 if ((mask & _Locale_PRINT) != 0 && iswprint(wc)) in _WLocale_ctype()
165 /* Define to 1 if you have the `iswprint' function. */
567 configure:7045: checking for iswprint569 conftest.c:58: warning: conflicting types for built-in function 'iswprint'
1323 gl_func_list="$gl_func_list iswprint"
172 # define iswprint(x) isprint(x) macro