Home
last modified time | relevance | path

Searched refs:SLEEPTIME (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sulogin/
H A Dsulogin.c89 #ifndef SLEEPTIME
90 #define SLEEPTIME 4 /* sleeptime before login incorrect msg */ macro
106 static int sleeptime = SLEEPTIME;
237 sleeptime = SLEEPTIME; in main()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.dfl75 # SLEEPTIME controls the number of seconds that the command should
80 #SLEEPTIME=4
H A Dlogin.c111 #ifndef SLEEPTIME
112 #define SLEEPTIME 4 /* sleeptime before login incorrect msg */ macro
114 static int Sleeptime = SLEEPTIME;
420 Sleeptime = SLEEPTIME; in main()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies.cfg36 export SLEEPTIME=30
/illumos-gate/usr/src/cmd/su/
H A Dsu.c93 #ifndef SLEEPTIME
94 #define SLEEPTIME 4 macro
189 int sleeptime = SLEEPTIME; in main()
334 sleeptime = SLEEPTIME; in main()
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh489 sleep $SLEEPTIME
654 SLEEPTIME=5
/illumos-gate/usr/src/cmd/init/
H A Dinit.c155 #define SLEEPTIME (5 * 60) macro
873 SLEEPTIME * MILLISEC); in main()