Searched refs:strv_copy (Results 1 - 12 of 12) sorted by relevance

/systemd/src/basic/
H A Dconf-files.c131 copy = strv_copy((char**) dirs);
H A Dstrv.h46 char **strv_copy(char * const *l);
H A Dstrv.c103 char **strv_copy(char * const *l) { function
/systemd/src/core/
H A Dmain.c619 c = strv_copy(*a);
2071 env_block = strv_copy(environ);
H A Dmanager.c537 m->environment = strv_copy(environ);
/systemd/src/sysusers/
H A Dsysusers.c256 l = strv_copy(gr->gr_mem);
306 l = strv_copy(sg->sg_mem);
/systemd/src/bus-proxyd/
H A Dbus-xml-policy.c1274 conf = strv_copy(configuration);
/systemd/src/nspawn/
H A Dnspawn-mount.c501 sv = strv_copy(lower);
H A Dnspawn.c939 arg_parameters = strv_copy(argv + optind);
/systemd/src/libsystemd/sd-bus/
H A Dbus-creds.c1321 n->well_known_names = strv_copy(c->well_known_names);
H A Dsd-bus.c247 a = strv_copy(argv);
/systemd/src/systemctl/
H A Dsystemctl.c7078 arg_wall = strv_copy(wall);

Completed in 103 milliseconds