Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsftp.c86 glob_t *sort_glob; variable
921 const char *ap = sort_glob->gl_pathv[a]; in sglob_comp()
922 const char *bp = sort_glob->gl_pathv[b]; in sglob_comp()
923 const struct stat *as = sort_glob->gl_statv[a]; in sglob_comp()
924 const struct stat *bs = sort_glob->gl_statv[b]; in sglob_comp()
1008 sort_glob = &g; in do_globbed_ls()
1011 sort_glob = NULL; in do_globbed_ls()