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

/xsrc/external/mit/xauth/dist/
H A Dprocess.c502 AuthList *authl_cur = NULL; local in function:get_displayname_auth
538 if (authl_cur == NULL) {
539 *authl = authl_cur = newal;
541 authl_cur->next = newal;
542 authl_cur = newal;

Completed in 4 milliseconds