/systemd-251/src/xdg-autostart-generator/ |
D | xdg-autostart-condition.c | 23 desktops = strv_split(xdg_current_desktop, ":"); in run() 28 only_show_in = strv_split(argv[1], ":"); in run() 29 not_show_in = strv_split(argv[2], ":"); in run()
|
/systemd-251/src/test/ |
D | test-strv.c | 263 TEST(strv_split) { in TEST() argument 267 l = strv_split(str, ","); in TEST() 273 l = strv_split(" one two\t three", WHITESPACE); in TEST() 280 l = strv_split(" one two\t three", NULL); in TEST() 323 assert_se(l = strv_split("\\", NULL)); in TEST() 328 assert_se(l = strv_split("aa\\ bb\\", NULL)); in TEST() 333 assert_se(l = strv_split("aa\" bb'", NULL)); in TEST() 340 l = strv_split("", WHITESPACE); in TEST() 345 assert_se(l = strv_split("", NULL)); in TEST() 369 l = strv_split(" ", WHITESPACE); in TEST() [all …]
|
/systemd-251/src/shared/ |
D | extension-release.c | 36 … extension_sysext_scope_list = strv_split(extension_sysext_scope, WHITESPACE); in extension_release_validate()
|
D | pager.c | 110 pager_args = strv_split(pager, WHITESPACE); in pager_open()
|
D | acl-util.c | 218 split = strv_split(text, ","); in parse_acl()
|
D | userdb.c | 423 except = strv_split(e, ":"); in userdb_start_query() 431 only = strv_split(e, ":"); in userdb_start_query()
|
D | bootspec.c | 160 l = strv_split(p, NULL); in boot_entry_load_type1()
|
/systemd-251/src/libsystemd/sd-network/ |
D | sd-network.c | 81 a = strv_split(s, " "); in network_get_strv() 152 a = strv_split(s, " "); in network_link_get_strv()
|
/systemd-251/src/libsystemd/sd-login/ |
D | sd-login.c | 379 a = strv_split(s, NULL); in uid_get_array() 674 sessions = strv_split(session_line, NULL); in sd_seat_get_sessions() 908 _cleanup_strv_free_ char **tt = strv_split(netif_line, NULL); in sd_machine_get_ifindices()
|
/systemd-251/src/modules-load/ |
D | modules-load.c | 37 k = strv_split(p, ","); in add_modules()
|
/systemd-251/src/basic/ |
D | path-lookup.c | 123 config_dirs = strv_split(e, ":"); in xdg_user_dirs() 131 data_dirs = strv_split(e, ":"); in xdg_user_dirs()
|
D | strv.h | 77 static inline char** strv_split(const char *s, const char *separators) { in strv_split() function
|
D | path-util.c | 35 l = strv_split(p, ":"); in path_split_and_make_absolute()
|
D | cgroup-util.c | 1706 v = strv_split(contents, NULL); in cg_is_threaded()
|
/systemd-251/src/udev/scsi_id/ |
D | scsi_id.c | 204 options_argv = strv_split(options_in, " \t"); in get_file_options()
|
/systemd-251/src/activate/ |
D | activate.c | 391 names = strv_split(optarg, ":"); in parse_argv()
|
/systemd-251/src/systemctl/ |
D | systemctl-logind.c | 154 sv = strv_split(what, ":"); in logind_check_inhibitors()
|
D | systemctl-edit.c | 335 editor_args = strv_split(editor, WHITESPACE); in run_editor()
|
/systemd-251/src/libsystemd/sd-path/ |
D | sd-path.c | 458 l = strv_split(e, ":"); in search_from_environment()
|
/systemd-251/src/udev/ |
D | udevadm-trigger.c | 425 subsystems = strv_split(optarg, ","); in trigger_main()
|
/systemd-251/src/userdb/ |
D | userdbctl.c | 1161 l = strv_split(e, ":"); in parse_argv() 1236 l = strv_split(optarg, ":"); in parse_argv()
|
/systemd-251/src/portable/ |
D | portable.c | 589 valid_prefixes = strv_split(prefixes, WHITESPACE); in extract_image_and_extensions() 639 l = strv_split(e, WHITESPACE); in extract_image_and_extensions()
|
/systemd-251/src/dissect/ |
D | dissect.c | 399 l = strv_split(e, WHITESPACE); in get_sysext_scopes()
|
/systemd-251/src/login/ |
D | logind.c | 367 parts = strv_split(fdname, "-"); in parse_fdname()
|
/systemd-251/src/libsystemd-network/ |
D | sd-dhcp-lease.c | 1337 a = strv_split(domains, " "); in dhcp_lease_load()
|