Home
last modified time | relevance | path

Searched refs:str_type (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_mbstr.c98 int str_type; in ASN1_mbstring_ncopy() local
171 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()
173 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()
175 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()
177 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()
180 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy()
183 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()
187 return str_type; in ASN1_mbstring_ncopy()
196 dest->type = str_type; in ASN1_mbstring_ncopy()
199 dest = ASN1_STRING_type_new(str_type); in ASN1_mbstring_ncopy()
[all …]
/dflybsd-src/contrib/gdb-7/gdb/
H A Dc-lang.c45 charset_for_string_type (enum c_string_type str_type, in charset_for_string_type() argument
48 switch (str_type & ~C_CHAR) in charset_for_string_type()
159 enum c_string_type str_type; in c_printchar() local
161 str_type = classify_type (type, get_type_arch (type), NULL); in c_printchar()
162 switch (str_type) in c_printchar()
195 enum c_string_type str_type; in c_printstr() local
199 str_type = (classify_type (type, get_type_arch (type), &type_encoding) in c_printstr()
201 switch (str_type) in c_printstr()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-lazy-string.c186 struct type **str_type, in gdbpy_extract_lazy_string() argument
196 *str_type = lazy->type; in gdbpy_extract_lazy_string()
H A Dpython-internal.h349 struct type **str_type,