/systemd-251/src/basic/ |
D | path-lookup.c | 192 if (strv_extend_strv(&res, (char**) user_config_unit_paths, false) < 0) in user_dirs() 210 if (strv_extend_strv(&res, (char**) user_data_unit_paths, false) < 0) in user_dirs() 671 r = strv_extend_strv(&paths, add, true); in lookup_paths_init() 831 r = strv_extend_strv(&paths, add, true); in generator_binary_paths() 871 r = strv_extend_strv(&paths, add, true); in env_generator_binary_paths()
|
D | glob-util.c | 72 return strv_extend_strv(strv, g.gl_pathv, false); in glob_extend()
|
D | strv.c | 159 int strv_extend_strv(char ***a, char * const *b, bool filter_duplicates) { in strv_extend_strv() function 295 r = strv_extend_strv(t, l, filter_duplicates); in strv_split_and_extend_full()
|
D | strv.h | 35 int strv_extend_strv(char ***a, char * const *b, bool filter_duplicates);
|
/systemd-251/src/shared/ |
D | bus-map-properties.c | 37 r = strv_extend_strv(p, l, false); in bus_map_strv_sort() 82 return strv_extend_strv(p, l, false); in map_basic()
|
D | user-record-nss.c | 35 return strv_extend_strv(dst, t, filter_duplicates); in strv_extend_strv_utf8_only()
|
D | ask-password-api.c | 107 r = strv_extend_strv(&l, passwords, true); in add_to_keyring()
|
D | bootspec.c | 164 r = strv_extend_strv(&tmp.device_tree_overlay, l, false); in boot_entry_load_type1()
|
/systemd-251/src/core/ |
D | load-dropin.c | 108 r = strv_extend_strv(&u->dropin_paths, l, true); in unit_load_dropin()
|
D | dbus-execute.c | 2068 r = strv_extend_strv(&c->supplementary_groups, l, true); in bus_exec_context_set_transient_property() 3192 r = strv_extend_strv(&c->environment_files, l, true); in bus_exec_context_set_transient_property() 3220 r = strv_extend_strv(&c->pass_environment, l, true); in bus_exec_context_set_transient_property() 3281 r = strv_extend_strv(dirs, l, true); in bus_exec_context_set_transient_property() 3308 r = strv_extend_strv(&c->exec_search_path, l, true); in bus_exec_context_set_transient_property()
|
D | dbus-socket.c | 344 r = strv_extend_strv(&s->symlinks, l, true); in bus_socket_set_transient_property()
|
/systemd-251/src/udev/ |
D | udevadm-settle.c | 135 r = strv_extend_strv(&a, b, true); in emit_deprecation_warning()
|
D | udevadm-info.c | 796 r = strv_extend_strv(&devices, argv + optind, false); in info_main()
|
/systemd-251/src/modules-load/ |
D | modules-load.c | 41 if (strv_extend_strv(&arg_proc_cmdline_modules, k, true) < 0) in add_modules()
|
/systemd-251/src/test/ |
D | test-strv.c | 578 TEST(strv_extend_strv) { in TEST() argument 586 assert_se(strv_extend_strv(&a, b, true) == 3); in TEST() 596 assert_se(strv_extend_strv(&n, b, false) >= 0); in TEST()
|
D | test-execute.c | 668 assert_se(strv_extend_strv(&libraries, libraries_test, true) >= 0); in test_exec_mount_apivfs()
|
/systemd-251/src/activate/ |
D | activate.c | 404 r = strv_extend_strv(&arg_fdnames, in parse_argv()
|
/systemd-251/src/coredump/ |
D | coredumpctl.c | 1103 r = strv_extend_strv(&debugger_call, arg_debugger_args, false); in run_debug() 1148 r = strv_extend_strv(&debugger_call, STRV_MAKE(exe, "-c", path), false); in run_debug()
|
/systemd-251/src/home/ |
D | user-record-util.c | 884 r = strv_extend_strv(&e, h->password, true); in user_record_set_password() 946 r = strv_extend_strv(&e, h->token_pin, true); in user_record_set_token_pin()
|
/systemd-251/src/systemctl/ |
D | systemctl-util.c | 677 if (strv_extend_strv(&with_deps, deps, true) < 0) in append_unit_dependencies()
|
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp6-lease.c | 312 return strv_extend_strv(&lease->domains, domains, true); in dhcp6_lease_add_domains()
|
/systemd-251/src/portable/ |
D | portable.c | 643 r = strv_extend_strv(&valid_prefixes, l, true); in extract_image_and_extensions() 1398 r = strv_extend_strv(&root_and_extensions, extension_image_paths, false); in marker_matches_images()
|
/systemd-251/src/journal/ |
D | journalctl.c | 1053 r = strv_extend_strv(&arg_output_fields, v, true); in parse_argv() 1099 r = strv_extend_strv(&arg_user_units, arg_system_units, true); in parse_argv()
|
/systemd-251/src/userdb/ |
D | userdbctl.c | 1240 r = strv_extend_strv(&arg_services, l, true); in parse_argv()
|
/systemd-251/src/network/generator/ |
D | network-generator.c | 1058 r = strv_extend_strv(&network->dns, all->dns, false); in context_merge_networks()
|