Searched refs:strv_consume_pair (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/basic/ ! |
D | strv.h | 50 int strv_consume_pair(char ***l, char *a, char *b);
|
D | strv.c | 497 int strv_consume_pair(char ***l, char *a, char *b) { in strv_consume_pair() function
|
/systemd-251/src/shared/ ! |
D | bus-unit-util.c | 1964 … r = strv_consume_pair(&symlinks, TAKE_PTR(source), TAKE_PTR(destination)); in bus_append_execute_property()
|
/systemd-251/src/core/ ! |
D | execute.c | 3446 … r = strv_consume_pair(&symlinks, TAKE_PTR(src_abs), TAKE_PTR(dst_abs)); in compile_symlinks() 3462 r = strv_consume_pair(&symlinks, TAKE_PTR(private_path), TAKE_PTR(path)); in compile_symlinks()
|
/systemd-251/src/partition/ ! |
D | repart.c | 1179 …r = strv_consume_pair(&partition->copy_files, TAKE_PTR(resolved_source), TAKE_PTR(resolved_target)… in config_parse_copy_files()
|