Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsftp.c107 #define LS_REVERSE_SORT 0x0040 /* Reverse sort order */ macro
497 *lflag |= LS_REVERSE_SORT; in parse_ls_flags()
813 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()
866 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()
925 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sglob_comp()
1009 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_globbed_ls()