Searched refs:type_string (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/tools/regression/netinet/msocket_ifnet_remove/
H A Dmsocket_ifnet_remove.c169 multicast_open(int *sockp, int type, const char *type_string) argument
176 warn("multicast_test: socket(PF_INET, %s, 0)", type_string);
204 test_sock_type(int type, const char *type_string) argument
216 if (multicast_open(&sock, type, type_string) < 0) {
228 printf("test_sock_type(%s) passed\n", type_string);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dresolve-test.c135 const char *type_string = rk_dns_type_to_string (sig->type); local
138 sig->type, type_string ? type_string : "",
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkdigest.c98 ret = krb5_digest_set_type(context, digest, opt->type_string);
116 printf("type=%s\n", opt->type_string);
142 if (opt->type_string == NULL)
153 if (strcasecmp(opt->type_string, "CHAP") == 0) {
163 ret = krb5_digest_set_type(context, digest, opt->type_string);
402 if (strcasecmp(opt->type_string, "CHAP") == 0) {
409 } else if (strcasecmp(opt->type_string, "MS-CHAP-V2") == 0) {
H A Dkswitch.c150 ops = krb5_cc_get_prefix_ops(kcc_context, opt->type_string);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_context.c43 static char *type_string; variable
463 {"name-type",0, arg_string, &type_string, "type of name", NULL },
542 if (type_string == NULL)
544 else if (strcmp(type_string, "hostbased-service") == 0)
546 else if (strcmp(type_string, "krb5-principal-name") == 0)
549 errx(1, "%s not suppported", type_string);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dhxtool.c1454 if (opt->type_string) {
1455 if (strcmp(opt->type_string, "all") == 0)
1457 else if (strcmp(opt->type_string, "digest") == 0)
1459 else if (strcmp(opt->type_string, "public-sig") == 0)
1461 else if (strcmp(opt->type_string, "secret") == 0)
1464 errx(1, "unknown type: %s", opt->type_string);
1491 if (opt->type_string) {
1492 if (strcmp(opt->type_string, "digest") == 0)
1494 else if (strcmp(opt->type_string, "public-sig") == 0)
1496 else if (strcmp(opt->type_string, "secre
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Doutput.cc495 output_const_type (const char *const_string, const char *type_string) argument
497 if (type_string[strlen(type_string)-1] == '*')
499 printf ("%s %s", type_string, const_string);
502 printf ("%s%s ", const_string, type_string);

Completed in 90 milliseconds