Searched refs:always (Results 1 - 25 of 261) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbreak-always.exp16 # Test that 'set breakpoint always-inserted 1' is not a brick
18 if { [prepare_for_testing break-always.exp break-always break-always.c] } {
22 set bar_location [gdb_get_line_number "break in bar" break-always.c]
24 gdb_test_no_output "set breakpoint always-inserted on"
26 gdb_test "show breakpoint always-inserted" "mode is on\." \
27 "confirm breakpoint always-inserted"
32 gdb_continue_to_breakpoint "bar" ".*break-always.c:$bar_location.*"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dthumb2_it_bad_auto.d2 #as: -mimplicit-it=always
H A Darm-it-bad-3.d2 #as: -mimplicit-it=always
H A Dthumb2_it_bad.l10 [^:]*:19: Error: instruction is always unconditional -- `bkpteq 0'
H A Darm-it-auto-3.d2 #as: -mthumb -march=armv7a -mimplicit-it=always
H A Dinst-po-3.d2 #as: -mimplicit-it=always
H A Darm-it-auto-2.d2 #as: -mthumb -march=armv7a -mimplicit-it=always
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/powerpc/sys/
H A Dcompat_sigsuspend13.S15 b _C_LABEL(__cerror) # always terminates with EINTR
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/sparc/sys/
H A Dcompat_sigsuspend.S55 ERROR() ! always terminates with EINTR
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-cris/
H A Dwarn3.d7 #warning: warning: isatty is not implemented and will always fail$
H A Dwarn4.d7 #warning: warning: isatty is not implemented and will always fail$
H A Dnoov.d6 # relocation would overflow if it hadn't been wrapping. We always
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc/string/
H A Dstrlen.S53 inc %o0 ! always increment pointer
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A DUss.cnf32 authorityKeyIdentifier=keyid,issuer:always
H A DCAss.cnf73 authorityKeyIdentifier=keyid:always,issuer:always
H A DP1ss.cnf36 authorityKeyIdentifier=keyid,issuer:always
H A DP2ss.cnf39 authorityKeyIdentifier=keyid,issuer:always
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dbgeu.s6 # A second argument of 0 or $0 is always true
H A Dbltu.s6 # A second argument of 0 or $0 is always false
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-elf/
H A Dflags1.d12 # Fails on hppa64 because a PHDR is always added.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D930529-1.x10 # to see that the comparisons are always true, and so the loop code
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D930529-1.x10 # to see that the comparisons are always true, and so the loop code
/netbsd-6-1-5-RELEASE/games/larn/
H A Ddisplay.c22 static char always = 0; variable
69 if (cbak[SPELLS] <= -50 || (always)) {
93 always = 1;
208 if ((always) || (c[idx] != cbak[idx])) {
209 if ((always) || (cbak[idx] == 0)) {
221 always = 0;
362 always = 1;
364 always = 1;
/netbsd-6-1-5-RELEASE/usr.bin/menuc/
H A Dscan.l117 always { return ALWAYS; }
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dopenssl-vms.cnf234 authorityKeyIdentifier=keyid:always,issuer
267 authorityKeyIdentifier=keyid:always

Completed in 220 milliseconds

1234567891011