Home
last modified time | relevance | path

Searched refs:isprint (Results 1 – 4 of 4) sorted by relevance

/lk-master/lib/libc/include/
A Dctype.h21 int isprint(int c);
/lk-master/lib/debug/
A Ddebug.c126 if (i < s && isprint(c)) { in hexdump()
160 printf("%c", isprint(c) ? c : '.'); in hexdump8_ex()
/lk-master/external/lib/lwip/core/ipv4/
A Dip_addr.c113 #ifndef isprint
115 #define isprint(c) in_range(c, 0x20, 0x7f) macro
/lk-master/lib/libc/
A Dctype.c50 int isprint(int c) { in isprint() function

Completed in 4 milliseconds