Searched refs:LIST_JOIN (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/test/ |
D | test-list.c | 228 LIST_JOIN(item, head2, head); in main() 241 LIST_JOIN(item, head, head2); in main()
|
/systemd-251/src/core/ |
D | dbus-util.c | 226 LIST_JOIN(mount_options, *ret_options, options); in bus_read_mount_options()
|
D | dbus-execute.c | 1701 LIST_JOIN(mount_options, c->root_image_options, options); in bus_exec_context_set_transient_property()
|
D | load-fragment.c | 1698 LIST_JOIN(mount_options, c->root_image_options, options); in config_parse_root_image_options()
|
/systemd-251/src/basic/ |
D | list.h | 177 #define LIST_JOIN(name,a,b) \ macro
|
/systemd-251/coccinelle/ |
D | macros.h | 194 #define LIST_JOIN(name,a,b) \ macro
|