Searched refs:tmphex (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | a_strex.c | 68 char tmphex[HEX_SIZE(long) + 3]; in do_esc_char() local 73 BIO_snprintf(tmphex, sizeof(tmphex), "\\W%08lX", c); in do_esc_char() 74 if (!io_ch(arg, tmphex, 10)) in do_esc_char() 79 BIO_snprintf(tmphex, sizeof(tmphex), "\\U%04lX", c); in do_esc_char() 80 if (!io_ch(arg, tmphex, 6)) in do_esc_char() 105 BIO_snprintf(tmphex, 11, "\\%02X", chtmp); in do_esc_char() 106 if (!io_ch(arg, tmphex, 3)) in do_esc_char()
|