Searched refs:isprint (Results 1 – 5 of 5) sorted by relevance
45 isprint(int ch) in isprint() function72 if (isprint(c)) { in url_decode()
88 if (isprint(dataChar) && dataChar != '%') { in PrintVariable()
252 if (isprint(*p)) {
171 if (isprint(c)) {
121 isprint(int ch) in isprint() function142 snprintf(p, 2, "%c", isprint(d[i + j]) ? d[i + j] : '.'); in hexdump()