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

/external/openssh/
H A Dsftp.c124 #define SORT_FLAGS (LS_NAME_SORT|LS_TIME_SORT|LS_SIZE_SORT) macro
421 *lflag &= ~SORT_FLAGS;
428 *lflag &= ~SORT_FLAGS;
445 *lflag &= ~SORT_FLAGS;
732 if (lflag & SORT_FLAGS) {
735 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT);

Completed in 72 milliseconds