LLEN
if (i == LLEN) /* if this is off the end get out */
if (Nfiles == LLEN) /* last possible entry */
static char Filent[LLEN][NAMESIZE]; /* array of C. file names (text) */
static char *Fptr[LLEN]; /* pointers to names in Filent */
char logname[LLEN];
(void) strlcpy(pmsg->logname, login, LLEN);
char power_cycles_st[LLEN];
char power_cycle_limit_st[LLEN];
char system_board_date_st[LLEN];
char pm_variable[LLEN];