Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsftp.c128 #define LS_REVERSE_SORT 0x0040 /* Reverse sort order */ macro
518 *lflag |= LS_REVERSE_SORT; in parse_ls_flags()
834 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()
887 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()
946 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sglob_comp()
1036 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_globbed_ls()