Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsftp.c126 #define LS_TIME_SORT 0x0010 /* Sort by mtime */ macro
133 #define SORT_FLAGS (LS_NAME_SORT|LS_TIME_SORT|LS_SIZE_SORT)
522 *lflag |= LS_TIME_SORT; in parse_ls_flags()
839 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()
951 else if (sort_flag & LS_TIME_SORT) { in sglob_comp()