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

/openbsd-current/lib/libcrypto/asn1/
H A Da_strex.c120 unsigned char chflgs, chtmp; local
137 chtmp = (unsigned char)c;
138 if (chtmp > 0x7f)
141 chflgs = char_type[chtmp] & flags;
147 if (!io_ch(arg, &chtmp, 1))
153 if (!io_ch(arg, &chtmp, 1))
158 snprintf(tmphex, sizeof tmphex, "\\%02X", chtmp);
166 if (chtmp == '\\' && flags & ESC_FLAGS) {
171 if (!io_ch(arg, &chtmp, 1))

Completed in 99 milliseconds