Home
last modified time | relevance | path

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

/minix3/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 …]
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dresolve-test.c137 const char *type_string = rk_dns_type_to_string (sig->type); in main() local
140 sig->type, type_string ? type_string : "", in main()
/minix3/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.c152 ops = krb5_cc_get_prefix_ops(kcc_context, opt->type_string); in kswitch()
/minix3/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_context.c45 static char *type_string; variable
465 {"name-type",0, arg_string, &type_string, "type of name", NULL },
544 if (type_string == NULL) in main()
546 else if (strcmp(type_string, "hostbased-service") == 0) in main()
548 else if (strcmp(type_string, "krb5-principal-name") == 0) in main()
551 errx(1, "%s not suppported", type_string); in main()
/minix3/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c1456 if (opt->type_string) { in crypto_available()
1457 if (strcmp(opt->type_string, "all") == 0) in crypto_available()
1459 else if (strcmp(opt->type_string, "digest") == 0) in crypto_available()
1461 else if (strcmp(opt->type_string, "public-sig") == 0) in crypto_available()
1463 else if (strcmp(opt->type_string, "secret") == 0) in crypto_available()
1466 errx(1, "unknown type: %s", opt->type_string); in crypto_available()
1493 if (opt->type_string) { in crypto_select()
1494 if (strcmp(opt->type_string, "digest") == 0) in crypto_select()
1496 else if (strcmp(opt->type_string, "public-sig") == 0) in crypto_select()
1498 else if (strcmp(opt->type_string, "secret") == 0) in crypto_select()
[all …]