Lines Matching full:isprint
1407 isprint(*cp) ? "%c" : "\\%03o", *cp & 0xff);1434 #define safeputc(c) printf((isprint((c)) ? "%c" : "\\%03o"), c)