DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
modcmp
bin/ls/cmp.c
78
return (modcmp(b, a));
bin/ls/extern.h
35
int modcmp(const FTSENT *, const FTSENT *);
bin/ls/ls.c
429
sortfcn = modcmp;