Home
last modified time | relevance | path

Searched refs:ext_type (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcodecvt_members_unicode_char.cc126 typedef char ext_type; in test01() typedef
130 typedef char_traits<ext_type> ext_traits; in test01()
133 const ext_type* e_lit = "black pearl jasmine tea"; in test01()
145 const ext_type* efrom_next; in test01()
147 ext_type* e_arr = new ext_type[size + 1]; in test01()
148 ext_type* eto_next; in test01()
214 typedef char ext_type; in test02() typedef
218 typedef char_traits<ext_type> ext_traits; in test02()
233 const ext_type* efrom_next; in test02()
235 ext_type* e_arr = new ext_type[size + 1]; in test02()
[all …]
H A Dcodecvt_members_unicode_wchar_t.cc101 typedef wchar_t ext_type; in test01() typedef
103 typedef codecvt<int_type, ext_type, enc_type> unicode_codecvt; in test01()
105 typedef char_traits<ext_type> ext_traits; in test01()
109 char e_lit_base[96] __attribute__((aligned(__alignof__(ext_type)))) = in test01()
120 const ext_type* e_lit = reinterpret_cast<ext_type*>(e_lit_base); in test01()
131 const ext_type* efrom_next; in test01()
133 ext_type* e_arr = new ext_type[size + 1]; in test01()
134 ext_type* eto_next; in test01()
H A Dcodecvt_members_wchar_t_char.cc50 typedef char ext_type; in test01() typedef
55 const ext_type* e_lit = "black pearl jasmine tea"; in test01()
56 const ext_type* efrom_next; in test01()
60 ext_type* e_arr = new ext_type[size + 1]; in test01()
61 ext_type* eto_next; in test01()
H A Dctor_copy_dtor.cc116 typedef char ext_type; in test01() typedef
118 typedef codecvt<int_type, ext_type, enc_type> unicode_codecvt; in test01()
/openbsd/lib/libcrypto/x509/
H A Dx509_conf.c88 int ext_type; in X509V3_EXT_nconf() local
92 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf()
93 return v3_generic_extension(name, value, crit, ext_type, ctx); in X509V3_EXT_nconf()
107 int ext_type; in X509V3_EXT_nconf_nid() local
110 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf_nid()
112 value, crit, ext_type, ctx); in X509V3_EXT_nconf_nid()
/openbsd/lib/libssl/
H A Dt1_lib.c907 uint16_t ext_type = 0; in tls1_process_ticket() local
932 if (!CBS_get_u16(&extensions, &ext_type) || in tls1_process_ticket()
938 if (ext_type == TLSEXT_TYPE_session_ticket) in tls1_process_ticket()
942 if (ext_type != TLSEXT_TYPE_session_ticket) in tls1_process_ticket()
/openbsd/sbin/ipsecctl/
H A Dpfkdump.c489 alg_by_ext(u_int8_t ext_type, u_int8_t id) in alg_by_ext() argument
491 switch (ext_type) { in alg_by_ext()
504 print_alg(struct sadb_alg *alg, u_int8_t ext_type) in print_alg() argument
507 alg_by_ext(ext_type, alg->sadb_alg_id), alg->sadb_alg_ivlen, in print_alg()
/openbsd/sys/dev/
H A Dipmi.c1327 ipmi_sensor_type(int type, int ext_type, int units2, int entity) in ipmi_sensor_type() argument
1344 switch (ext_type << 8L | type) { in ipmi_sensor_type()
1398 int sensor_num, int sensor_type, int ext_type, int sensor_base, in add_child_sensors() argument
1405 typ = ipmi_sensor_type(sensor_type, ext_type, s1->units2, entity); in add_child_sensors()
1408 "units2:%u name:%s\n", sensor_type, ext_type, sensor_num, in add_child_sensors()
1421 psensor->etype = ext_type; in add_child_sensors()
/openbsd/sys/dev/pci/drm/
H A Ddrm_property.c61 u32 ext_type = flags & DRM_MODE_PROP_EXTENDED_TYPE; in drm_property_flags_valid() local
71 if (!legacy_type == !ext_type) in drm_property_flags_valid()
/openbsd/usr.sbin/bgpd/
H A Dsession.c2238 uint8_t ext_type, op_type; in parse_open() local
2244 if (ibuf_get_n8(&oparams, &ext_type) == -1) in parse_open()
2246 if (ext_type == OPT_PARAM_EXT_LEN) { in parse_open()
2265 if (ext_type == OPT_PARAM_EXT_LEN) { in parse_open()
/openbsd/gnu/gcc/gcc/
H A Dc-decl.c6104 tree ext_decl, ext_type; in start_function() local
6106 ext_type = b->type ? b->type : TREE_TYPE (ext_decl); in start_function()
6107 if (TREE_CODE (ext_type) == FUNCTION_TYPE in start_function()
6109 TREE_TYPE (ext_type))) in start_function()
6116 = TYPE_ARG_TYPES (ext_type); in start_function()