Home
last modified time | relevance | path

Searched refs:strv_copy (Results 1 – 25 of 31) sorted by relevance

12

/systemd-251/src/home/
Duser-record-util.c788 np = strv_copy(h->hashed_password); in user_record_make_hashed_password()
847 copy = strv_copy(hashed_password); in user_record_set_hashed_password()
880 e = strv_copy(password); in user_record_set_password()
897 e = strv_copy(password); in user_record_set_password()
942 e = strv_copy(pin); in user_record_set_token_pin()
959 e = strv_copy(pin); in user_record_set_token_pin()
/systemd-251/src/systemctl/
Dsystemctl-compat-shutdown.c142 char **copy = strv_copy(wall); in shutdown_parse_argv()
Dsystemctl-set-environment.c168 _cleanup_strv_free_ char **copy = strv_copy(environ); in verb_import_environment()
/systemd-251/src/login/
Dinhibit.c311 arguments = strv_copy(argv + optind); in run()
/systemd-251/src/test/
Dtest-nss-users.c220 names = strv_copy(strv_skip(argv, 2)); in parse_argv()
/systemd-251/src/basic/
Dconf-files.c258 copy = strv_copy((char**) dirs); in conf_files_list_strv()
Dstrv.h32 char** strv_copy(char * const *l);
Dstrv.c80 char** strv_copy(char * const *l) { in strv_copy() function
Dfileio.c1111 copy = strv_copy((char**) search); in search_and_fopen()
/systemd-251/src/udev/
Dudevadm-wait.c322 arg_devices = strv_copy(argv + optind); in parse_argv()
Dudevadm-lock.c130 arg_cmdline = strv_copy(argv + optind); in parse_argv()
/systemd-251/src/shared/
Dbus-polkit.c381 q->details = strv_copy((char**) details); in bus_verify_polkit_async()
Duserdb.c1231 iterator->members_of_group = strv_copy(gr->members); in membershipdb_by_group()
1326 iterator->members_of_group = strv_copy(g->gr_mem); in membershipdb_iterator_get()
/systemd-251/src/tty-ask-password-agent/
Dtty-ask-password-agent.c644 arguments = strv_copy(argv); in ask_on_consoles()
/systemd-251/src/libsystemd-network/
Dsd-dhcp6-client.c419 s = strv_copy(user_class); in sd_dhcp6_client_set_request_user_class()
440 s = strv_copy(vendor_class); in sd_dhcp6_client_set_request_vendor_class()
Dsd-dhcp-client.c610 s = strv_copy(user_class); in sd_dhcp_client_set_user_class()
/systemd-251/src/sysusers/
Dsysusers.c316 l = strv_copy(gr->gr_mem); in putgrent_with_members()
360 l = strv_copy(sg->sg_mem); in putsgent_with_members()
/systemd-251/src/core/
Dmain.c1460 env_block = strv_copy(environ); in become_shutdown()
2631 l = strv_copy(environ); in save_env()
Dmanager.c676 m->transient_environment = strv_copy(environ); in manager_default_environment()
3706 nl = strv_copy(m->transient_environment); in build_generator_environment()
/systemd-251/src/udev/net/
Dlink-config.c812 altnames = strv_copy(config->alternative_names); in link_apply_alternative_names()
/systemd-251/src/portable/
Dportablectl.c192 k = strv_copy(l); in determine_matches()
/systemd-251/src/sysupdate/
Dsysupdate-transfer.c539 t->target.patterns = strv_copy(t->source.patterns); in transfer_read_definition()
/systemd-251/src/nspawn/
Dnspawn-mount.c815 sv = strv_copy(lower); in joined_and_escaped_lower_dirs()
/systemd-251/src/libsystemd/sd-bus/
Dbus-creds.c1309 n->well_known_names = strv_copy(c->well_known_names); in bus_creds_extend_by_pid()
/systemd-251/src/run/
Drun.c561 l = strv_copy(argv + optind); in parse_argv()

12