Searched refs:iswprint (Results 1 – 9 of 9) 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()
14 AC_CHECK_FUNCS_ONCE(iswprint mbsinit)
13 AC_CHECK_FUNCS_ONCE(isascii iswprint mbsinit)
46 return !!iswprint(c); in isPrintableChar()
216 iswprint(ch); in StdLibIsPrint()
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"