Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/systat/
Dpftop.c99 int sort_age_callback(const void *s1, const void *s2);
259 {"age", "age", 'A', sort_age_callback},
340 sort_age_callback(const void *s1, const void *s2) in sort_age_callback() function