Searched refs:isprint (Results 1 – 6 of 6) sorted by relevance
135 #undef isprint136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
393 (disassemble_bytes): Use ISPRINT instead of isprint.395 (dump_data): Use ISPRINT instead of isprint.403 (write_rc_accelerators): Use ISPRINT instead of isprint.416 (isgraphic): Use ISPRINT instead of isascii/isprint.419 (pbarray): Use ISPRINT instead of isprint.422 (format_from_filename): Use ISPRINT instead of isprint.425 (unicode_print): Use ISPRINT instead of isprint.846 for isprint() to work.
227 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))231 # define ISPRINT(c) (ISASCII (c) && isprint (c))
1067 (output_invalid): Use ISPRINT instead of isprint.1155 (output_invalid): Use ISPRINT instead of isprint.1215 (ignore_rest_of_line): Use ISPRINT instead of isprint.
635 (lex_warn_invalid): Use ISPRINT instead of isprint.
2131 (ihex_bad_byte): Use ISPRINT instead of isprint.2144 (srec_bad_byte): Use ISPRINT instead of isprint.