Searched defs:isprint (Results 1 – 17 of 17) sorted by relevance
84 isprint(int ch) in isprint() function
86 isprint(char_type ch) in isprint() function
249 isprint(int ch) in isprint() function
637 isprint(int ch) in isprint() function
117 isprint(wchar_t ch) in isprint() function
28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
32 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
33 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) macro
136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
86 #define isprint(c) bcm_isprint(c) macro
83 #define isprint(c) bcm_isprint(c) macro
82 #define isprint(c) bcm_isprint(c) macro
127 #define isprint(a) ((a >=' ')&&(a <= '~')) macro