Home
last modified time | relevance | path

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

/external/openssh/
Dsftp.c1851 u_int i, hadglob, pwdlen, len, tmplen, filelen, cesc, isesc, isabs; in complete_match() local
1872 for (hadglob = tmplen = pwdlen = 0; tmp[tmplen] != 0; tmplen++) { in complete_match()
1882 pwdlen = tmplen + 1; /* track last seen '/' */ in complete_match()
1891 complete_display(g.gl_pathv, pwdlen); in complete_match()