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

/freebsd-10.1-release/crypto/openssh/
H A Dsftp.c133 #define SORT_FLAGS (LS_NAME_SORT|LS_TIME_SORT|LS_SIZE_SORT) macro
465 *lflag &= ~SORT_FLAGS;
472 *lflag &= ~SORT_FLAGS;
489 *lflag &= ~SORT_FLAGS;
803 if (lflag & SORT_FLAGS) {
806 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT);

Completed in 74 milliseconds