Searched refs:kf_comp (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.bin/systat/ |
H A D | netstat.c | 91 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 D | inet.c | 99 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()
|