strv_extend_strv 2622 src/core/execute.c r = strv_extend_strv(&c->argv, l); strv_extend_strv 592 src/core/main.c if (strv_extend_strv(&l, *a) < 0) { strv_extend_strv 66 src/modules-load/modules-load.c if (strv_extend_strv(&arg_proc_cmdline_modules, k) < 0) strv_extend_strv 169 src/shared/path-lookup.c if (strv_extend_strv(&r, (char**) config_unit_paths) < 0) strv_extend_strv 191 src/shared/path-lookup.c if (strv_extend_strv(&r, (char**) data_unit_paths) < 0) strv_extend_strv 293 src/shared/path-lookup.c r = strv_extend_strv(&p->unit_path, unit_path); strv_extend_strv 40 src/shared/strv.h int strv_extend_strv(char ***a, char **b);