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

/xsrc/external/mit/xauth/dist/
H A Dprocess.c648 static AuthList *xauth_head = NULL; /* list of auth entries */ variable in typeref:typename:AuthList *
811 xauth_head = head;
857 for (AuthList *list = xauth_head; list; list = list->next) {
866 for (AuthList *list = xauth_head; list; list = list->next) {
1313 for (AuthList *l = xauth_head; l; l = next) {
1360 AuthList **listp = &xauth_head;
1495 if (xauth_head) {
1496 for (AuthList *l = xauth_head; l; l = l->next) {
1562 nentries = merge_entries (&xauth_head, listhead, &nnew, &nrepl);
1567 sort_entries(&xauth_head);
[all...]

Completed in 4 milliseconds