Searched refs:toknum (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1786 int i, toks[9], toknum = 0, match = 1; local
1801 toks[toknum = *cp2 - '1']++;
1802 tp[toknum] = cp1;
1805 te[toknum] = cp1;
1826 toks[toknum] = 0;
1850 else if (toks[toknum = *cp2 - '1']) {
1851 char *cp3 = tp[toknum];
1853 while (cp3 != te[toknum]) {
1874 else if (toks[toknum =
1876 char *cp3=tp[toknum];
[all...]
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c2034 int i, toks[9], toknum = 0, match = 1; local
2049 toks[toknum = *cp2 - '1']++;
2050 tp[toknum] = cp1;
2053 te[toknum] = cp1;
2074 toks[toknum] = 0;
2099 else if (toks[toknum = *cp1 - '1']) {
2100 const char *cp3 = tp[toknum];
2102 while (cp3 != te[toknum]) {
2123 else if (toks[toknum =
2125 const char *cp3=tp[toknum];
[all...]

Completed in 76 milliseconds