Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsftp.c105 glob_t *sort_glob; variable
940 const char *ap = sort_glob->gl_pathv[a]; in sglob_comp()
941 const char *bp = sort_glob->gl_pathv[b]; in sglob_comp()
942 const struct stat *as = sort_glob->gl_statv[a]; in sglob_comp()
943 const struct stat *bs = sort_glob->gl_statv[b]; in sglob_comp()
1033 sort_glob = &g; in do_globbed_ls()
1036 sort_glob = NULL; in do_globbed_ls()