/systemd-251/src/test/ |
D | test-sleep.c | 27 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()
|
D | test-strv.c | 126 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()
|
D | test-unit-file.c | 46 _cleanup_free_ char *j = strv_join(v, ", "); in TEST()
|
D | test-fstab-util.c | 49 assert_se(joined = strv_join(values, ":")); in do_fstab_filter_options()
|
D | test-nss-users.c | 42 assert_se(members = strv_join(gr->gr_mem, ", ")); in print_struct_group()
|
/systemd-251/src/libsystemd/sd-login/ |
D | test-login.c | 87 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/ |
D | activate.c | 183 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/ |
D | analyze-unit-files.c | 45 _cleanup_free_ char *j = strv_join(v, ", "); in verb_unit_files()
|
/systemd-251/src/environment-d-generator/ |
D | environment-d-generator.c | 34 t = strv_join(dirs, "\n\t"); in environment_dirs()
|
/systemd-251/src/vconsole/ |
D | vconsole-setup.c | 143 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/ |
D | acl-util.c | 237 join = strv_join(a, ","); in parse_acl() 255 join = strv_join(d, ","); in parse_acl()
|
D | journal-util.c | 60 s = strv_join(g, "', '"); in access_check_var_log_journal()
|
D | pwquality-util.c | 130 joined = strv_join(suggestions, " "); in suggest_passwords()
|
D | sleep-config.c | 131 _cleanup_free_ char *t = strv_join(types, "/"); in can_sleep_state() 179 _cleanup_free_ char *t = strv_join(types, "/"); in can_sleep_disk()
|
D | bootspec.c | 1153 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/ |
D | portable.c | 709 _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/ |
D | xdg-autostart-service.c | 612 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/ |
D | udevadm-settle.c | 148 t = strv_join(a, ", "); in emit_deprecation_warning()
|
/systemd-251/src/ask-password/ |
D | ask-password.c | 207 arg_message = strv_join(argv + optind, " "); in parse_argv()
|
/systemd-251/src/notify/ |
D | notify.c | 242 n = strv_join(final_env, "\n"); in run()
|
/systemd-251/src/systemctl/ |
D | systemctl-start-special.c | 74 options = strv_join(e->options, " "); in load_kexec_kernel()
|
D | systemctl-sysv-compat.c | 205 l = strv_join((char**)argv, " "); in enable_sysv_units()
|
/systemd-251/src/core/ |
D | selinux-access.c | 264 cl = strv_join(cmdline, " "); in mac_selinux_access_check_internal()
|
/systemd-251/src/login/ |
D | inhibit.c | 297 w = strv_join(argv + optind, " "); in run()
|
/systemd-251/src/sysext/ |
D | sysext.c | 315 buf = strv_join(extensions, "\n"); in merge_hierarchy() 627 buf = strv_join(extensions, "', '"); in merge_subprocess()
|