Home
last modified time | relevance | path

Searched refs:strv_join (Results 1 – 25 of 54) sorted by relevance

123

/systemd-251/src/test/
Dtest-sleep.c27 sum = strv_join(sleep_config->modes[SLEEP_SUSPEND], ", "); in TEST()
28 sus = strv_join(sleep_config->states[SLEEP_SUSPEND], ", "); in TEST()
29 him = strv_join(sleep_config->modes[SLEEP_HIBERNATE], ", "); in TEST()
30 his = strv_join(sleep_config->states[SLEEP_HIBERNATE], ", "); in TEST()
31 hym = strv_join(sleep_config->modes[SLEEP_HYBRID_SLEEP], ", "); in TEST()
32 hys = strv_join(sleep_config->states[SLEEP_HYBRID_SLEEP], ", "); in TEST()
Dtest-strv.c126 TEST(strv_join) { in TEST() argument
127 _cleanup_free_ char *p = strv_join((char **)input_table_multiple, ", "); in TEST()
131 _cleanup_free_ char *q = strv_join((char **)input_table_multiple, ";"); in TEST()
135 _cleanup_free_ char *r = strv_join((char **)input_table_multiple, NULL); in TEST()
139 _cleanup_free_ char *s = strv_join(STRV_MAKE("1", "2", "3,3"), ","); in TEST()
143 _cleanup_free_ char *t = strv_join((char **)input_table_one, ", "); in TEST()
147 _cleanup_free_ char *u = strv_join((char **)input_table_none, ", "); in TEST()
151 _cleanup_free_ char *v = strv_join((char **)input_table_two_empties, ", "); in TEST()
155 _cleanup_free_ char *w = strv_join((char **)input_table_one_empty, ", "); in TEST()
214 j = strv_join(s, " | "); in test_strv_unquote_one()
Dtest-unit-file.c46 _cleanup_free_ char *j = strv_join(v, ", "); in TEST()
Dtest-fstab-util.c49 assert_se(joined = strv_join(values, ":")); in do_fstab_filter_options()
Dtest-nss-users.c42 assert_se(members = strv_join(gr->gr_mem, ", ")); in print_struct_group()
/systemd-251/src/libsystemd/sd-login/
Dtest-login.c87 assert_se(t = strv_join(sessions, " ")); in TEST()
101 assert_se(t = strv_join(seats, " ")); in TEST()
204 assert_se(t = strv_join(sessions, " ")); in TEST()
216 assert_se(t = strv_join(seats, ", ")); in TEST()
231 assert_se(t = strv_join(sessions, ", ")); in TEST()
256 assert_se(buf = strv_join(machines, " ")); in TEST()
/systemd-251/src/activate/
Dactivate.c183 names = strv_join(arg_fdnames, ":"); in exec_process()
203 _cleanup_free_ char *joined = strv_join(argv, " "); in exec_process()
218 joined = strv_join(argv, " "); in fork_and_exec_process()
/systemd-251/src/analyze/
Danalyze-unit-files.c45 _cleanup_free_ char *j = strv_join(v, ", "); in verb_unit_files()
/systemd-251/src/environment-d-generator/
Denvironment-d-generator.c34 t = strv_join(dirs, "\n\t"); in environment_dirs()
/systemd-251/src/vconsole/
Dvconsole-setup.c143 cmd = strv_join((char**) args, " "); in keyboard_load_and_wait()
186 cmd = strv_join((char**) args, " "); in font_load_and_wait()
/systemd-251/src/shared/
Dacl-util.c237 join = strv_join(a, ","); in parse_acl()
255 join = strv_join(d, ","); in parse_acl()
Djournal-util.c60 s = strv_join(g, "', '"); in access_check_var_log_journal()
Dpwquality-util.c130 joined = strv_join(suggestions, " "); in suggest_passwords()
Dsleep-config.c131 _cleanup_free_ char *t = strv_join(types, "/"); in can_sleep_state()
179 _cleanup_free_ char *t = strv_join(types, "/"); in can_sleep_disk()
Dbootspec.c1153 t = strv_join(e->options, " "); in show_boot_entry()
1161 t2 = strv_join(ts, "\n "); in show_boot_entry()
1190 opts = strv_join(e->options, " "); in show_boot_entries()
/systemd-251/src/portable/
Dportable.c709 _cleanup_free_ char *extensions = strv_join(extension_image_paths, ", "); in portable_extract()
1311 matches_joined = strv_join(matches, "', '"); in portable_attach()
1315 extensions_joined = strv_join(extension_image_paths, ", "); in portable_attach()
1319 valid_prefixes_joined = strv_join(valid_prefixes, ", "); in portable_attach()
1335 _cleanup_free_ char *extensions_joined = strv_join(extension_image_paths, ", "); in portable_attach()
1694 extensions = strv_join(extension_image_paths, ", "); in portable_detach()
/systemd-251/src/xdg-autostart-generator/
Dxdg-autostart-service.c612 only_show_in = strv_join(service->only_show_in, ":"); in xdg_autostart_service_generate_unit()
613 not_show_in = strv_join(service->not_show_in, ":"); in xdg_autostart_service_generate_unit()
/systemd-251/src/udev/
Dudevadm-settle.c148 t = strv_join(a, ", "); in emit_deprecation_warning()
/systemd-251/src/ask-password/
Dask-password.c207 arg_message = strv_join(argv + optind, " "); in parse_argv()
/systemd-251/src/notify/
Dnotify.c242 n = strv_join(final_env, "\n"); in run()
/systemd-251/src/systemctl/
Dsystemctl-start-special.c74 options = strv_join(e->options, " "); in load_kexec_kernel()
Dsystemctl-sysv-compat.c205 l = strv_join((char**)argv, " "); in enable_sysv_units()
/systemd-251/src/core/
Dselinux-access.c264 cl = strv_join(cmdline, " "); in mac_selinux_access_check_internal()
/systemd-251/src/login/
Dinhibit.c297 w = strv_join(argv + optind, " "); in run()
/systemd-251/src/sysext/
Dsysext.c315 buf = strv_join(extensions, "\n"); in merge_hierarchy()
627 buf = strv_join(extensions, "', '"); in merge_subprocess()

123