Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c129 #define LS_TIME_SORT 0x0010 /* Sort by mtime */ macro
136 #define SORT_FLAGS (LS_NAME_SORT|LS_TIME_SORT|LS_SIZE_SORT)
508 *lflag |= LS_TIME_SORT; in parse_ls_flags()
788 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()