/systemd-251/coccinelle/ |
D | strv_free.cocci | 5 - strv_free(p); 7 + p = strv_free(p); 12 - strv_free(p); 14 + p = strv_free(p); 19 - strv_free(p); 22 + p = strv_free(p); 27 - strv_free(p); 28 + strv_free(p);
|
/systemd-251/src/shared/ |
D | net-condition.c | 22 match->path = strv_free(match->path); in net_match_clear() 23 match->driver = strv_free(match->driver); in net_match_clear() 24 match->iftype = strv_free(match->iftype); in net_match_clear() 25 match->kind = strv_free(match->kind); in net_match_clear() 26 match->ifname = strv_free(match->ifname); in net_match_clear() 27 match->property = strv_free(match->property); in net_match_clear() 28 match->wlan_iftype = strv_free(match->wlan_iftype); in net_match_clear() 29 match->ssid = strv_free(match->ssid); in net_match_clear() 247 *sv = strv_free(*sv); in config_parse_match_strv() 304 *sv = strv_free(*sv); in config_parse_match_ifnames() [all …]
|
D | group-record.c | 34 strv_free(g->members); in group_record_free() 36 strv_free(g->administrators); in group_record_free()
|
D | hwdb-util.c | 532 match_list = strv_free(match_list); in import_file() 556 match_list = strv_free(match_list); in import_file() 564 match_list = strv_free(match_list); in import_file()
|
D | sleep-config.c | 670 strv_free(sc->modes[i]); in free_sleep_config() 671 strv_free(sc->states[i]); in free_sleep_config()
|
/systemd-251/src/nspawn/ |
D | nspawn-settings.c | 108 strv_free(h[i].args); in free_oci_hooks() 109 strv_free(h[i].env); in free_oci_hooks() 128 strv_free(s->parameters); in settings_free() 129 strv_free(s->environment); in settings_free() 134 strv_free(s->syscall_allow_list); in settings_free() 135 strv_free(s->syscall_deny_list); in settings_free() 139 strv_free(s->bind_user); in settings_free() 141 strv_free(s->network_interfaces); in settings_free() 142 strv_free(s->network_macvlan); in settings_free() 143 strv_free(s->network_ipvlan); in settings_free() [all …]
|
/systemd-251/src/test/ |
D | test-strv.c | 343 l = strv_free(l); in TEST() 347 l = strv_free(l); in TEST() 352 l = strv_free(l); in TEST() 357 l = strv_free(l); in TEST() 362 l = strv_free(l); in TEST() 367 strv_free(l); in TEST() 372 strv_free(l); in TEST() 377 l = strv_free(l); in TEST() 382 l = strv_free(l); in TEST() 387 l = strv_free(l); in TEST() [all …]
|
D | test-recurse-dir.c | 166 list_nftw = strv_free(list_nftw); in main()
|
/systemd-251/src/libsystemd/sd-login/ |
D | test-login.c | 95 sessions = strv_free(sessions); in TEST() 109 seats = strv_free(seats); in TEST() 205 strv_free(sessions); in TEST() 217 strv_free(seats); in TEST() 232 strv_free(sessions); in TEST()
|
/systemd-251/src/basic/ |
D | env-util.c | 295 strv_free(r); in strv_env_delete() 719 strv_free(ret); in replace_env_argv() 731 strv_free(ret); in replace_env_argv() 732 strv_free(m); in replace_env_argv() 749 strv_free(ret); in replace_env_argv()
|
D | strv.h | 24 char** strv_free(char **l); 25 DEFINE_TRIVIAL_CLEANUP_FUNC(char**, strv_free); 252 strv_free(*_a); \
|
D | strv.c | 66 char** strv_free(char **l) { in strv_free() function 658 strv_free(v); in strv_parse_nulstr() 681 strv_free(r); in strv_split_nulstr() 964 …PS_FULL(string_strv_hash_ops, char, string_hash_func, string_compare_func, free, char*, strv_free);
|
D | path-lookup.c | 758 lp->search_path = strv_free(lp->search_path); in lookup_paths_free() 784 lp->search_path = strv_free(lp->search_path); in lookup_paths_log()
|
/systemd-251/src/sysv-generator/ |
D | sysv-generator.c | 70 strv_free(s->before); in free_sysvstub() 71 strv_free(s->after); in free_sysvstub() 72 strv_free(s->wants); in free_sysvstub() 73 strv_free(s->wanted_by); in free_sysvstub() 692 strv_free(l); in acquire_search_path()
|
/systemd-251/src/boot/efi/ |
D | util.h | 128 CHAR16 **strv_free(CHAR16 **l); 131 strv_free(*p); in strv_freep()
|
/systemd-251/src/network/ |
D | networkd-network.c | 681 strv_free(network->dhcp_user_class); in network_free() 689 strv_free(network->dhcp6_user_class); in network_free() 690 strv_free(network->dhcp6_vendor_class); in network_free() 692 strv_free(network->ntp); in network_free() 698 strv_free(network->bind_carrier); in network_free() 1127 *l = strv_free(*l); in config_parse_ntp()
|
/systemd-251/src/journal/ |
D | journalctl.c | 1103 arg_system_units = strv_free(arg_system_units); in parse_argv() 1684 patterns = strv_free(patterns); in add_units() 2820 strv_free(arg_file); in main() 2823 strv_free(arg_syslog_identifier); in main() 2824 strv_free(arg_system_units); in main() 2825 strv_free(arg_user_units); in main() 2826 strv_free(arg_output_fields); in main()
|
/systemd-251/src/xdg-autostart-generator/ |
D | xdg-autostart-service.c | 33 strv_free(s->only_show_in); in xdg_autostart_service_free() 34 strv_free(s->not_show_in); in xdg_autostart_service_free()
|
/systemd-251/src/resolve/ |
D | resolvectl.c | 1449 strv_free(p->dns); in link_info_clear() 1450 strv_free(p->dns_ex); in link_info_clear() 1451 strv_free(p->domains); in link_info_clear() 1452 strv_free(p->ntas); in link_info_clear() 1458 strv_free(p->dns); in global_info_clear() 1459 strv_free(p->dns_ex); in global_info_clear() 1460 strv_free(p->fallback_dns); in global_info_clear() 1461 strv_free(p->fallback_dns_ex); in global_info_clear() 1462 strv_free(p->domains); in global_info_clear() 1463 strv_free(p->ntas); in global_info_clear()
|
/systemd-251/src/systemctl/ |
D | systemctl-show.c | 75 strv_free(i->argv); in exec_status_info_free() 273 strv_free(info->documentation); in unit_status_info_free() 274 strv_free(info->dropin_paths); in unit_status_info_free() 275 strv_free(info->triggered_by); in unit_status_info_free() 276 strv_free(info->triggers); in unit_status_info_free() 277 strv_free(info->listen); in unit_status_info_free() 1341 strv_free(info.argv); in print_property()
|
/systemd-251/src/core/ |
D | execute.c | 5328 c->environment = strv_free(c->environment); in exec_context_done() 5329 c->environment_files = strv_free(c->environment_files); in exec_context_done() 5330 c->pass_environment = strv_free(c->pass_environment); in exec_context_done() 5331 c->unset_environment = strv_free(c->unset_environment); in exec_context_done() 5352 c->extension_directories = strv_free(c->extension_directories); in exec_context_done() 5358 c->supplementary_groups = strv_free(c->supplementary_groups); in exec_context_done() 5362 c->read_only_paths = strv_free(c->read_only_paths); in exec_context_done() 5363 c->read_write_paths = strv_free(c->read_write_paths); in exec_context_done() 5364 c->inaccessible_paths = strv_free(c->inaccessible_paths); in exec_context_done() 5365 c->exec_paths = strv_free(c->exec_paths); in exec_context_done() [all …]
|
D | manager.c | 658 m->transient_environment = strv_free(m->transient_environment); in manager_default_environment() 1542 strv_free(m->transient_environment); in manager_free() 1543 strv_free(m->client_environment); in manager_free() 1850 m->deserialized_subscribed = strv_free(m->deserialized_subscribed); in manager_startup() 3410 m->deserialized_subscribed = strv_free(m->deserialized_subscribed); in manager_reload() 3847 strv_free(a); in manager_client_environment_modify() 3855 strv_free(m->client_environment); in manager_client_environment_modify() 3858 strv_free(a); in manager_client_environment_modify() 3860 strv_free(b); in manager_client_environment_modify()
|
/systemd-251/src/login/ |
D | logind.c | 168 strv_free(m->kill_only_users); in manager_unref() 169 strv_free(m->kill_exclude_users); in manager_unref() 175 strv_free(m->efi_boot_loader_entries); in manager_unref()
|
D | logind-core.c | 72 m->kill_only_users = strv_free(m->kill_only_users); in manager_reset_config() 73 m->kill_exclude_users = strv_free(m->kill_exclude_users); in manager_reset_config()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | test-bus-objects.c | 422 lines = strv_free(lines); in client() 440 lines = strv_free(lines); in client()
|