Lines Matching defs:head
194 struct list_node *head;
205 struct list_node *curr = (*list)->head;
225 curr = role_list->head;
245 curr = (*attr_list)->head;
281 node->next = list->head;
282 list->head = node;
902 for (curr = attr_list->head; curr != NULL; curr = curr->next) {
926 for (curr = attr_list->head; curr != NULL; curr = curr->next) {
1101 for (curr = role_list->head; curr != NULL; curr = curr->next) {
2544 struct sid_item *head = NULL;
2577 item->next = head;
2578 head = item;
2581 if (head != NULL) {
2583 for (item = head; item != NULL; item = item->next) {
2592 while(head) {
2593 item = head;
2594 head = item->next;
2979 for (ocon = genfs->head; ocon != NULL; ocon = ocon->next) {
3406 for (curr = alias_list->head; curr != NULL; curr = curr->next) {