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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dhostacc.h60 #define MAXHST 12 /* Max. number of hosts allowed on one line */ macro
71 char *ha_hosts[MAXHST]; /* Array of hostnames */
H A Dhostacc.c110 ((iInd < MAXHST) && (pcHost != NULL) && !iLineMatch);
263 if (iHaHind >= MAXHST) {
327 iInd < MAXHST && ptHtmp->ha_hosts[iInd];

Completed in 44 milliseconds