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

/freebsd-11-stable/contrib/libarchive/tar/
H A Dsubst.c55 struct subst_rule *first_rule, *last_rule; member in struct:substitution
66 subst->first_rule = subst->last_rule = NULL;
89 if (subst->last_rule == NULL)
92 subst->last_rule->next = rule;
93 subst->last_rule = rule;
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c4174 bool last_rule = next_rule->size == 0 && next_rule->id == 0 && local
4177 if (last_rule)

Completed in 187 milliseconds