Home
last modified time | relevance | path

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

/openbsd/usr.bin/systat/
H A Dnetstat.c91 static int kf_comp(const void *, const void *);
262 kf_comp(const void *a, const void *b) in kf_comp() function
321 qsort(kf, fcnt, sizeof(*kf), kf_comp); in read_ns()
/openbsd/usr.bin/netstat/
H A Dinet.c99 int kf_comp(const void *, const void *);
104 kf_comp(const void *a, const void *b) in kf_comp() function
158 qsort(kf, fcnt, sizeof(*kf), kf_comp); in protopr()