Searched refs:isprint (Results 1 – 13 of 13) sorted by relevance
37 static inline int isprint(int c) in isprint() function
46 printk("%c", (isprint((int)c) != 0) ? c : '.'); in minimal_hexdump_line_print()
387 isprint((int)c) != 0 ? c : '.'); in hexdump_line_print()
587 *buf = isprint((int)c) ? c : '.';
51 if (isprint(byte) == 0) { in uart_isr()
18 printf("%c", isprint(data[idx]) ? data[idx] : nonvis); in sf_hex_ascii()
143 } else if (isprint(state->optopt) != 0) { in cmd_demo_getopt_ts()193 } else if (isprint(optopt) != 0) { in cmd_demo_getopt()
89 isprint
507 if (isprint(byte) == 0) { in uart_console_isr()
119 if (!isprint((int)buf[i])) { in filter_nonprint()
1064 if (isprint((int) data) != 0) { in state_collect()1645 isprint((int)c) != 0 ? c : '.'); in shell_hexdump_line()
500 if (isprint(i) != 0) { in ZTEST()
1347 isprint(),ISO/IEC 9899:2011