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

/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_strex.c70 unsigned char chtmp; local
87 chtmp = (unsigned char)c;
88 if (chtmp > 0x7f)
91 chflgs = char_type[chtmp] & flags;
97 if (!io_ch(arg, &chtmp, 1))
103 if (!io_ch(arg, &chtmp, 1))
110 BIO_snprintf(tmphex, 11, "\\%02X", chtmp);
119 if (chtmp == '\\' && (flags & ESC_FLAGS)) {
124 if (!io_ch(arg, &chtmp, 1))

Completed in 166 milliseconds