HomeSort by: relevance | last modified time | path
    Searched refs:os_toebcdic (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/openssl/
ebcdic.h 27 #define os_toebcdic _openssl_os_toebcdic macro
32 extern const unsigned char os_toebcdic[256];
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ebcdic.h 27 # define os_toebcdic _openssl_os_toebcdic macro
32 extern const unsigned char os_toebcdic[256];
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ebcdic.h 21 # define os_toebcdic _openssl_os_toebcdic macro
26 extern const unsigned char os_toebcdic[256];
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_dump.c 77 ? os_toebcdic[ch]
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_dump.c 75 ? os_toebcdic[ch]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_dump.c 74 ? os_toebcdic[ch]
  /src/crypto/external/bsd/openssl.old/dist/crypto/
o_str.c 104 c = os_toebcdic[c];
ebcdic.c 60 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++];
ctype.c 248 return os_toebcdic[c];
  /src/crypto/external/apache2/openssl/dist/crypto/
ebcdic.c 60 const unsigned char os_toebcdic[256] = {
195 const unsigned char os_toebcdic[256] = {
326 const unsigned char os_toebcdic[256] = {
387 *udest++ = os_toebcdic[*usrce++];
o_str.c 164 c = os_toebcdic[c];
ctype.c 248 return os_toebcdic[c];
  /src/crypto/external/bsd/openssl/dist/crypto/
ebcdic.c 60 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++];
o_str.c 98 c = os_toebcdic[c];
ctype.c 248 return os_toebcdic[c];

Completed in 32 milliseconds