Lines Matching defs:tail
1229 avrule_t *cur, *new_rule = NULL, *tail;
1232 tail = *dst;
1233 while (tail && tail->next) {
1234 tail = tail->next;
1314 tail->next = new_rule;
1316 tail = new_rule;
1331 role_trans_rule_t *cur, *new_rule = NULL, *tail;
1334 tail = *dst;
1335 while (tail && tail->next) {
1336 tail = tail->next;
1361 tail->next = new_rule;
1363 tail = new_rule;
1377 role_allow_rule_t *cur, *new_rule = NULL, *tail;
1380 tail = *dst;
1381 while (tail && tail->next) {
1382 tail = tail->next;
1403 tail->next = new_rule;
1405 tail = new_rule;
1420 filename_trans_rule_t *cur, *new_rule, *tail;
1423 tail = *dst;
1424 while (tail && tail->next)
1425 tail = tail->next;
1437 tail->next = new_rule;
1438 tail = new_rule;
1503 cond_node_t *cur, *new_node = NULL, *tail;
1505 tail = *dst;
1506 while (tail && tail->next)
1507 tail = tail->next;
1552 tail->next = new_node;
1554 tail = new_node;