Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkctl.c117 _cleanup_free_ bool *matched_patterns = NULL; in dump_link_description() local
126 matched_patterns = new0(bool, strv_length(patterns)); in dump_link_description()
127 if (!matched_patterns) in dump_link_description()
155 matched_patterns[pos] = true; in dump_link_description()
163 if (matched_patterns[pos]) in dump_link_description()
490 … int decode_link(sd_netlink_message *m, LinkInfo *info, char **patterns, bool matched_patterns[]) { in decode_link() argument
522 assert(matched_patterns); in decode_link()
538 matched_patterns[pos] = true; in decode_link()
732 _cleanup_free_ bool *matched_patterns = NULL; in acquire_link_info() local
734 matched_patterns = new0(bool, strv_length(patterns)); in acquire_link_info()
[all …]