/freebsd/contrib/bc/tests/ |
H A D | script.sh | 119 halt="halt" 123 halt="q" 197 printf '%s\n' "$halt" 2> /dev/null | "$d" "$s" > "$results" 202 printf '%s\n' "$halt" 2> /dev/null | "$d" "$s" | sed -n -f "$testdir/script.sed" > "$results" 215 printf '%s\n' "$halt" 2> /dev/null | /usr/bin/time -p "$exe" "$@" $options "$s" > "$out" 219 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" $options "$s" > "$out"
|
H A D | test.sh | 116 halt="halt" 120 halt="q" 141 printf '%s\n' "$halt" 2> /dev/null | "$d" $options "$name" > "$results" 160 printf '%s\n' "$halt" 2> /dev/null | /usr/bin/time -p "$exe" "$@" $options "$name" > "$out" 164 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" $options "$name" > "$out"
|
H A D | other.sh | 75 halt="quit" 77 halt="q" 91 halt="halt" 97 halt="q" 115 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" > /dev/null 2>&1 119 # bc has two halt or quit commands, so test the second as well. 149 printf 'halt\n' 2> /dev/null | "$exe" "$@" -e 4 > /dev/null 171 printf 'halt\n' 2> /dev/null | "$exe" "$@" --redefine=print -e 'define print(x) { x }' -e 'print(5)' > "$redefine_out" 176 printf 'halt\ [all...] |
H A D | errors.sh | 91 halt="halt" 96 halt="q" 101 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" -e "1+1" -f- -e "2+2" 2> "$out" > /dev/null 106 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" -e "1+1" -f- -f "$testdir/$d/decimal.txt" 2> "$out" > /dev/null
|
H A D | error.sh | 102 halt="halt" 107 halt="q" 112 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" $opts -c "$testfile" 2> "$out" > /dev/null 121 printf '%s\n' "$halt" 2> /dev/null | "$exe" "$@" $opts -C "$testfile" 2> "$out" > /dev/null
|
/freebsd/contrib/netbsd-tests/dev/raidframe/ |
H A D | t_raid.sh | 72 rump.halt 106 rump.halt 123 rump.halt 150 rump.halt 163 rump.halt 194 rump.halt 212 rump.halt 244 rump.halt 262 rump.halt 294 rump.halt [all …]
|
/freebsd/contrib/netbsd-tests/lib/librumpclient/ |
H A D | t_exec.sh | 52 rump.halt 75 rump.halt 98 rump.halt 127 rump.halt 144 rump.halt
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | atmel-sama5d4-wdt.txt | 15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is 22 - atmel,dbg-halt: present if you want to stop the watchdog when the CPU is 32 atmel,dbg-halt; 33 atmel,idle-halt;
|
H A D | atmel-wdt.txt | 28 - atmel,idle-halt : Should be present if you want to stop the watchdog when 35 - atmel,dbg-halt : Should be present if you want to stop the watchdog when 47 atmel,dbg-halt; 48 atmel,idle-halt;
|
/freebsd/contrib/netbsd-tests/lib/librumphijack/ |
H A D | t_asyncio.sh | 47 rump.halt 66 rump.halt 86 rump.halt
|
H A D | t_sh.sh | 57 rump.halt 84 rump.halt
|
H A D | t_tcpip.sh | 69 rump.halt 151 rump.halt 243 RUMP_SERVER=unix://serversock rump.halt 2> /dev/null 244 RUMP_SERVER=unix://clientsock rump.halt 2> /dev/null
|
/freebsd/contrib/netbsd-tests/usr.sbin/traceroute/ |
H A D | t_traceroute.sh | 78 env RUMP_SERVER=unix://commsock1 rump.halt 79 env RUMP_SERVER=unix://commsock2 rump.halt 80 env RUMP_SERVER=unix://commsock3 rump.halt
|
/freebsd/contrib/netbsd-tests/dev/cgd/ |
H A D | t_cgd.sh | 61 env RUMP_SERVER=unix://csock rump.halt || true 99 env RUMP_SERVER=unix://csock rump.halt || true 150 env RUMP_SERVER=unix://csock rump.halt || true
|
/freebsd/contrib/netbsd-tests/net/mpls/ |
H A D | t_mpls_fw.sh | 139 RUMP_SERVER=${RUMP_SERVER1} rump.halt 140 RUMP_SERVER=${RUMP_SERVER2} rump.halt 141 RUMP_SERVER=${RUMP_SERVER3} rump.halt 142 RUMP_SERVER=${RUMP_SERVER4} rump.halt
|
H A D | t_rfc4182.sh | 141 RUMP_SERVER=${RUMP_SERVER1} rump.halt 142 RUMP_SERVER=${RUMP_SERVER2} rump.halt 143 RUMP_SERVER=${RUMP_SERVER3} rump.halt 144 RUMP_SERVER=${RUMP_SERVER4} rump.halt
|
H A D | t_ldp_regen.sh | 158 RUMP_SERVER=${RUMP_SERVER1} rump.halt 159 RUMP_SERVER=${RUMP_SERVER2} rump.halt 160 RUMP_SERVER=${RUMP_SERVER3} rump.halt 161 RUMP_SERVER=${RUMP_SERVER4} rump.halt
|
H A D | t_mpls_fw64.sh | 167 RUMP_SERVER=${RUMP_SERVER1} rump.halt 168 RUMP_SERVER=${RUMP_SERVER2} rump.halt 169 RUMP_SERVER=${RUMP_SERVER3} rump.halt 170 RUMP_SERVER=${RUMP_SERVER4} rump.halt
|
H A D | t_mpls_fw6.sh | 169 RUMP_SERVER=${RUMP_SERVER1} rump.halt 170 RUMP_SERVER=${RUMP_SERVER2} rump.halt 171 RUMP_SERVER=${RUMP_SERVER3} rump.halt 172 RUMP_SERVER=${RUMP_SERVER4} rump.halt
|
/freebsd/contrib/bc/tests/bc/errors/ |
H A D | 26.txt | 21 halt -1.5) 32 halt
|
/freebsd/contrib/netbsd-tests/crypto/opencrypto/ |
H A D | t_opencrypto.sh | 40 rump.halt 48 atf_set require.progs rump_server rump.sysctl rump.halt 69 rump.halt
|
/freebsd/contrib/netbsd-tests/net/if_tun/ |
H A D | t_tun.sh | 63 RUMP_SERVER=${SOCK_LOCAL} rump.halt 129 RUMP_SERVER=${SOCK_LOCAL} rump.halt 130 RUMP_SERVER=${SOCK_REMOTE} rump.halt
|
/freebsd/contrib/netbsd-tests/fs/ffs/ |
H A D | t_quotalimit.sh | 85 atf_check -s exit:0 rump.halt 132 atf_check -s exit:0 rump.halt 179 atf_check -s exit:0 rump.halt 226 atf_check -s exit:0 rump.halt 278 atf_check -s exit:0 rump.halt 330 atf_check -s exit:0 rump.halt
|
/freebsd/sbin/reboot/ |
H A D | Makefile | 4 MLINKS= reboot.8 halt.8 reboot.8 fastboot.8 reboot.8 fasthalt.8 15 LINKS= ${BINDIR}/reboot ${BINDIR}/halt \
|
/freebsd/contrib/netbsd-tests/net/route/ |
H A D | t_change.sh | 61 env RUMP_SERVER=unix://commsock rump.halt 94 env RUMP_SERVER=unix://commsock rump.halt 159 env RUMP_SERVER=unix://commsock rump.halt 226 env RUMP_SERVER=unix://commsock rump.halt 293 env RUMP_SERVER=unix://commsock rump.halt
|