Home
last modified time | relevance | path

Searched refs:strv_extend_strv (Results 1 – 25 of 34) sorted by relevance

12

/systemd-251/src/basic/
Dpath-lookup.c192 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()
Dglob-util.c72 return strv_extend_strv(strv, g.gl_pathv, false); in glob_extend()
Dstrv.c159 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()
Dstrv.h35 int strv_extend_strv(char ***a, char * const *b, bool filter_duplicates);
/systemd-251/src/shared/
Dbus-map-properties.c37 r = strv_extend_strv(p, l, false); in bus_map_strv_sort()
82 return strv_extend_strv(p, l, false); in map_basic()
Duser-record-nss.c35 return strv_extend_strv(dst, t, filter_duplicates); in strv_extend_strv_utf8_only()
Dask-password-api.c107 r = strv_extend_strv(&l, passwords, true); in add_to_keyring()
Dbootspec.c164 r = strv_extend_strv(&tmp.device_tree_overlay, l, false); in boot_entry_load_type1()
/systemd-251/src/core/
Dload-dropin.c108 r = strv_extend_strv(&u->dropin_paths, l, true); in unit_load_dropin()
Ddbus-execute.c2068 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()
Ddbus-socket.c344 r = strv_extend_strv(&s->symlinks, l, true); in bus_socket_set_transient_property()
/systemd-251/src/udev/
Dudevadm-settle.c135 r = strv_extend_strv(&a, b, true); in emit_deprecation_warning()
Dudevadm-info.c796 r = strv_extend_strv(&devices, argv + optind, false); in info_main()
/systemd-251/src/modules-load/
Dmodules-load.c41 if (strv_extend_strv(&arg_proc_cmdline_modules, k, true) < 0) in add_modules()
/systemd-251/src/test/
Dtest-strv.c578 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()
Dtest-execute.c668 assert_se(strv_extend_strv(&libraries, libraries_test, true) >= 0); in test_exec_mount_apivfs()
/systemd-251/src/activate/
Dactivate.c404 r = strv_extend_strv(&arg_fdnames, in parse_argv()
/systemd-251/src/coredump/
Dcoredumpctl.c1103 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/
Duser-record-util.c884 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/
Dsystemctl-util.c677 if (strv_extend_strv(&with_deps, deps, true) < 0) in append_unit_dependencies()
/systemd-251/src/libsystemd-network/
Dsd-dhcp6-lease.c312 return strv_extend_strv(&lease->domains, domains, true); in dhcp6_lease_add_domains()
/systemd-251/src/portable/
Dportable.c643 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/
Djournalctl.c1053 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/
Duserdbctl.c1240 r = strv_extend_strv(&arg_services, l, true); in parse_argv()
/systemd-251/src/network/generator/
Dnetwork-generator.c1058 r = strv_extend_strv(&network->dns, all->dns, false); in context_merge_networks()

12