Searched refs:SLEEPTIME (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c88 #ifndef SLEEPTIME
89 #define SLEEPTIME 4 /* sleeptime before login incorrect msg */ macro
105 static int sleeptime = SLEEPTIME;
219 * Use the same value of SLEEPTIME that login(1) uses. This
232 if ((ptr = defread("SLEEPTIME=")) != NULL)
236 sleeptime = SLEEPTIME;
/illumos-gate/usr/src/cmd/su/
H A Dsu.c92 #ifndef SLEEPTIME
93 #define SLEEPTIME 4 macro
188 int sleeptime = SLEEPTIME;
303 if ((ptr = defread("SLEEPTIME=")) != NULL) {
306 sleeptime = SLEEPTIME;
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh489 sleep $SLEEPTIME
654 SLEEPTIME=5
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c111 #ifndef SLEEPTIME
112 #define SLEEPTIME 4 /* sleeptime before login incorrect msg */ macro
114 static int Sleeptime = SLEEPTIME;
420 Sleeptime = SLEEPTIME;
1300 if ((ptr = defread("SLEEPTIME=")) != NULL) {
/illumos-gate/usr/src/cmd/init/
H A Dinit.c148 * SLEEPTIME The number of seconds "init" sleeps between wakeups if
151 #define SLEEPTIME (5 * 60) macro
869 SLEEPTIME * MILLISEC);

Completed in 79 milliseconds