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

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dparse-name-test.c40 const char *output_string; member in struct:testcase
118 for (j = 0; j < strlen(t->output_string); ++j) {
133 if (strcmp (t->output_string, name_buf) != 0) {
136 name_buf, t->output_string);
144 if (strcmp (t->output_string, s) != 0) {
147 s, t->output_string);

Completed in 65 milliseconds