Home | History | Annotate | Download | only in src

Lines Matching defs:tail

3002 	class_perm_node_t *cur, *tail = NULL;
3045 if (!tail) {
3048 tail->next = cur;
3050 tail = cur;
3160 avrule_t *cur, *tail;
3164 *avrules = tail = NULL;
3178 if (!tail) {
3181 tail->next = cur;
3183 tail = cur;