Searched refs:str_type (Results 1 – 4 of 4) sorted by relevance
94 int str_type; in ASN1_mbstring_ncopy() local167 if(mask & B_ASN1_PRINTABLESTRING) str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()168 else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()169 else if(mask & B_ASN1_T61STRING) str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()171 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()174 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy()177 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()180 if(!out) return str_type; in ASN1_mbstring_ncopy()189 dest->type = str_type; in ASN1_mbstring_ncopy()192 dest = ASN1_STRING_type_new(str_type); in ASN1_mbstring_ncopy()[all …]
476 str_type = basestring478 str_type = str483 if isinstance(f, str_type):797 str_type = basestring800 str_type = str802 if isinstance(f, str_type):
994 str_type = basestring997 str_type = str999 if isinstance(f, str_type):
1529 const char *str_type = NULL; in cil_filecons_to_string() local1536 str_type = "\t--"; in cil_filecons_to_string()1539 str_type = "\t-d"; in cil_filecons_to_string()1542 str_type = "\t-c"; in cil_filecons_to_string()1545 str_type = "\t-b"; in cil_filecons_to_string()1548 str_type = "\t-s"; in cil_filecons_to_string()1551 str_type = "\t-p"; in cil_filecons_to_string()1554 str_type = "\t-l"; in cil_filecons_to_string()1557 str_type = ""; in cil_filecons_to_string()1560 buf_pos = sprintf(str_tmp, "%s", str_type); in cil_filecons_to_string()