Home
last modified time | relevance | path

Searched refs:tmphex (Results 1 – 1 of 1) sorted by last modified time

/dragonfly/crypto/libressl/crypto/asn1/
H A Da_strex.c121 char tmphex[sizeof(long) * 2 + 3]; in do_esc_char() local
126 snprintf(tmphex, sizeof tmphex, "\\W%08lX", c); in do_esc_char()
127 if (!io_ch(arg, tmphex, 10)) in do_esc_char()
132 snprintf(tmphex, sizeof tmphex, "\\U%04lX", c); in do_esc_char()
133 if (!io_ch(arg, tmphex, 6)) in do_esc_char()
158 snprintf(tmphex, sizeof tmphex, "\\%02X", chtmp); in do_esc_char()
159 if (!io_ch(arg, tmphex, 3)) in do_esc_char()