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