OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
psort
usr.bin/finger/extern.h
55
int psort(const void *, const void *);
usr.bin/finger/sprint.c
139
(void)qsort(list, entries, sizeof(PERSON *), psort);