Home
last modified time | relevance | path

Searched refs:strextend_with_separator (Results 1 – 25 of 26) sorted by relevance

12

/systemd-251/src/home/
Dhomework-mount.c59 if (!strextend_with_separator(&joined, ",", default_options)) in home_mount_node()
63 if (!strextend_with_separator(&joined, ",", discard ? "discard" : "nodiscard")) in home_mount_node()
67 if (!strextend_with_separator(&joined, ",", extra_mount_options)) in home_mount_node()
Dhomework-cifs.c86 if (!strextend_with_separator(&options, ",", h->cifs_extra_mount_options)) in home_setup_cifs()
/systemd-251/src/hibernate-resume/
Dhibernate-resume-generator.c48 if (!strextend_with_separator(&arg_resume_options, ",", value)) in parse_proc_cmdline_item()
56 if (!strextend_with_separator(&arg_root_options, ",", value)) in parse_proc_cmdline_item()
/systemd-251/src/test/
Dtest-string-util.c237 TEST(strextend_with_separator) { in TEST() argument
240 assert_se(strextend_with_separator(&str, NULL, NULL)); in TEST()
244 assert_se(strextend_with_separator(&str, "...", NULL)); in TEST()
246 assert_se(strextend_with_separator(&str, "...", NULL)); in TEST()
250 assert_se(strextend_with_separator(&str, "xyz", "a", "bb", "ccc")); in TEST()
254 assert_se(strextend_with_separator(&str, ",", "start", "", "1", "234")); in TEST()
256 assert_se(strextend_with_separator(&str, ";", "more", "5", "678")); in TEST()
/systemd-251/src/shared/
Dnsflags.c64 if (!strextend_with_separator(&s, " ", namespace_flag_map[i].name)) in namespace_flags_to_string()
Dmount-util.c631 if (!strextend_with_separator(&str, "|", map[i].name)) in mount_flags_to_string()
765 if (!ent->name && !strextend_with_separator(&ret, ",", word)) in mount_option_mangle()
Ddissect-image.c1375 if (!strextend_with_separator(&options, ",", uid_option)) in mount_partition()
1382 if (!strextend_with_separator(&options, ",", m->mount_options)) in mount_partition()
1403 if (!strextend_with_separator(&options, ",", "norecovery")) in mount_partition()
Dethtool-util.c53 !strextend_with_separator(&str, ",", wol_option_map[i].name)) in wol_options_to_string_alloc()
/systemd-251/src/systemctl/
Dsystemctl-show.c1497 if (!strextend_with_separator(&addresses, " ", str)) in print_property()
1533 if (!strextend_with_separator(&paths, " ", str)) in print_property()
1564 if (!strextend_with_separator(&paths, " ", str)) in print_property()
1611 if (!strextend_with_separator(&fields, " ", str)) in print_property()
1683 … if (!strextend_with_separator(&str, ":", partition, mount_options)) in print_property()
1688 if (!strextend_with_separator(&paths, " ", str)) in print_property()
1739 … if (!strextend_with_separator(&str, ":", partition, mount_options)) in print_property()
1744 if (!strextend_with_separator(&paths, " ", str)) in print_property()
/systemd-251/src/udev/
Dtest-udev-event.c33 assert_se(strextend_with_separator(&cmd, " ", "/sys/class/net/lo/uevent")); in test_event_spawn_cat()
/systemd-251/src/resolve/
Dresolved-link-bus.c292 if (!strextend_with_separator(&j, ", ", s)) { in bus_link_method_set_dns_servers_internal()
397 if (!strextend_with_separator(&j, ", ", name)) in bus_link_method_set_domains()
737 if (!strextend_with_separator(&j, ", ", *i)) in bus_link_method_set_dnssec_negative_trust_anchors()
/systemd-251/src/network/
Dnetworkd-util.c44 if (!strextend_with_separator(&buf, ",", states[i])) in network_config_state_to_string_alloc()
Dnetworkd-route-util.c366 if (!strextend_with_separator(&str, ",", map[i])) in route_flags_to_string_alloc()
Dnetworkd-address.c49 if (!strextend_with_separator( in address_flags_to_string_alloc()
Dnetworkd-link.c2743 if (!strextend_with_separator(&str, ",", map[i])) in link_flags_to_string_alloc()
Dnetworkd-route.c581 (void) strextend_with_separator(&gw_alloc, ",", strna(buf)); in log_route_debug()
/systemd-251/src/core/
Ddbus-util.c198 if (!strextend_with_separator(&format_str, separator, partition, ":", escaped)) in bus_read_mount_options()
Ddevice.c247 if (!strextend_with_separator(&s, ",", device_found_map[i].name)) in device_found_to_string_many()
/systemd-251/src/shutdown/
Dumount.c103 if (!strextend_with_separator(&options, ",", mnt_fs_get_vfs_options(fs))) in mount_points_list_get()
105 if (!strextend_with_separator(&options, ",", mnt_fs_get_fs_options(fs))) in mount_points_list_get()
/systemd-251/src/basic/
Dstring-util.h164 #define strextend_with_separator(x, separator, ...) strextend_with_separator_internal(x, separator,… macro
Descape.c559 if (!strextend_with_separator(&result, " ", t)) in quote_command_line()
/systemd-251/src/sysv-generator/
Dsysv-generator.c544 … if (!isempty(j) && !strextend_with_separator(&chkconfig_description, " ", j)) in load_sysv()
595 … if (!isempty(j) && !strextend_with_separator(&long_description, " ", j)) in load_sysv()
/systemd-251/src/fstab-generator/
Dfstab-generator.c1015 if (!strextend_with_separator(&arg_root_options, ",", value)) in parse_proc_cmdline_item()
1044 if (!strextend_with_separator(&arg_usr_options, ",", value)) in parse_proc_cmdline_item()
/systemd-251/src/run/
Drun.c675 if (!isempty(arg_slice) && !strextend_with_separator(&name, "-", arg_slice)) in transient_cgroup_set_properties()
/systemd-251/src/partition/
Drepart.c3266 if (!strextend_with_separator(&a, ",", buf)) in set_gpt_flags()

12