Searched refs:strv_extend_strv (Results 1 - 11 of 11) sorted by relevance

/systemd/src/shared/
H A Dpath-lookup.c186 if (strv_extend_strv(&res, (char**) config_unit_paths, false) < 0)
208 if (strv_extend_strv(&res, (char**) data_unit_paths, false) < 0)
323 r = strv_extend_strv(&p->unit_path, unit_path, false);
H A Dask-password-api.c134 r = strv_extend_strv(&l, passwords, true);
/systemd/src/basic/
H A Dstrv.h49 int strv_extend_strv(char ***a, char **b, bool filter_duplicates);
H A Dstrv.c205 int strv_extend_strv(char ***a, char **b, bool filter_duplicates) { function
/systemd/src/modules-load/
H A Dmodules-load.c56 if (strv_extend_strv(&arg_proc_cmdline_modules, k, true) < 0)
/systemd/src/core/
H A Ddbus-execute.c1315 r = strv_extend_strv(&c->environment_files, l, true);
1343 r = strv_extend_strv(&c->pass_environment, l, true);
1391 r = strv_extend_strv(dirs, l, true);
1479 r = strv_extend_strv(&c->runtime_directory, l, true);
H A Dmain.c610 if (strv_extend_strv(&l, *a, false) < 0) {
H A Dexecute.c2905 r = strv_extend_strv(&c->argv, l, false);
H A Dload-fragment.c2194 r = strv_extend_strv(passenv, n, true);
/systemd/src/resolve/
H A Dresolved-etc-hosts.c123 r = strv_extend_strv(&item->names, names, true);
/systemd/src/test/
H A Dtest-strv.c348 assert_se(strv_extend_strv(&a, b, true) == 3);

Completed in 243 milliseconds