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

/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp.c120 #define SORT_FLAGS (LS_NAME_SORT|LS_TIME_SORT|LS_SIZE_SORT) macro
417 *lflag &= ~SORT_FLAGS;
424 *lflag &= ~SORT_FLAGS;
441 *lflag &= ~SORT_FLAGS;
728 if (lflag & SORT_FLAGS) {
731 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT);

Completed in 127 milliseconds