Home
last modified time | relevance | path

Searched refs:LIST_FOREACH_WITH_NEXT (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dlist.h142 #define LIST_FOREACH_WITH_NEXT(name,i,n,head) \ macro
146 LIST_FOREACH_WITH_NEXT(name, i, UNIQ_T(n, UNIQ), head)
/systemd-251/src/udev/
Dudev-rules.c2532 LIST_FOREACH_WITH_NEXT(rule_lines, line, next_line, file->rule_lines) { in udev_rules_apply_to_event()