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

/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c435 db_library curr_elt, prev_elt = NULL; local
442 curr_elt = lib_list;
443 while (curr_elt != NULL) {
444 if (strcmp(lib_name, curr_elt->name) == 0) {
445 *lib = curr_elt;
448 prev_elt = curr_elt;
449 curr_elt = curr_elt->next;

Completed in 59 milliseconds