Home
last modified time | relevance | path

Searched refs:unsignedCharToPrintable (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libexpat/tests/
H A Dacc_tests.c365 const char *const printable = unsignedCharToPrintable(uc); in START_TEST()
374 if (strcmp(unsignedCharToPrintable('A'), "A") != 0) in START_TEST()
377 if (strcmp(unsignedCharToPrintable('\\'), "\\\\") != 0) in START_TEST()
/openbsd/lib/libexpat/lib/
H A Dinternal.h162 const char *unsignedCharToPrintable(unsigned char c);
H A Dxmlparse.c7883 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); in accountingReportDiff()
7887 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); in accountingReportDiff()
7892 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); in accountingReportDiff()
8031 unsignedCharToPrintable(unsigned char c) { in unsignedCharToPrintable() function