/netbsd-src/usr.bin/hexdump/ |
H A D | odsyntax.c | 222 posixtypes(char const *type_string) in posixtypes() argument 228 while (*type_string) { in posixtypes() 229 switch ((type = *type_string++)) { in posixtypes() 235 if (isupper((unsigned char)*type_string)) { in posixtypes() 236 switch(*type_string) { in posixtypes() 248 *type_string); in posixtypes() 251 type_string++; in posixtypes() 252 } else if (isdigit((unsigned char)*type_string)) { in posixtypes() 253 nbytes = strtol(type_string, &tmp, 10); in posixtypes() 254 type_string = tmp; in posixtypes() [all …]
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/ |
H A D | encoding.c | 318 const char* type_string; in decode_string() local 321 type_string = argon2_type2string(type, 0); in decode_string() 322 if (!type_string) { in decode_string() 327 CC(type_string); in decode_string() 403 const char* type_string = argon2_type2string(type, 0); in encode_string() local 406 if (!type_string) { in encode_string() 416 SS(type_string); in encode_string()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kdigest.c | 100 ret = krb5_digest_set_type(context, digest, opt->type_string); in digest_server_init() 118 printf("type=%s\n", opt->type_string); in digest_server_init() 144 if (opt->type_string == NULL) in digest_server_request() 155 if (strcasecmp(opt->type_string, "CHAP") == 0) { in digest_server_request() 165 ret = krb5_digest_set_type(context, digest, opt->type_string); in digest_server_request() 404 if (strcasecmp(opt->type_string, "CHAP") == 0) { in digest_client_request() 411 } else if (strcasecmp(opt->type_string, "MS-CHAP-V2") == 0) { in digest_client_request()
|
H A D | kswitch.c | 157 ops = krb5_cc_get_prefix_ops(heimtools_context, opt->type_string); in kswitch()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | resolve-test.c | 259 const char *type_string = rk_dns_type_to_string (sig->type); in main() local 264 sig->type, type_string ? type_string : "", in main()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | hxtool.c | 1510 if (opt->type_string) { in crypto_available() 1511 if (strcmp(opt->type_string, "all") == 0) in crypto_available() 1513 else if (strcmp(opt->type_string, "digest") == 0) in crypto_available() 1515 else if (strcmp(opt->type_string, "public-sig") == 0) in crypto_available() 1517 else if (strcmp(opt->type_string, "secret") == 0) in crypto_available() 1520 errx(1, "unknown type: %s", opt->type_string); in crypto_available() 1547 if (opt->type_string) { in crypto_select() 1548 if (strcmp(opt->type_string, "digest") == 0) in crypto_select() 1550 else if (strcmp(opt->type_string, "public-sig") == 0) in crypto_select() 1552 else if (strcmp(opt->type_string, "secret") == 0) in crypto_select() [all …]
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
H A D | test_context.c | 45 static char *type_string; variable 566 {"name-type",0, arg_string, &type_string, "type of name", NULL }, 650 if (type_string == NULL) in main() 652 else if (strcmp(type_string, "hostbased-service") == 0) in main() 654 else if (strcmp(type_string, "krb5-principal-name") == 0) in main() 657 errx(1, "%s not supported", type_string); in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | godump.c | 658 go_force_record_alignment (struct obstack *ob, const char *type_string, in go_force_record_alignment() argument 663 if (type_string == NULL) in go_force_record_alignment() 668 obstack_grow (ob, type_string, strlen (type_string)); in go_force_record_alignment()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | godump.cc | 650 go_force_record_alignment (struct obstack *ob, const char *type_string, in go_force_record_alignment() argument 654 if (type_string == NULL) in go_force_record_alignment() 659 obstack_grow (ob, type_string, strlen (type_string)); in go_force_record_alignment()
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | cpp.h | 170 static string type2cpp(string type_string);
|
/netbsd-src/external/mpl/dhcp/dist/client/ |
H A D | dhc6.c | 1775 char *type_string; in dhc6_bare_ia_xx() local 1781 type_string = "IA_NA"; in dhc6_bare_ia_xx() 1786 type_string = "IA_TA"; in dhc6_bare_ia_xx() 1791 type_string = "IA_PD"; in dhc6_bare_ia_xx() 1807 type_string); in dhc6_bare_ia_xx() 1822 type_string, print_hex_1(4, ia.buffer->data, 55)); in dhc6_bare_ia_xx()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2014 | 5877 * doc/xml/manual/containers.xml (associative.bitset.type_string):
|