Searched refs:strv_join (Results 1 - 25 of 28) sorted by relevance
12
/systemd/src/libsystemd/sd-login/ |
H A D | test-login.c | 72 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 D | ask-password.c | 136 arg_message = strv_join(argv + optind, " ");
|
/systemd/src/shared/ |
H A D | path-lookup.c | 332 _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 D | fstab-util.c | 140 f = strv_join(strv, ",");
|
H A D | acl-util.c | 256 join = strv_join(a, ","); 274 join = strv_join(d, ",");
|
/systemd/src/test/ |
H A D | test-strv.c | 135 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 D | notify.c | 186 n = strv_join(final_env, "\n");
|
/systemd/src/basic/ |
H A D | strv.h | 84 char *strv_join(char **l, const char *separator);
|
H A D | strv.c | 362 char *strv_join(char **l, const char *separator) { function
|
/systemd/src/bus-proxyd/ |
H A D | stdio-bridge.c | 182 p = strv_join(cmdline, " ");
|
/systemd/src/core/ |
H A D | selinux-access.c | 246 cl = strv_join(cmdline, " ");
|
H A D | mount-setup.c | 281 options = strv_join(*k, ",");
|
/systemd/src/login/ |
H A D | inhibit.c | 257 arg_who = w = strv_join(argv + optind, " ");
|
/systemd/src/activate/ |
H A D | activate.c | 251 joined = strv_join(argv, " "); 265 joined = strv_join(argv, " ");
|
/systemd/src/fstab-generator/ |
H A D | fstab-generator.c | 195 res = strv_join(units, " "); 218 res = strv_join(paths, " ");
|
/systemd/src/analyze/ |
H A D | analyze-verify.c | 97 *var = strv_join(ans, ":");
|
/systemd/src/libsystemd/sd-path/ |
H A D | sd-path.c | 357 buffer = strv_join(l, ":");
|
/systemd/src/import/ |
H A D | pull-job.c | 562 cc = strv_join(j->old_etags, ", ");
|
/systemd/src/resolve/ |
H A D | resolved-dns-trust-anchor.c | 477 j = strv_join(l, " ");
|
H A D | resolved-dns-rr.c | 776 str = strv_join(strv, " ");
|
/systemd/src/coredump/ |
H A D | coredump.c | 931 comm = strv_join(argv + CONTEXT_COMM + 1, " ");
|
/systemd/src/locale/ |
H A D | localed.c | 1013 line = strv_join(settings, ", ");
|
/systemd/src/nspawn/ |
H A D | nspawn-mount.c | 510 return strv_join(sv, ":");
|
/systemd/src/run/ |
H A D | run.c | 1224 description = strv_join(argv + optind, " ");
|
/systemd/src/journal/ |
H A D | journalctl.c | 1787 s = strv_join(g, "', '");
|
Completed in 63 milliseconds
12