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