Searched refs:os_toebcdic (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/openssl/
H A Debcdic.h21 # define os_toebcdic _openssl_os_toebcdic macro
26 extern const unsigned char os_toebcdic[256];
/freebsd-13-stable/crypto/openssl/crypto/
H A Do_str.c104 c = os_toebcdic[c];
H A Debcdic.c60 const unsigned char os_toebcdic[256] = {
179 const unsigned char os_toebcdic[256] = {
294 const unsigned char os_toebcdic[256] = {
355 *udest++ = os_toebcdic[*usrce++];
H A Dctype.c248 return os_toebcdic[c];
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Db_dump.c74 ? os_toebcdic[ch]

Completed in 72 milliseconds