Home
last modified time | relevance | path

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

/openbsd/lib/libcrypto/asn1/
H A Da_mbstr.c99 int str_type; in ASN1_mbstring_ncopy() local
172 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()
174 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()
176 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()
178 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()
181 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy()
184 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()
188 return str_type; in ASN1_mbstring_ncopy()
197 dest->type = str_type; in ASN1_mbstring_ncopy()
213 return str_type; in ASN1_mbstring_ncopy()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c903 tree ctype, field = NULL_TREE, str_type, cinit, string; local
912 str_type = build_prim_array_type (unsigned_byte_type_node,
916 PUSH_FIELD (ctype, field, "data", str_type);
923 TREE_TYPE (string) = str_type;
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A DTestRunner.py788 str_type = basestring
790 str_type = str
792 if isinstance(arg, str_type) and kDevNull in arg:
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp143 typedef wchar_t *str_type; in InitializePythonHome() typedef
144 static str_type g_python_home = []() -> str_type { in InitializePythonHome()