Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libgss/
H A Dg_utils.c62 char *qopname, *num_str; in __gss_read_qop_file() local
110 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()