Searched refs:qopname (Results 1 – 1 of 1) sorted by relevance
62 char *qopname, *num_str; in __gss_read_qop_file() local110 qopname = name; /* will contain qop name */ in __gss_read_qop_file()111 while (!isspace(*qopname)) in __gss_read_qop_file()112 qopname++; in __gss_read_qop_file()113 if (*qopname == '\0') { in __gss_read_qop_file()116 next = qopname+1; in __gss_read_qop_file()117 *qopname = '\0'; /* null terminate qopname */ in __gss_read_qop_file()