Searched refs:strv_join (Results 1 - 25 of 28) sorted by relevance

12

/systemd/src/libsystemd/sd-login/
H A Dtest-login.c72 assert_se(t = strv_join(sessions, ", "));
82 assert_se(t = strv_join(seats, ", "));
164 assert_se(t = strv_join(sessions, ", "));
184 assert_se(t = strv_join(seats, ", "));
200 assert_se(t = strv_join(sessions, ", "));
223 assert_se(t = strv_join(machines, ", "));
/systemd/src/ask-password/
H A Dask-password.c136 arg_message = strv_join(argv + optind, " ");
/systemd/src/shared/
H A Dpath-lookup.c332 _cleanup_free_ char *t = strv_join(p->unit_path, "\n\t");
388 _cleanup_free_ char *t = strv_join(p->sysvinit_path, "\n\t");
399 strv_join(p->sysvrcnd_path, "\n\t");
H A Dfstab-util.c140 f = strv_join(strv, ",");
H A Dacl-util.c256 join = strv_join(a, ",");
274 join = strv_join(d, ",");
/systemd/src/test/
H A Dtest-strv.c135 p = strv_join((char **)input_table_multiple, ", ");
139 q = strv_join((char **)input_table_multiple, ";");
143 r = strv_join((char **)input_table_multiple, NULL);
147 s = strv_join((char **)input_table_one, ", ");
151 t = strv_join((char **)input_table_none, ", ");
188 j = strv_join(s, " | ");
/systemd/src/notify/
H A Dnotify.c186 n = strv_join(final_env, "\n");
/systemd/src/basic/
H A Dstrv.h84 char *strv_join(char **l, const char *separator);
H A Dstrv.c362 char *strv_join(char **l, const char *separator) { function
/systemd/src/bus-proxyd/
H A Dstdio-bridge.c182 p = strv_join(cmdline, " ");
/systemd/src/core/
H A Dselinux-access.c246 cl = strv_join(cmdline, " ");
H A Dmount-setup.c281 options = strv_join(*k, ",");
/systemd/src/login/
H A Dinhibit.c257 arg_who = w = strv_join(argv + optind, " ");
/systemd/src/activate/
H A Dactivate.c251 joined = strv_join(argv, " ");
265 joined = strv_join(argv, " ");
/systemd/src/fstab-generator/
H A Dfstab-generator.c195 res = strv_join(units, " ");
218 res = strv_join(paths, " ");
/systemd/src/analyze/
H A Danalyze-verify.c97 *var = strv_join(ans, ":");
/systemd/src/libsystemd/sd-path/
H A Dsd-path.c357 buffer = strv_join(l, ":");
/systemd/src/import/
H A Dpull-job.c562 cc = strv_join(j->old_etags, ", ");
/systemd/src/resolve/
H A Dresolved-dns-trust-anchor.c477 j = strv_join(l, " ");
H A Dresolved-dns-rr.c776 str = strv_join(strv, " ");
/systemd/src/coredump/
H A Dcoredump.c931 comm = strv_join(argv + CONTEXT_COMM + 1, " ");
/systemd/src/locale/
H A Dlocaled.c1013 line = strv_join(settings, ", ");
/systemd/src/nspawn/
H A Dnspawn-mount.c510 return strv_join(sv, ":");
/systemd/src/run/
H A Drun.c1224 description = strv_join(argv + optind, " ");
/systemd/src/journal/
H A Djournalctl.c1787 s = strv_join(g, "', '");

Completed in 3963 milliseconds

12