| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| krbhst-test.c | 68 const char *type_str[] = {"kdc", "admin", "changepw", "krb524"}; local 93 printf ("%s for %s:\n", type_str[j], argv[i]);
|
| krbhst-test.c | 68 const char *type_str[] = {"kdc", "admin", "changepw", "krb524"}; local 93 printf ("%s for %s:\n", type_str[j], argv[i]);
|
| /src/external/bsd/libfido2/dist/tools/ |
| bio.c | 247 type_str(uint8_t t) function 274 type_str(fido_bio_info_type(i)));
|
| bio.c | 247 type_str(uint8_t t) function 274 type_str(fido_bio_info_type(i)));
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| a_mbstr.c | 21 static int type_str(unsigned long value, void *arg); 112 if (traverse_string(in, len, inform, type_str, &mask) < 0) { 279 static int type_str(unsigned long value, void *arg) function
|
| a_mbstr.c | 21 static int type_str(unsigned long value, void *arg); 112 if (traverse_string(in, len, inform, type_str, &mask) < 0) { 279 static int type_str(unsigned long value, void *arg) function
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| a_mbstr.c | 20 static int type_str(unsigned long value, void *arg); 114 if (traverse_string(in, len, inform, type_str, &mask) < 0) { 270 static int type_str(unsigned long value, void *arg) function
|
| a_mbstr.c | 20 static int type_str(unsigned long value, void *arg); 114 if (traverse_string(in, len, inform, type_str, &mask) < 0) { 270 static int type_str(unsigned long value, void *arg) function
|
| /src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
| genkat.c | 184 const char *type_str = (argc > 1) ? argv[1] : "i"; local 187 if (!strcmp(type_str, "d")) { 189 } else if (!strcmp(type_str, "i")) { 191 } else if (!strcmp(type_str, "id")) {
|
| genkat.c | 184 const char *type_str = (argc > 1) ? argv[1] : "i"; local 187 if (!strcmp(type_str, "d")) { 189 } else if (!strcmp(type_str, "i")) { 191 } else if (!strcmp(type_str, "id")) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| a_mbstr.c | 21 static int type_str(unsigned long value, void *arg); 112 if (traverse_string(in, len, inform, type_str, &mask) < 0) { 119 * These checks should be in sync with the checks in type_str. 310 static int type_str(unsigned long value, void *arg) function
|
| a_mbstr.c | 21 static int type_str(unsigned long value, void *arg); 112 if (traverse_string(in, len, inform, type_str, &mask) < 0) { 119 * These checks should be in sync with the checks in type_str. 310 static int type_str(unsigned long value, void *arg) function
|
| /src/external/bsd/unbound/dist/pythonmod/examples/ |
| avahi-resolver.py | 434 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) [all...] |
| avahi-resolver.py | 434 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) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| c-lang.c | 383 std::string type_str = type_to_string (type); local 384 if (!type_str.empty ()) 387 type_str.c_str ());
|
| c-lang.c | 383 std::string type_str = type_to_string (type); local 384 if (!type_str.empty ()) 387 type_str.c_str ());
|
| /src/external/gpl3/gdb/dist/gdb/ |
| c-lang.c | 383 std::string type_str = type_to_string (type); local 384 if (!type_str.empty ()) 387 type_str.c_str ());
|
| c-lang.c | 383 std::string type_str = type_to_string (type); local 384 if (!type_str.empty ()) 387 type_str.c_str ());
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-isr.cc | 309 const char *type_str; local 312 type_str = (object_p) ? "@object" : "@function"; 317 fprintf (asm_out_file, "\t.type\t%s, %s\n", symbol_name, type_str);
|
| nds32-isr.cc | 309 const char *type_str; local 312 type_str = (object_p) ? "@object" : "@function"; 317 fprintf (asm_out_file, "\t.type\t%s, %s\n", symbol_name, type_str);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-isr.cc | 309 const char *type_str; local 312 type_str = (object_p) ? "@object" : "@function"; 317 fprintf (asm_out_file, "\t.type\t%s, %s\n", symbol_name, type_str);
|
| nds32-isr.cc | 309 const char *type_str; local 312 type_str = (object_p) ? "@object" : "@function"; 317 fprintf (asm_out_file, "\t.type\t%s, %s\n", symbol_name, type_str);
|
| /src/external/mit/isl/dist/interface/ |
| cpp.cc | 687 std::string type_str; local 700 type_str += param(arg + 1 + i, type); 702 type_str += type.getAsString(); 705 type_str += "arg_" + ::to_string(i); 708 type_str += ", "; 711 return type_str; 728 std::string type_str; local 733 type_str = "std::function<"; 734 type_str += rettype_str; 735 type_str += "(" 882 std::string type_str = subclass_type->getPointeeType().getAsString(); local [all...] |
| python.cc | 563 string type_str; local 564 type_str = generator::extract_type(type); 565 type_str = type2python(type_str); 566 printf("args[%d].__class__ is %s", i, type_str.c_str());
|
| cpp.cc | 687 std::string type_str; local 700 type_str += param(arg + 1 + i, type); 702 type_str += type.getAsString(); 705 type_str += "arg_" + ::to_string(i); 708 type_str += ", "; 711 return type_str; 728 std::string type_str; local 733 type_str = "std::function<"; 734 type_str += rettype_str; 735 type_str += "(" 882 std::string type_str = subclass_type->getPointeeType().getAsString(); local [all...] |