Home
last modified time | relevance | path

Searched defs:IGNORE (Results 1 – 14 of 14) sorted by relevance

/freebsd/lib/msun/tests/
H A Dlround_test.c39 #define IGNORE 0x12345 macro
H A Dlrint_test.c62 #define IGNORE 0 macro
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m494 define(`IGNORE',`NOCVT($1)NOFUNC($1)') macro
/freebsd/stand/ficl/aarch64/
H A Dsysdep.h61 #define IGNORE(x) (void)(x) macro
/freebsd/stand/ficl/riscv/
H A Dsysdep.h61 #define IGNORE(x) (void)(x) macro
/freebsd/stand/ficl/amd64/
H A Dsysdep.h62 #define IGNORE(x) &x macro
/freebsd/stand/ficl/i386/
H A Dsysdep.h60 #define IGNORE(x) (void)x macro
/freebsd/stand/ficl/arm/
H A Dsysdep.h61 #define IGNORE(x) (void)(x) macro
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h61 #define IGNORE(x) &x macro
/freebsd/sbin/dhclient/
H A Ddhctoken.h135 #define IGNORE 337 macro
H A Ddhcpd.h170 enum { IGNORE, ACCEPT, PREFER } enumerator
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c76 IGNORE, enumerator
/freebsd/sbin/fsck_ffs/
H A Dfsck.h245 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE}; global() enumerator
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c550 SM_STATE(BE_AUTH, IGNORE) in SM_STATE() argument