Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp398 std::string type_str(view_as_type_cstr); in DoExecute() local
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()
432 type_str.erase(type_str.size() - 1); in DoExecute()
[all …]
/freebsd-13.1/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-13.1/contrib/subversion/subversion/svnfsfs/
H A Ddump-index-cmd.c58 const char *type_str in dump_index_entry() local
66 type_str, entry->item.revision, entry->item.number, in dump_index_entry()
/freebsd-13.1/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_gnu3.c499 if (type_str != NULL) { 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()
727 if (type_str != NULL) in cpp_demangle_push_type_qualifier()
3006 free(type_str); in cpp_demangle_read_type()
[all …]
/freebsd-13.1/sys/dev/jedec_dimm/
H A Djedec_dimm.c60 char type_str[5]; member
226 (void) snprintf(sc->type_str, sizeof(sc->type_str), "DDR3"); in jedec_dimm_attach()
234 (void) snprintf(sc->type_str, sizeof(sc->type_str), "DDR4"); in jedec_dimm_attach()
324 CTLFLAG_RD | CTLFLAG_MPSAFE, sc->type_str, 0, in jedec_dimm_attach()
/freebsd-13.1/crypto/openssl/crypto/asn1/
H A Da_mbstr.c20 static int type_str(unsigned long value, void *arg);
114 if (traverse_string(in, len, inform, type_str, &mask) < 0) { in ASN1_mbstring_ncopy()
270 static int type_str(unsigned long value, void *arg) in type_str() function
/freebsd-13.1/contrib/libcxxrt/
H A Dlibelftc_dem_gnu3.c833 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
850 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
865 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
880 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
895 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
910 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
939 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
962 if (type_str != NULL) { in cpp_demangle_push_type_qualifier()
1061 if (type_str != NULL) in cpp_demangle_push_type_qualifier()
3340 free(type_str); in cpp_demangle_read_type()
[all …]
/freebsd-13.1/contrib/libfido2/tools/
H A Dbio.c246 type_str(uint8_t t) in type_str() function
273 type_str(fido_bio_info_type(i))); in bio_info()
/freebsd-13.1/contrib/ldns/drill/
H A Ddrill.c142 char *type_str; in main() local
951 type_str = ldns_rr_type2str(type); in main()
952 printf("\t%s\n", type_str); in main()
953 LDNS_FREE(type_str); in main()
/freebsd-13.1/contrib/libucl/src/
H A Ducl_schema.c610 const char *type_str; in ucl_schema_type_is_allowed() local
627 type_str = ucl_object_tostring (type); in ucl_schema_type_is_allowed()
628 if (!ucl_object_string_to_type (type_str, &t)) { in ucl_schema_type_is_allowed()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h399 TypeAndOrName(const char *type_str);
/freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c529 char type_str[] = "a?"; /* ? will be replaced with subtype letter; */ in wpas_dbus_simple_array_property_getter() local
540 type_str[1] = sub_type_str[0]; in wpas_dbus_simple_array_property_getter()
543 type_str, &variant_iter) || in wpas_dbus_simple_array_property_getter()
622 char type_str[] = "aa?"; in wpas_dbus_simple_array_array_property_getter() local
634 type_str[2] = sub_type_str[0]; in wpas_dbus_simple_array_array_property_getter()
638 type_str, &variant_iter) || in wpas_dbus_simple_array_array_property_getter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7121 std::string type_str; in tryToVectorizeList() local
7122 llvm::raw_string_ostream rso(type_str); in tryToVectorizeList()