Home
last modified time | relevance | path

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

/systemd-251/src/systemctl/
Dsystemctl-list-units.c334 static int socket_info_compare(const struct socket_info *a, const struct socket_info *b) { in socket_info_compare() function
490 typesafe_qsort(socket_infos, cs, socket_info_compare); in verb_list_sockets()