Home
last modified time | relevance | path

Searched refs:PTR_SUB1 (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/test/
Dtest-macro.c445 TEST(PTR_SUB1) { in TEST() argument
452 p = PTR_SUB1(p, x); in TEST()
455 p = PTR_SUB1(p, x); in TEST()
458 p = PTR_SUB1(p, x); in TEST()
461 p = PTR_SUB1(p, x); in TEST()
464 p = PTR_SUB1(p, x); in TEST()
/systemd-251/src/shared/
Ddns-domain.c171 terminal = PTR_SUB1(terminal, name); in dns_label_unescape_suffix()
173 terminal = PTR_SUB1(terminal, name); in dns_label_unescape_suffix()
182 for (y = PTR_SUB1(terminal, name); y && *y == '\\'; y = PTR_SUB1(y, name)) in dns_label_unescape_suffix()
195 terminal = PTR_SUB1(terminal, name); in dns_label_unescape_suffix()
/systemd-251/src/basic/
Dpath-util.c884 for (; q; q = PTR_SUB1(q, path)) { in skip_slash_or_dot_backward()
961 q = PTR_SUB1(q, path); in path_find_last_component()
Dstrv.h137 i = PTR_SUB1(i, h))
Dmacro.h487 #define PTR_SUB1(p, base) \ macro
/systemd-251/src/core/
Dnamespace.c778 for (MountEntry *p = PTR_SUB1(t, m); p; p = PTR_SUB1(p, m)) in drop_nop()
/systemd-251/src/udev/
Dudev-rules.c1833 for (char *p = PTR_SUB1(buf + strlen(buf), buf); p; p = PTR_SUB1(p, buf)) in udev_rule_apply_token_to_event()