Home
last modified time | relevance | path

Searched refs:type_string (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/usr.bin/hexdump/
H A Dodsyntax.c222 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 Dencoding.c318 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 Dkdigest.c100 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 Dkswitch.c157 ops = krb5_cc_get_prefix_ops(heimtools_context, opt->type_string); in kswitch()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve-test.c259 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 Dhxtool.c1510 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 Dtest_context.c45 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 Dgodump.c658 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 Dgodump.cc650 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 Dcpp.h170 static string type2cpp(string type_string);
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhc6.c1775 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 DChangeLog-20145877 * doc/xml/manual/containers.xml (associative.bitset.type_string):