Lines Matching defs:tail
1263 avrule_t *cur, *new_rule = NULL, *tail;
1266 tail = *dst;
1267 while (tail && tail->next) {
1268 tail = tail->next;
1340 tail->next = new_rule;
1342 tail = new_rule;
1357 role_trans_rule_t *cur, *new_rule = NULL, *tail;
1362 tail = *dst;
1363 while (tail && tail->next) {
1364 tail = tail->next;
1398 tail->next = new_rule;
1400 tail = new_rule;
1414 role_allow_rule_t *cur, *new_rule = NULL, *tail;
1417 tail = *dst;
1418 while (tail && tail->next) {
1419 tail = tail->next;
1440 tail->next = new_rule;
1442 tail = new_rule;
1457 filename_trans_rule_t *cur, *new_rule, *tail;
1460 tail = *dst;
1461 while (tail && tail->next)
1462 tail = tail->next;
1474 tail->next = new_rule;
1475 tail = new_rule;
1549 cond_node_t *cur, *new_node = NULL, *tail;
1551 tail = *dst;
1552 while (tail && tail->next)
1553 tail = tail->next;
1598 tail->next = new_node;
1600 tail = new_node;