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

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c113 #define LS_TIME_SORT 0x0010 /* Sort by mtime */ macro
120 #define SORT_FLAGS (LS_NAME_SORT|LS_TIME_SORT|LS_SIZE_SORT)
442 *lflag |= LS_TIME_SORT;
684 else if (sort_flag & LS_TIME_SORT)

Completed in 136 milliseconds