Searched refs:sort_flag (Results 1 – 1 of 1) sorted by relevance
104 int sort_flag; variable785 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()788 if (sort_flag & LS_NAME_SORT) in sdirent_comp()790 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()792 else if (sort_flag & LS_SIZE_SORT) in sdirent_comp()838 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()893 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sglob_comp()896 if (sort_flag & LS_NAME_SORT) in sglob_comp()898 else if (sort_flag & LS_TIME_SORT) { in sglob_comp()909 } else if (sort_flag & LS_SIZE_SORT) in sglob_comp()[all …]