Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Da_mbstr.c46 int str_type; in ASN1_mbstring_ncopy() local
120 str_type = V_ASN1_NUMERICSTRING; in ASN1_mbstring_ncopy()
122 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()
124 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()
126 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()
128 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()
131 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy()
134 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()
138 return str_type; in ASN1_mbstring_ncopy()
143 dest->type = str_type; in ASN1_mbstring_ncopy()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgdbhooks.py501 def handles_type(self, str_type): argument
512 def handles_type(self, str_type): argument
513 return str_type in self.str_types
523 def handles_type(self, str_type): argument
524 return self.regex.match(str_type)
538 str_type = str(type_)
540 if printer.enabled and printer.handles_type(str_type):
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dc-lang.c45 charset_for_string_type (c_string_type str_type, struct gdbarch *gdbarch) in charset_for_string_type() argument
47 switch (str_type & ~C_CHAR) in charset_for_string_type()
161 c_string_type str_type; in printchar() local
163 str_type = classify_type (type, type->arch (), NULL); in printchar()
164 switch (str_type) in printchar()
197 c_string_type str_type; in printstr() local
201 str_type = (classify_type (type, type->arch (), &type_encoding) in printstr()
203 switch (str_type) in printstr()
Darm-tdep.c11269 uint32_t *record_buf_mem, arm_record_strx_t str_type) in arm_record_strx() argument
11304 if (ARM_RECORD_STRH == str_type) in arm_record_strx()
11310 else if (ARM_RECORD_STRD == str_type) in arm_record_strx()
11342 if (ARM_RECORD_STRH == str_type) in arm_record_strx()
11348 else if (ARM_RECORD_STRD == str_type) in arm_record_strx()
11376 if (ARM_RECORD_STRH == str_type) in arm_record_strx()
11382 else if (ARM_RECORD_STRD == str_type) in arm_record_strx()
11412 if (ARM_RECORD_STRH == str_type) in arm_record_strx()
11418 else if (ARM_RECORD_STRD == str_type) in arm_record_strx()
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython-internal.h893 struct type **str_type,