| /openbsd-src/regress/lib/libm/msun/ |
| H A D | lround_test.c | 41 #define IGNORE 0x12345 macro 49 ATF_REQUIRE_EQ(result, IGNORE); \ 53 ATF_REQUIRE_MSG(result != IGNORE, "Expected can't be IGNORE!"); \ 77 testall(INFINITY, IGNORE, FE_INVALID); in ATF_TC_BODY() 78 testall(NAN, IGNORE, FE_INVALID); in ATF_TC_BODY() 81 test(lround, 0x7fffffff.8p0, IGNORE, FE_INVALID); in ATF_TC_BODY() 82 test(lround, -0x80000000.8p0, IGNORE, FE_INVALID); in ATF_TC_BODY() 83 test(lround, 0x80000000.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY() 86 test(lroundf, 0x80000000.0p0f, IGNORE, FE_INVALID); in ATF_TC_BODY() 89 test(lround, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY() [all …]
|
| H A D | lrint_test.c | 58 #define IGNORE 0 macro 77 testall(INFINITY, IGNORE, FE_INVALID); in run_tests() 78 testall(NAN, IGNORE, FE_INVALID); in run_tests() 82 test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID); in run_tests() 86 test(lrint, -0x80000000.8p0, IGNORE, FE_INVALID); in run_tests() 87 test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID); in run_tests() 89 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID); in run_tests() 95 test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID); in run_tests() 96 test(lrintf, 0x80000000.0p0f, IGNORE, FE_INVALID); in run_tests() 100 test(lrint, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in run_tests() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | h8300.h | 109 IGNORE = 0x200000, enumerator 405 #define FROM_ABS16 4, B30 | IGNORE 406 #define FROM_ABS32 4, B31 | IGNORE 429 #define TO_ABS16 4, B30 | IGNORE 430 #define TO_ABS32 4, B31 | IGNORE 435 #define TFROM_ABS16 6, 11, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 436 #define TFROM_ABS32 6, 11, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 454 #define TFROM_ABS16_B 6, 10, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 455 #define TFROM_ABS32_B 6, 10, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 527 …{CODE, AV_H8SX, 0, NAME, {{SRC, ABS16DST, E}}, {{PREFIX, 4, B30 | IGNORE, IMM8LIST, DSTABS1… [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
| H A D | h8300.h | 108 IGNORE = 0x200000, enumerator 404 #define FROM_ABS16 4, B30 | IGNORE 405 #define FROM_ABS32 4, B31 | IGNORE 428 #define TO_ABS16 4, B30 | IGNORE 429 #define TO_ABS32 4, B31 | IGNORE 434 #define TFROM_ABS16 6, 11, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 435 #define TFROM_ABS32 6, 11, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 453 #define TFROM_ABS16_B 6, 10, B30 | B20 | B10 | IGNORE, 12, ABS16LIST 454 #define TFROM_ABS32_B 6, 10, B30 | B20 | B11 | IGNORE, 12, ABS32LIST 526 …{CODE, AV_H8SX, 0, NAME, {{SRC, ABS16DST, E}}, {{PREFIX, 4, B30 | IGNORE, IMM8LIST, DSTABS1… [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/ps/ |
| H A D | ignore.out_ascii | 1 PS-IGNORE(1) General Commands Manual PS-IGNORE(1) 9 OpenBSD Febuary 5, 2011 PS-IGNORE(1)
|
| /openbsd-src/regress/usr.bin/mandoc/roff/esc/ |
| H A D | ignore.out_ascii | 1 ESC-IGNORE(1) General Commands Manual ESC-IGNORE(1) 25 OpenBSD May 20, 2022 ESC-IGNORE(1)
|
| /openbsd-src/bin/csh/ |
| H A D | exp.c | 43 #define IGNORE 1 /* in ignore, it means to ignore value, just parse */ macro 89 p2 = exp0(vp, (ignore & IGNORE) || p1); in exp0() 104 p2 = exp1(vp, (ignore & IGNORE) || !p1); in exp1() 167 if (!(ignore & IGNORE)) in exp2c() 207 if (!(ignore & IGNORE)) in exp3() 266 if (!(ignore & IGNORE)) in exp4() 295 if (!(ignore & IGNORE)) in exp5() 380 if (ignore & IGNORE) in exp6() 411 if (ignore & IGNORE) in exp6()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/docs/ |
| H A D | spdx-license.t | 49 my @IGNORE = ( 93 for my $pattern (@IGNORE) {
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| H A D | angel.h | 143 #ifndef IGNORE 144 # define IGNORE(x) ((x)=(x)) macro
|
| H A D | host.h | 200 #ifndef IGNORE 201 #define IGNORE(x) (x = x) /* Silence compiler warnings for unused arguments */ macro
|
| H A D | tx.c | 49 IGNORE(packet); in Angel_TxEngineInit()
|
| H A D | ardi.c | 47 # define IGNORE(x) (x = x) /* must go after #includes to work on Windows */ macro 181 IGNORE(state); in TargetLogCallback() 200 IGNORE(err); in TargetLogInit() 406 IGNORE(sig); in ardi_sigint_handler() 435 IGNORE(stateptr); in receive_reset_acknowledge() 474 IGNORE(stateptr); in receive_booted() 521 IGNORE( dbg_state ); in angel_RDI_open() 1233 IGNORE(stateptr); in HandleStoppedMessage() 1457 IGNORE(sig); in myhandler()
|
| /openbsd-src/lib/libcurses/ |
| H A D | Caps-ncurses | 272 capalias G6 IGNORE XENIX double-ACS_ULCORNER 273 capalias G7 IGNORE XENIX double-ACS_LLCORNER 274 capalias G5 IGNORE XENIX double-ACS_URCORNER 275 capalias G8 IGNORE XENIX double-ACS_LRCORNER 276 capalias Gr IGNORE XENIX double-ACS_LTEE 277 capalias Gr IGNORE XENIX double-ACS_RTEE 278 capalias Gu IGNORE XENIX double-ACS_BTEE 279 capalias Gd IGNORE XENIX double ACS_TTEE 280 capalias Gh IGNORE XENIX double-ACS_HLINE 281 capalias Gv IGNORE XENIX double-ACS_VLINE [all …]
|
| /openbsd-src/sbin/dhcpleased/ |
| H A D | parse.y | 111 %token DHCP_IFACE ERROR SEND VENDOR CLASS ID CLIENT IGNORE DNS ROUTES HOST NAME 301 | IGNORE ROUTES { 304 | IGNORE DNS { 307 | IGNORE STRING { 369 {"ignore", IGNORE}, in lookup()
|
| /openbsd-src/lib/libcurses/tty/ |
| H A D | MKexpanded.sh | 131 sed -e '1,/^IGNORE$/d' -e 's/^@/#/' -e 's/^#[ ]*if_/#if /' -e "s,$TMP,expanded.c,"
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
| H A D | Event.pm | 212 my %IGNORE = (trace => 1, about => 1, control => 1); 213 my $do_info = !grep { !$IGNORE{$_} } keys %$out;
|
| /openbsd-src/gnu/usr.bin/perl/ext/POSIX/t/ |
| H A D | sigaction.t | 21 sub IGNORE { 43 like($oldaction->{HANDLER}, qr/\A(?:DEFAULT|IGNORE)\z/, '$oldaction->{HANDLER}');
|
| /openbsd-src/sbin/fsdb/ |
| H A D | fsdb.c | 453 idesc.id_fix = IGNORE; in CMDFUNCSTART() 471 idesc.id_fix = IGNORE; in dolookup() 583 idesc.id_fix = IGNORE; in CMDFUNCSTART() 632 idesc.id_fix = IGNORE; in CMDFUNCSTART()
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | Makefile.bsd-wrapper | 35 .FORCE: .IGNORE
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | Makefile.bsd-wrapper | 46 .FORCE: .IGNORE
|
| /openbsd-src/sbin/fsck_ext2fs/ |
| H A D | fsck.h | 87 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE}; enumerator
|
| H A D | utilities.c | 398 idesc.id_fix = IGNORE; in getpathname() 501 case IGNORE: in dofix()
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | Makefile.bsd-wrapper | 24 .FORCE: .IGNORE
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | Makefile.bsd-wrapper | 21 .FORCE: .IGNORE
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/ |
| H A D | ipc_wait_timeout.t | 11 BEGIN { $SIG{PIPE} = 'IGNORE' }
|