Searched refs:os_toebcdic (Results 1 – 6 of 6) sorted by relevance
69 const unsigned char os_toebcdic[256] = { variable153 const unsigned char os_toebcdic[256] = { variable215 *udest++ = os_toebcdic[*usrce++]; in ascii2ebcdic()
10 #define os_toebcdic _openssl_os_toebcdic macro15 extern const unsigned char os_toebcdic[256];
138 ? os_toebcdic[ch] in BIO_dump_indent_cb()
404 ch = os_toebcdic[ch]; in string_to_hex()409 cl = os_toebcdic[cl]; in string_to_hex()
397 if ((ch == os_toascii[' ']) || strchr("'()+,-./:=?", os_toebcdic[ch])) return 1; in is_printable()