Home | History | Annotate | Download | only in dist

Lines Matching full:isprint

172 that differ in their output from isprint() even in the "C" locale. */
180 #define PRINTOK(c) (locale_set? isprint(c) : PRINTABLE(c))