Home
last modified time | relevance | path

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

/titanic_44/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 */
/titanic_44/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); in cron_sendmsg()
/titanic_44/usr/src/cmd/power/
H A Dpowerd.c94 #define LLEN 80 macro
766 char power_cycles_st[LLEN]; in is_ok2shutdown()
767 char power_cycle_limit_st[LLEN]; in is_ok2shutdown()
768 char system_board_date_st[LLEN]; in is_ok2shutdown()
919 char pm_variable[LLEN]; in run_idlecheck()
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog6638 or a return, then set LPOS to LLEN and call the function
6921 cl_setcpos before printing BUF, even if LPOS is equal to LLEN.
7243 If LPOS is less than LLEN, add CMDLINE into the history list.