Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c131 #define LS_REVERSE_SORT 0x0040 /* Reverse sort order */ macro
524 *lflag |= LS_REVERSE_SORT; in parse_ls_flags()
827 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()
880 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()
935 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sglob_comp()
1022 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_globbed_ls()