Home
last modified time | relevance | path

Searched refs:SLEEP (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/tests/data/regressions/its4326/
Dits4326122 SLEEP=2
123 echo "Stopping the server and sleeping $SLEEP seconds..."
126 sleep $SLEEP
/netbsd/src/external/bsd/openldap/dist/tests/scripts/
Dtest046-dds280 SLEEP=10
281 echo "Waiting $SLEEP seconds to force a subordinate/superior expiration conflict..."
282 sleep $SLEEP
374 SLEEP=15
375 echo "Waiting $SLEEP seconds for remaining entry to expire..."
376 sleep $SLEEP
Dtest020-proxycache524 SLEEP=`expr $PCACHETTR + $PCACHE_CCPERIOD + 1`
525 echo "Waiting $SLEEP seconds for cache to refresh"
527 sleep $SLEEP
/netbsd/src/games/rogue/
Duse.c254 case SLEEP: in read_scroll()
292 vanish(obj, (obj->which_kind != SLEEP), &rogue.pack); in read_scroll()
Drogue.h100 #define SLEEP 6 macro
Dobject.c439 obj->which_kind = SLEEP; in gr_scroll()
/netbsd/src/games/battlestar/
Dextern.h174 #define SLEEP 1040 macro
Dwords.c180 { "sleep", SLEEP, VERB, NULL },
Dcypher.c550 case SLEEP: in cypher()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Dbuiltins.def41 DEF_BUILTIN (SLEEP, 0, void_ftype_void, sleep, NULL)
Davr.md8737 ;; SLEEP
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_compat.h425 # define SLEEP(x,y) 1; macro
589 # define SLEEP(id, n) tsleep((id), PPAUSE|PCATCH, n, 0) macro
Dip_log.c757 error = SLEEP(unit + softl->iplh, "ipl sleep"); in ipf_log_read()
Dip_auth.c1122 error = SLEEP(&softa->ipf_auth_next, "ipf_auth_next"); in ipf_auth_wait()
Dip_sync.c625 err = SLEEP(&softs->sl_tail, "ipl sleep"); in ipf_sync_read()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Dbuiltins.def44 DEF_BUILTIN (SLEEP, 1, void_ftype_usint, sleep, 1)
/netbsd/src/external/bsd/ipf/dist/
Dip_sync.c638 err = SLEEP(&softs->sl_tail, "ipl sleep");
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmail_params.h2251 #define SLEEP "sleep" macro
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c4333 } else if (strcasecmp(name, SLEEP) == 0) { in generic_checks()
4335 msg_warn("restriction %s must be followed by number", SLEEP); in generic_checks()
/netbsd/src/external/gpl3/binutils/dist/cpu/
Diq2000.cpu264 ("JR" 8) ("JALR" 9) ("JCR" 10) ("SYSCALL" 12) ("BREAK" 13) ("SLEEP" 14)
/netbsd/src/external/gpl3/gdb/dist/cpu/
Diq2000.cpu264 ("JR" 8) ("JALR" 9) ("JCR" 10) ("SYSCALL" 12) ("BREAK" 13) ("SLEEP" 14)