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

/solaris-userland/components/krb5/Solaris/
H A Dg_utils.c44 char *qopname, *num_str; local
68 * File format : qopname num(int)
92 qopname = name; /* will contain qop name */
93 while (!isspace(*qopname))
94 qopname++;
95 if (*qopname == '\0') {
98 next = qopname+1;
99 *qopname = '\0'; /* null terminate qopname */

Completed in 41 milliseconds