Home
last modified time | relevance | path

Searched refs:LS_SIZE_SORT (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsftp.c127 #define LS_SIZE_SORT 0x0020 /* Sort by file size */ macro
133 #define SORT_FLAGS (LS_NAME_SORT|LS_TIME_SORT|LS_SIZE_SORT)
500 *lflag |= LS_SIZE_SORT; in parse_ls_flags()
825 else if (sort_flag & LS_SIZE_SORT) in sdirent_comp()
946 } else if (sort_flag & LS_SIZE_SORT) in sglob_comp()