Home
last modified time | relevance | path

Searched refs:type_str (Results 1 – 13 of 13) sorted by relevance

/freebsd/tests/atf_python/sys/netlink/
H A Dattrs.py35 type_str = self._enum.name
37 type_str = "nla#{}".format(self.nla_type)
40 prepend, self.nla_len, type_str, self.nla_type, self._print_attr_value()
97 type_str = self._enum.name
99 type_str = "nla#{}".format(self.nla_type)
102 prepend, self.nla_len, type_str, self.nla_type
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrbhst-test.c66 const char *type_str[] = {"kdc", "admin", "changepw", "krb524"}; in main() local
91 printf ("%s for %s:\n", type_str[j], argv[i]); in main()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp398 std::string type_str(view_as_type_cstr); in DoExecute() local
406 while ((idx = type_str.find(keyword, idx)) != std::string::npos) { in DoExecute()
407 if (type_str[idx + keyword_len] == ' ' || in DoExecute()
408 type_str[idx + keyword_len] == '\t') { in DoExecute()
409 type_str.erase(idx, keyword_len + 1); in DoExecute()
416 bool done = type_str.empty(); in DoExecute()
418 idx = type_str.find_first_not_of(" \t"); in DoExecute()
420 type_str.erase(0, idx); in DoExecute()
423 if (type_str.empty()) in DoExecute()
426 switch (type_str[type_str.size() - 1]) { in DoExecute()
[all …]
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c483 struct vector_type_qualifier *v, const char *type_str) in cpp_demangle_push_type_qualifier() argument
499 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
502 if (!VEC_PUSH_STR(&subst_v, type_str)) in cpp_demangle_push_type_qualifier()
516 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
531 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
546 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
561 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
576 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
605 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
628 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
[all …]
/freebsd/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c821 struct vector_type_qualifier *v, const char *type_str) in cpp_demangle_push_type_qualifier() argument
837 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
840 if (!VEC_PUSH_STR(&subst_v, type_str)) in cpp_demangle_push_type_qualifier()
854 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
869 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
884 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
899 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
914 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
943 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
966 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
[all …]
/freebsd/crypto/openssl/crypto/asn1/
H A Da_mbstr.c21 static int type_str(unsigned long value, void *arg);
112 if (traverse_string(in, len, inform, type_str, &mask) < 0) { in ASN1_mbstring_ncopy()
285 static int type_str(unsigned long value, void *arg) in type_str() function
/freebsd/sys/dev/jedec_dimm/
H A Djedec_dimm.c60 char type_str[5]; member
300 (void) snprintf(sc->type_str, sizeof(sc->type_str), "DDR3"); in jedec_dimm_attach()
308 (void) snprintf(sc->type_str, sizeof(sc->type_str), "DDR4"); in jedec_dimm_attach()
403 CTLFLAG_RD | CTLFLAG_MPSAFE, sc->type_str, 0, in jedec_dimm_attach()
/freebsd/contrib/libfido2/tools/
H A Dbio.c247 type_str(uint8_t t) in type_str() function
274 type_str(fido_bio_info_type(i))); in bio_info()
/freebsd/contrib/ldns/drill/
H A Ddrill.c142 char *type_str; in main() local
972 type_str = ldns_rr_type2str(type); in main()
973 printf("\t%s\n", type_str); in main()
974 LDNS_FREE(type_str); in main()
/freebsd/contrib/libucl/src/
H A Ducl_schema.c611 const char *type_str; in ucl_schema_type_is_allowed() local
628 type_str = ucl_object_tostring (type); in ucl_schema_type_is_allowed()
629 if (!ucl_object_string_to_type (type_str, &t)) { in ucl_schema_type_is_allowed()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h748 TypeAndOrName(const char *type_str);
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c598 char type_str[] = "a?"; /* ? will be replaced with subtype letter; */ in wpas_dbus_simple_array_property_getter() local
609 type_str[1] = sub_type_str[0]; in wpas_dbus_simple_array_property_getter()
612 type_str, &variant_iter) || in wpas_dbus_simple_array_property_getter()
691 char type_str[] = "aa?"; in wpas_dbus_simple_array_array_property_getter() local
703 type_str[2] = sub_type_str[0]; in wpas_dbus_simple_array_array_property_getter()
707 type_str, &variant_iter) || in wpas_dbus_simple_array_array_property_getter()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dif_bnxt.c5033 char *type_str; in bnxt_handle_async_event() local
5056 type_str = "Solicited"; in bnxt_handle_async_event()
5071 type_str = "Fatal"; in bnxt_handle_async_event()
5076 type_str = "Non-fatal"; in bnxt_handle_async_event()
5082 type_str, data1, data2, in bnxt_handle_async_event()