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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.h62 #define LLEN UNAMESIZE macro
71 char logname[LLEN];
H A Dfuncs.c176 (void) strlcpy(pmsg->logname, login, LLEN);
/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.c52 #define LLEN 50 macro
59 static char Filent[LLEN][NAMESIZE]; /* array of C. file names (text) */
60 static char *Fptr[LLEN]; /* pointers to names in Filent */
313 if (i == LLEN) /* if this is off the end get out */
317 if (Nfiles == LLEN) /* last possible entry */
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c95 #define LLEN 80 macro
775 char power_cycles_st[LLEN];
776 char power_cycle_limit_st[LLEN];
777 char system_board_date_st[LLEN];
928 char pm_variable[LLEN];

Completed in 60 milliseconds