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

/freebsd-12-stable/crypto/heimdal/lib/gssapi/
H A Dtest_acquire_cred.c179 static char *acquire_type; variable
187 {"acquire-type", 0, arg_string, &acquire_type, "type", NULL },
235 if (acquire_type) {
236 if (strcasecmp(acquire_type, "both") == 0)
238 else if (strcasecmp(acquire_type, "accept") == 0)
240 else if (strcasecmp(acquire_type, "initiate") == 0)
243 errx(1, "unknown type %s", acquire_type);

Completed in 103 milliseconds