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

/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.c443 db_library curr_elt, prev_elt = NULL; local
455 curr_elt = lib_list;
456 while (curr_elt != NULL) {
457 if (strcmp(lib_name, curr_elt->name) == 0) {
458 *lib = curr_elt;
461 prev_elt = curr_elt;
462 curr_elt = curr_elt->next;

Completed in 26 milliseconds