Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Davahi-resolver.py434 type_str = dns.rdatatype.to_text(type_)
457 dbg("Got request for '%s %s %s'" % (name, class_str, type_str))
466 dbg('Rejected, Avahi does not support the type %s' % type_str)
472 dbg('Rejected, type %s is on the blacklist' % type_str)
478 dbg('Rejected, type %s is not on the whitelist' % type_str)
495 dbg("Resolving '%s %s %s' via Avahi" % (name, class_str, type_str))
547 type_str = sys.argv[2] variable
550 type_ = dns.rdatatype.from_text(type_str)
552 log_err('Unsupported DNS record type "%s"' % type_str)
556 log_err('Meta record type "%s" cannot be resolved via Avahi' % type_str)
H A Dlog.py78 …print "type:",rk.type_str,"(%d)" % ntohs(rk.type), "class:",rk.rrset_class_str,"(%d)" % ntohs(rk.r…
/netbsd-src/external/mit/isl/dist/interface/
H A Dcpp.cc687 std::string type_str; in generate_callback_args() local
700 type_str += param(arg + 1 + i, type); in generate_callback_args()
702 type_str += type.getAsString(); in generate_callback_args()
705 type_str += "arg_" + ::to_string(i); in generate_callback_args()
708 type_str += ", "; in generate_callback_args()
711 return type_str; in generate_callback_args()
728 std::string type_str; in generate_callback_type() local
733 type_str = "std::function<"; in generate_callback_type()
734 type_str += rettype_str; in generate_callback_type()
735 type_str += "("; in generate_callback_type()
[all …]
H A Dpython.cc563 string type_str; in print_argument_check() local
564 type_str = generator::extract_type(type); in print_argument_check()
565 type_str = type2python(type_str); in print_argument_check()
566 printf("args[%d].__class__ is %s", i, type_str.c_str()); in print_argument_check()
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dgenkat.c184 const char *type_str = (argc > 1) ? argv[1] : "i"; in main() local
187 if (!strcmp(type_str, "d")) { in main()
189 } else if (!strcmp(type_str, "i")) { in main()
191 } else if (!strcmp(type_str, "id")) { in main()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrbhst-test.c68 const char *type_str[] = {"kdc", "admin", "changepw", "krb524"}; in main() local
93 printf ("%s for %s:\n", type_str[j], argv[i]); in main()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
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 …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py183 def strip_inline_namespaces(type_str): argument
185 type_str = strip_versioned_namespace(type_str)
186 type_str = type_str.replace('std::__cxx11::', 'std::')
189 type_str = type_str.replace(expt_ns+lfts_ns+'::', expt_ns)
191 type_str = type_str.replace(fs_ns+'v1::', fs_ns)
192 return type_str
1705 type_str = self._recognize_subtype(type_obj.target())
1707 return type_str + '[]' # array of unknown bound
1708 return "%s[%d]" % (type_str, type_obj.range()[1] + 1)
1715 type_str = gdb.types.apply_type_recognizers(
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py197 def strip_inline_namespaces(type_str): argument
199 type_str = strip_versioned_namespace(type_str)
200 type_str = type_str.replace('std::__cxx11::', 'std::')
203 type_str = type_str.replace(expt_ns + lfts_ns + '::', expt_ns)
205 type_str = type_str.replace(fs_ns + 'v1::', fs_ns)
206 return type_str
2081 type_str = self._recognize_subtype(type_obj.target())
2083 return type_str + '[]' # array of unknown bound
2084 return "%s[%d]" % (type_str, type_obj.range()[1] + 1)
2091 type_str = gdb.types.apply_type_recognizers(
[all …]
/netbsd-src/external/bsd/libfido2/dist/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()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc309 const char *type_str; in nds32_emit_section_head_template() local
312 type_str = (object_p) ? "@object" : "@function"; in nds32_emit_section_head_template()
317 fprintf (asm_out_file, "\t.type\t%s, %s\n", symbol_name, type_str); in nds32_emit_section_head_template()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c309 const char *type_str; in nds32_emit_section_head_template() local
312 type_str = (object_p) ? "@object" : "@function"; in nds32_emit_section_head_template()
317 fprintf (asm_out_file, "\t.type\t%s, %s\n", symbol_name, type_str); in nds32_emit_section_head_template()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dubmodule-tst.py87 …print("type:",rk.type_str,"(%d)" % ntohs(rk.type), "class:",rk.rrset_class_str,"(%d)" % ntohs(rk.r…
H A Dubmodule-msg.py86 …print "type:",rk.type_str,"(%d)" % ntohs(rk.type), "class:",rk.rrset_class_str,"(%d)" % ntohs(rk.r…
H A Dinterface.i267 type_str = property(_get_type_str)
/netbsd-src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/
H A Dpymod_thread.py91 …print ("type:",rk.type_str,"(%d)" % ntohs(rk.type), "class:",rk.rrset_class_str,"(%d)" % ntohs(rk.…
/netbsd-src/external/bsd/unbound/dist/testdata/pymod.tdir/
H A Dpymod.py91 …print ("type:",rk.type_str,"(%d)" % ntohs(rk.type), "class:",rk.rrset_class_str,"(%d)" % ntohs(rk.…
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap.c2602 char buf[128], *type_str; in find_haddr_in_ldap() local
2626 type_str = "ethernet"; in find_haddr_in_ldap()
2629 type_str = "token-ring"; in find_haddr_in_ldap()
2632 type_str = "fddi"; in find_haddr_in_ldap()
2661 type_str, bv_o[0].bv_val, type_str, bv_o[1].bv_val); in find_haddr_in_ldap()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dstruct.rst301 .. attribute:: type_str
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_mst_topology.c1513 void *ptr, const char *type_str) in __dump_topology_ref_history() argument
1532 type_str, ptr); in __dump_topology_ref_history()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6804 std::string type_str; in tryToVectorizeList() local
6805 llvm::raw_string_ostream rso(type_str); in tryToVectorizeList()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20167990 * ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20167990 * ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
H A DChangeLog-20172024 <type_str>: Convert to 'std::string'.

12