Home
last modified time | relevance | path

Searched full:defined (Results 1 – 25 of 10070) sorted by relevance

12345678910>>...403

/freebsd/contrib/tcsh/
H A Dhost.defs37 macro : M_mips64el : (defined(mips64) && defined(MIPSEL))
38 macro : M_mips64eb : (defined(mips64) && defined(MIPSEB))
39 macro : M_mipsel : (!defined(M_mips64el) && defined(mips) && defined(MIPSEL))
40 macro : M_mipseb : (!defined(M_mips64eb) && defined(mips) && defined(MIPSEB))
41 macro : M_amd64: (defined(amd64) || defined(x86_64))
42 macro : M_i386 : defined(i386)
43 macro : M_i486 : defined(i486)
44 macro : M_i586 : defined(i586)
45 macro : M_i686 : defined(i686)
46 macro : M_intel : (defined(M_i386) || defined(M_i486) || defined(M_i586))
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_digest_private.h63 #if defined(ARCHIVE_CRYPTO_MD5_LIBC)
66 #if defined(ARCHIVE_CRYPTO_RMD160_LIBC)
69 #if defined(ARCHIVE_CRYPTO_SHA1_LIBC)
72 #if defined(ARCHIVE_CRYPTO_SHA256_LIBC) ||\
73 defined(ARCHIVE_CRYPTO_SHA256_LIBC2) ||\
74 defined(ARCHIVE_CRYPTO_SHA256_LIBC3) ||\
75 defined(ARCHIVE_CRYPTO_SHA384_LIBC) ||\
76 defined(ARCHIVE_CRYPTO_SHA384_LIBC2) ||\
77 defined(ARCHIVE_CRYPTO_SHA384_LIBC3) ||\
78 defined(ARCHIVE_CRYPTO_SHA512_LIBC) ||\
[all …]
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dsiglist8 #if defined(SIGHUP) && !defined(HAD_SIGHUP)
11 #if defined(SIGINT) && !defined(HAD_SIGINT)
14 #if defined(SIGQUIT) && !defined(HAD_SIGQUIT)
17 #if defined(SIGILL) && !defined(HAD_SIGILL)
20 #if defined(SIGTRAP) && !defined(HAD_SIGTRAP)
23 #if defined(SIGIOT) && !defined(HAD_SIGIOT)
26 #if defined(SIGEMT) && !defined(HAD_SIGEMT)
29 #if defined(SIGFPE) && !defined(HAD_SIGFPE)
32 #if defined(SIGKILL) && !defined(HAD_SIGKILL)
35 #if defined(SIGBUS) && !defined(HAD_SIGBUS)
[all …]
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dsiglist8 #if defined(SIGHUP) && !defined(HAD_SIGHUP)
11 #if defined(SIGINT) && !defined(HAD_SIGINT)
14 #if defined(SIGQUIT) && !defined(HAD_SIGQUIT)
17 #if defined(SIGILL) && !defined(HAD_SIGILL)
20 #if defined(SIGTRAP) && !defined(HAD_SIGTRAP)
23 #if defined(SIGIOT) && !defined(HAD_SIGIOT)
26 #if defined(SIGEMT) && !defined(HAD_SIGEMT)
29 #if defined(SIGFPE) && !defined(HAD_SIGFPE)
32 #if defined(SIGKILL) && !defined(HAD_SIGKILL)
35 #if defined(SIGBUS) && !defined(HAD_SIGBUS)
[all …]
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dsiglist8 #if defined(SIGHUP) && !defined(HAD_SIGHUP)
11 #if defined(SIGINT) && !defined(HAD_SIGINT)
14 #if defined(SIGQUIT) && !defined(HAD_SIGQUIT)
17 #if defined(SIGILL) && !defined(HAD_SIGILL)
20 #if defined(SIGTRAP) && !defined(HAD_SIGTRAP)
23 #if defined(SIGIOT) && !defined(HAD_SIGIOT)
26 #if defined(SIGEMT) && !defined(HAD_SIGEMT)
29 #if defined(SIGFPE) && !defined(HAD_SIGFPE)
32 #if defined(SIGKILL) && !defined(HAD_SIGKILL)
35 #if defined(SIGBUS) && !defined(HAD_SIGBUS)
[all …]
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dsiglist8 #if defined(SIGHUP) && !defined(HAD_SIGHUP)
11 #if defined(SIGINT) && !defined(HAD_SIGINT)
14 #if defined(SIGQUIT) && !defined(HAD_SIGQUIT)
17 #if defined(SIGILL) && !defined(HAD_SIGILL)
20 #if defined(SIGTRAP) && !defined(HAD_SIGTRAP)
23 #if defined(SIGIOT) && !defined(HAD_SIGIOT)
26 #if defined(SIGEMT) && !defined(HAD_SIGEMT)
29 #if defined(SIGFPE) && !defined(HAD_SIGFPE)
32 #if defined(SIGKILL) && !defined(HAD_SIGKILL)
35 #if defined(SIGBUS) && !defined(HAD_SIGBUS)
[all …]
/illumos-gate/usr/src/head/
H A Dunistd.h54 #if !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2) || defined(__EXTENSIONS__)
59 #endif /* !defined(__XOPEN_OR_POSIX) || defined(_XPG4_2)... */
75 #if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__)
83 #endif /* !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) */
85 #if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__)
89 #endif /* !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) */
106 #if defined(_XPG6)
137 #if defined(_XPG6)
171 #if defined(_XPG6)
198 #if !defined(_LP64) && _FILE_OFFSET_BITS == 64
[all …]
H A Dfcntl.h36 #if defined(__EXTENSIONS__) || defined(_XPG4)
46 #if defined(__EXTENSIONS__) || defined(_XPG4)
61 #endif /* defined(__EXTENSIONS__) || defined(_XPG4) */
63 #if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__)
71 #endif /* !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) */
75 #if !defined(_LP64) && _FILE_OFFSET_BITS == 64
79 #if !defined(__XOPEN_OR_POSIX) || defined(_XPG6) || defined(__EXTENSIONS__)
82 #endif /* !defined(__XOPEN_OR_POSIX) || defined(_XPG6) || ... */
83 #if defined(__EXTENSIONS__) || !defined(__XOPEN_OR_POSIX) || \
84 defined(_ATFILE_SOURCE)
[all …]
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Dbrg_endian.h29 #if defined( _MSC_VER ) && defined( __clang__ )
34 #if defined( __sun )
36 #elif defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __NetBSD__ )
38 #elif defined( BSD ) && ( BSD >= 199103 ) || defined( __APPLE__ ) || \
39 defined( __CYGWIN32__ ) || defined( __DJGPP__ ) || defined( __osf__ )
41 #elif defined( __linux__ ) || defined( __GNUC__ ) || defined( __GNU_LIBRARY__ )
42 # if !defined( __MINGW32__ ) && !defined( _AIX )
44 # if !defined( __BEOS__ )
54 #if defined( __ORDER_BIG_ENDIAN__ ) && defined( __ORDER_LITTLE_ENDIAN__ )
55 # if defined( __BYTE_ORDER__ ) && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_rel_detector.c44 #if defined(EM_MIPS) && defined (R_MIPS_32) in _dwarf_is_32bit_abs_reloc()
47 #if defined (R_MIPS_32) in _dwarf_is_32bit_abs_reloc()
50 #if defined (R_MIPS_TLS_DTPREL32) in _dwarf_is_32bit_abs_reloc()
56 #if defined(EM_SPARC32PLUS) && defined (R_SPARC_UA32) in _dwarf_is_32bit_abs_reloc()
59 #if defined(R_SPARC_UA32) in _dwarf_is_32bit_abs_reloc()
62 #if defined(R_SPARC_TLS_DTPOFF32) in _dwarf_is_32bit_abs_reloc()
68 #if defined(EM_SPARCV9) && defined (R_SPARC_UA32) in _dwarf_is_32bit_abs_reloc()
73 #if defined(EM_SPARC) && defined (R_SPARC_UA32) in _dwarf_is_32bit_abs_reloc()
76 #if defined(R_SPARC_UA32) in _dwarf_is_32bit_abs_reloc()
85 #if defined(EM_386) && defined (R_386_32) && defined (R_386_PC32) in _dwarf_is_32bit_abs_reloc()
[all …]
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h52 #if defined( hpux ) || defined( sunos5 ) || defined ( sgi ) || defined( SVR4 )
60 #if !defined( USE_SYSCONF ) && defined( SYSV )
68 #if !defined( USE_SETSID ) && defined( SYSV )
75 #if !defined( NEED_FILIO ) && defined( SYSV ) && !defined( hpux ) && !defined( AIX )
82 #if !defined( USE_LOCKF ) && ( defined( SYSV ) || defined( aix ))
89 #if !defined( USE_WAITPID ) && ( defined( SYSV ) || defined( sunos4 ) || defined( ultrix ) || defin…
96 #if ( defined( SunOS ) && SunOS < 40 ) || defined( nextstep )
112 * defined the options for openlog (syslog)
124 #if ( defined( SYSV ) || defined( VMS ) || defined( netbsd ) || defined( freebsd ) || defined( linu…
134 #if defined( sunos4 ) || defined( ultrix ) || defined( OSF1 )
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Disa_defs.h36 #if defined(__x86_64) || defined(__x86_64__)
38 #if !defined(__x86_64)
42 #if !defined(__amd64)
46 #if !defined(__x86)
50 #if defined(_ILP32)
53 #if !defined(_LP64)
58 #if !defined(_ZFS_LITTLE_ENDIAN)
66 #elif defined(__i386) || defined(__i386__)
68 #if !defined(__i386)
72 #if !defined(__x86)
[all …]
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAtapi.h16 /// ATA5_IDENTIFY_DATA is defined in ATA-5.
253 /// Standard Quiry Data format, defined in SFF-8070i(ATAPI Removable Rewritable Specification).
277 /// Request Sense Standard Data, defined in SFF-8070i(ATAPI Removable Rewritable Specification).
305 /// READ CAPACITY Data, defined in SFF-8070i(ATAPI Removable Rewritable Specification).
320 /// defined in SFF-8070i(ATAPI Removable Rewritable Specification).
339 /// Test Unit Ready Command, defined in SFF-8070i(ATAPI Removable Rewritable Specification).
357 /// INQUIRY Command, defined in SFF-8070i(ATAPI Removable Rewritable Specification).
363 UINT8 page_code; ///< defined in SFF8090i, V6
376 /// REQUEST SENSE Command, defined in SFF-8070i(ATAPI Removable Rewritable Specification).
395 /// READ (10) Command, defined in SFF-8070i(ATAPI Removable Rewritable Specification).
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Disa_defs.h29 #if defined(__x86_64) || defined(__x86_64__)
31 #if !defined(__x86_64)
35 #if !defined(__amd64)
39 #if !defined(__x86)
43 #if defined(_ILP32)
46 #if !defined(_LP64)
52 #elif defined(__i386) || defined(__i386__)
54 #if !defined(__i386)
58 #if !defined(__x86)
62 #if !defined(_ILP32)
[all …]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Diconv_tm.h40 #if !defined(DEBUG)
45 #if defined(DEBUG)
107 #if !defined(_LP64) && !defined(_LITTLE_ENDIAN)
111 #if !defined(_LP64) && defined(_LITTLE_ENDIAN)
122 #if !defined(_LP64) && !defined(_LITTLE_ENDIAN)
126 #if !defined(_LP64) && defined(_LITTLE_ENDIAN)
139 #if !defined(_LP64) && !defined(_LITTLE_ENDIAN)
143 #if !defined(_LP64) && defined(_LITTLE_ENDIAN)
149 #if !defined(_LP64) && !defined(_LITTLE_ENDIAN)
153 #if !defined(_LP64) && defined(_LITTLE_ENDIAN)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dimmintrin.h13 #if !defined(__i386__) && !defined(__x86_64__)
19 #if !defined(__SCE__) || __has_feature(modules) || defined(__MMX__)
23 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE__)
27 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE2__)
31 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE3__)
35 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSSE3__)
39 #if !defined(__SCE__) || __has_feature(modules) || \
40 (defined(__SSE4_2__) || defined(__SSE4_1__))
44 #if !defined(__SCE__) || __has_feature(modules) || \
45 (defined(__AES__) || defined(__PCLMUL__))
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_platform.h35 #if (defined __APPLE__ && defined __MACH__)
41 #if (defined __linux)
44 #elif (defined __linux__)
50 #if (defined __DragonFly__)
55 #if (defined __FreeBSD__)
60 #if (defined __NetBSD__)
65 #if (defined __OpenBSD__)
70 #if (defined __GNU__)
75 #if (defined __sun__ && defined __svr4__)
80 #if (defined __wasi__) || (defined __EMSCRIPTEN__)
[all …]
/freebsd/contrib/tnftp/
H A Dtnftp.h12 #if defined(HAVE_SYS_TYPES_H)
15 #if defined(STDC_HEADERS)
20 #if defined(HAVE_LIBGEN_H)
23 #if defined(HAVE_UNISTD_H)
26 #if defined(HAVE_POLL_H)
28 #elif defined(HAVE_SYS_POLL_H)
31 #if defined(HAVE_SYS_SOCKET_H)
34 #if defined(HAVE_NETINET_IN_H)
37 #if defined(HAVE_NETINET_IN_SYSTM_H)
40 #if defined(HAVE_NETINET_IP_H)
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dtermios.h36 #if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__)
39 #endif /* !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) */
48 * _POSIX_VDISABLE has been defined in <sys/termios.h> since the
53 * defined in <unistd.h> while still allowing for it's existence
55 * be defined in <unistd.h>.
57 #if !defined(_XPG6) || defined(__EXTENSIONS__)
61 #endif /* !defined(_XPG6) || defined(__EXTENSIONS__) */
63 #if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__)
66 #endif /* !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__) */
70 #if !defined(__XOPEN_OR_POSIX) || defined(__EXTENSIONS__)
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dcond-func.mk6 # The below test uses the 'defined' function since it has no side-effects.
11 DEF= defined
21 .if !defined(DEF)
26 .if !defined( DEF)
31 .if !defined(DEF )
36 # expect+1: Missing ")" after argument "A" for "defined"
37 .if !defined(A B)
42 .if !defined(${:UA B})
52 # expect+1: Missing ")" after argument "A" for "defined"
53 .if !defined(A&B)
[all …]
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/
H A Ducs_to_sb.h39 #if defined(US_ASCII)
42 #elif defined(ISO_8859_1)
45 #elif defined(ISO_8859_2)
48 #elif defined(ISO_8859_3)
51 #elif defined(ISO_8859_4)
54 #elif defined(ISO_8859_5)
57 #elif defined(ISO_8859_6)
60 #elif defined(ISO_8859_7)
63 #elif defined(ISO_8859_8)
66 #elif defined(ISO_8859_9)
[all …]
H A Dsb_to_ucs.h34 #if defined(US_ASCII)
37 #elif defined(ISO_8859_1)
40 #elif defined(ISO_8859_2)
43 #elif defined(ISO_8859_3)
46 #elif defined(ISO_8859_4)
49 #elif defined(ISO_8859_5)
52 #elif defined(ISO_8859_6)
55 #elif defined(ISO_8859_7)
58 #elif defined(ISO_8859_8)
61 #elif defined(ISO_8859_9)
[all …]
H A Dsb_to_ucs.c55 #if defined(UTF_16BE) || defined(UCS_2BE) || defined(UCS_4BE) || \ in _icv_open()
56 defined(UTF_32BE) in _icv_open()
59 #elif defined(UTF_16LE) || defined(UCS_2LE) || defined(UCS_4LE) || \ in _icv_open()
60 defined(UTF_32LE) in _icv_open()
63 #elif defined(_LITTLE_ENDIAN) in _icv_open()
91 #if defined(UTF_16) || defined(UTF_16BE) || defined(UTF_16LE) in _icv_iconv()
103 #if defined(UCS_2) || defined(UCS_4) || defined(UTF_16) || defined(UTF_32) in _icv_iconv()
116 #if defined(UTF_16) || defined(UTF_16BE) || defined(UTF_16LE) in _icv_iconv()
128 #if defined(UCS_2) || defined(UCS_2BE) || defined(UCS_2LE) in _icv_iconv()
133 #elif defined(UTF_16) || defined(UTF_16BE) || defined(UTF_16LE) in _icv_iconv()
[all …]
H A Dutf8_to_sb.h42 #if defined(US_ASCII)
45 #elif defined(ISO_8859_1)
48 #elif defined(ISO_8859_2)
51 #elif defined(ISO_8859_3)
54 #elif defined(ISO_8859_4)
57 #elif defined(ISO_8859_5)
60 #elif defined(ISO_8859_6)
63 #elif defined(ISO_8859_7)
66 #elif defined(ISO_8859_8)
69 #elif defined(ISO_8859_9)
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_hw.h33 #if !defined(_BIG_ENDIAN) && !defined(_LITTLE_ENDIAN) && \
34 !defined(__BIG_ENDIAN) && !defined(__LITTLE_ENDIAN)
35 #error Host endianness not defined
38 #if !defined(_BIT_FIELDS_HTOL) && !defined(_BIT_FIELDS_LTOH) && \
39 !defined(__BIT_FIELDS_HTOL) && !defined(__BIT_FIELDS_LTOH)
40 #error Bit ordering not defined
89 #if defined(_BIG_ENDIAN)
93 #if defined(_BIT_FIELDS_HTOL)
98 #elif defined(_BIT_FIELDS_LTOH)
105 #if !defined(_BIG_ENDIAN)
[all …]

12345678910>>...403