Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.c115 #define LS_TIME_SORT 0x0010 /* Sort by mtime */ macro
122 #define SORT_FLAGS (LS_NAME_SORT|LS_TIME_SORT|LS_SIZE_SORT)
511 *lflag |= LS_TIME_SORT; in parse_ls_flags()
835 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()
947 else if (sort_flag & LS_TIME_SORT) { in sglob_comp()