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

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c115 #define LS_REVERSE_SORT 0x0040 /* Reverse sort order */ macro
438 *lflag |= LS_REVERSE_SORT;
679 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1;
731 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT);

Completed in 114 milliseconds