Searched refs:sizecmp (Results 1 – 3 of 3) sorted by relevance
/openbsd/bin/ls/ | ||
H A D | extern.h | 45 int sizecmp(const FTSENT *, const FTSENT *); |
H A D | cmp.c | 148 sizecmp(const FTSENT *a, const FTSENT *b) in sizecmp() function |
H A D | ls.c | 307 sortfcn = sizecmp; in ls_main() |