Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpd.c1968 int machinecount; local
1973 for (machinecount = 0;
1974 (machinecount < MAXARGS) && entry->arg[machinecount];
1975 machinecount++) {
1977 if ((tmphost = wu_gethostbyname(entry->arg[machinecount]))) {
1982 if (!machinecount) {
1983 strncpy(guestservername, entry->arg[machinecount],