Home
last modified time | relevance | path

Searched refs:strv_prepend (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dstrv.h37 int strv_prepend(char ***l, const char *value);
Dstrv.c519 int strv_prepend(char ***l, const char *value) { in strv_prepend() function
/systemd-251/src/udev/scsi_id/
Dscsi_id.c207 r = strv_prepend(&options_argv, ""); /* getopt skips over argv[0] */ in get_file_options()
/systemd-251/src/systemctl/
Dsystemctl-edit.c441 r = strv_prepend(&unit_paths, path); in find_paths_to_edit()