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

/opensolaris-onvv-gate/usr/src/cmd/sulogin/
H A Dsulogin.c82 #ifndef SLEEPTIME
83 #define SLEEPTIME 4 /* sleeptime before login incorrect msg */ macro
99 static int sleeptime = SLEEPTIME;
213 * Use the same value of SLEEPTIME that login(1) uses. This
226 if ((ptr = defread("SLEEPTIME=")) != NULL)
230 sleeptime = SLEEPTIME;
/opensolaris-onvv-gate/usr/src/cmd/su/
H A Dsu.c90 #ifndef SLEEPTIME
91 #define SLEEPTIME 4 macro
186 int sleeptime = SLEEPTIME;
298 if ((ptr = defread("SLEEPTIME=")) != NULL) {
301 sleeptime = SLEEPTIME;
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh489 sleep $SLEEPTIME
654 SLEEPTIME=5
/opensolaris-onvv-gate/usr/src/cmd/login/
H A Dlogin.c114 #ifndef SLEEPTIME
115 #define SLEEPTIME 4 /* sleeptime before login incorrect msg */ macro
117 static int Sleeptime = SLEEPTIME;
435 Sleeptime = SLEEPTIME;
1327 if ((ptr = defread("SLEEPTIME=")) != NULL) {
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c145 * SLEEPTIME The number of seconds "init" sleeps between wakeups if
148 #define SLEEPTIME (5 * 60) macro
866 SLEEPTIME * MILLISEC);

Completed in 110 milliseconds