Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp.c93 int sort_flag; variable
824 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()
827 if (sort_flag & LS_NAME_SORT) in sdirent_comp()
829 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()
831 else if (sort_flag & LS_SIZE_SORT) in sdirent_comp()
879 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()
944 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sglob_comp()
951 if (sort_flag & LS_NAME_SORT) in sglob_comp()
953 else if (sort_flag & LS_TIME_SORT) { in sglob_comp()
958 } else if (sort_flag & LS_SIZE_SORT) in sglob_comp()
[all …]