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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dhostacc.c73 int iInd, iLineMatch = 0, iUserSeen = 0; local
109 for (iInd = 0, pcHost = ptHtmp->ha_hosts[0];
110 ((iInd < MAXHST) && (pcHost != NULL) && !iLineMatch);
111 pcHost = ptHtmp->ha_hosts[++iInd]) {
312 int iInd; local
326 for (iInd = 0;
327 iInd < MAXHST && ptHtmp->ha_hosts[iInd];
328 iInd++) {
329 free(ptHtmp->ha_hosts[iInd]);
[all...]

Completed in 107 milliseconds