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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c65 static const char *gss_trials[] = { "ftp", "host" }; variable
66 /* the number of elements in gss_trials array */
67 static const int n_gss_trials = sizeof (gss_trials)/sizeof (char *);
124 gss_trials[trial], hostname);
175 if (strcmp(gss_trials[trial], "ftp"))

Completed in 43 milliseconds