Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Danlwrk.c51 #define LLEN 50 macro
58 static char Filent[LLEN][NAMESIZE]; /* array of C. file names (text) */
59 static char *Fptr[LLEN]; /* pointers to names in Filent */
310 if (i == LLEN) /* if this is off the end get out */
314 if (Nfiles == LLEN) /* last possible entry */
/illumos-gate/usr/src/cmd/cron/
H A Dcron.h67 #define LLEN UNAMESIZE macro
76 char logname[LLEN];
H A Dfuncs.c176 (void) strlcpy(pmsg->logname, login, LLEN); in cron_sendmsg()
/illumos-gate/usr/src/cmd/power/
H A Dpowerd.c95 #define LLEN 80 macro
775 char power_cycles_st[LLEN]; in is_ok2shutdown()
776 char power_cycle_limit_st[LLEN]; in is_ok2shutdown()
777 char system_board_date_st[LLEN]; in is_ok2shutdown()
928 char pm_variable[LLEN]; in run_idlecheck()
/illumos-gate/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.