/freebsd/contrib/tcsh/ |
H A D | host.defs | 37 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/bmake/unit-tests/ |
H A D | cond-func.mk | 11 DEF= defined 21 .if !defined(DEF) 26 .if !defined( DEF) 31 .if !defined(DEF ) 37 .if !defined(A B) 42 .if !defined(${:UA B}) 53 .if !defined(A&B) 57 .if !defined(A|B) 63 .if !defined(VAR(value)) 68 .if !defined(VAR{value}) [all …]
|
H A D | cond-short.mk | 101 .if defined(FIRST) || defined(LAST) || defined(APPENDED) || defined(RAN) 143 .if defined(NUMBER) && ${NUMBER} > 0 171 .if defined(UNDEF) && ${INDIR_UNDEF} < ${NUMBER} 177 .if defined(UNDEF) && ${INDIR_UNDEF:U2} < ${NUMBER} 210 .if defined(UNDEF) && "${INDIR_UNDEF}" < ${NUMBER} 264 .if defined(UNDEF) && ${UNDEF} != "undefined" 280 DEF= defined 283 .if 0 && defined(DEF) 287 .if 1 && defined(DEF) 292 .if 0 && defined(UNDEF) [all …]
|
H A D | directive-include-guard.exp | 2 Skipping 'variable-ifndef.tmp' because 'VARIABLE_IFNDEF' is defined 4 Skipping 'variable-ifndef-reuse.tmp' because 'VARIABLE_IFNDEF' is defined 10 Skipping 'comments.tmp' because 'COMMENTS' is defined 12 Skipping 'variable-if.tmp' because 'VARIABLE_IF' is defined 14 Skipping 'variable-if-reuse.tmp' because 'VARIABLE_IF' is defined 42 Skipping 'variable-assign-indirect.tmp' because 'VARIABLE_ASSIGN_INDIRECT' is defined 44 Skipping 'variable-assign-late.tmp' because 'VARIABLE_ASSIGN_LATE' is defined 47 Skipping 'variable-assign-nested.tmp' because 'VARIABLE_ASSIGN_NESTED' is defined 49 Skipping 'variable-already-defined.tmp' because 'VARIABLE_ALREADY_DEFINED' is defined 55 Skipping 'variable-clash.tmp' because 'VARIABLE_IF' is defined [all …]
|
H A D | cond-func-defined.mk | 5 DEF= defined 8 .if !defined(DEF) 13 .if !defined( DEF) 18 .if !defined(DEF ) 24 .if !defined(A B) 29 .if !defined(${:UA B}) 34 .if defined(DEF 43 . if defined(var) 53 .if defined(${UNDEF}) 59 .if defined(UNDEF) && ${UNDEF:Mx} != ""
|
/freebsd/usr.sbin/wpa/src/crypto/ |
H A D | Makefile | 26 .if defined(TLS_FUNCS) 27 .if defined(CONFIG_INTERNAL_TLS) 38 .if defined(CONFIG_INTERNAL_AES) 46 .if defined(NEED_AES_CBC) 50 .if defined(NEED_AES_EAX) 54 .if defined(NEED_AES_CTR) 58 .if defined(NEED_AES_ENCBLOCK) 62 .if defined(NEED_AES_OMAC1) 66 .if defined(NEED_DES) 67 .if defined(CONFIG_INTERNAL_DES) [all …]
|
/freebsd/contrib/tzdata/ |
H A D | checklinks.awk | 13 if (defined[$2]) { 14 if (defined[$2] == Zone) { 21 defined[$2] = Zone 25 if (defined[$3]) { 26 if (defined[$3] == Zone) { 28 } else if (defined[$3] == $2) { 31 printf "%s: Link to both %s and %s\n", $3, defined[$3], $2 43 defined[$3] = $2 48 if (defined[tz] != Zone) { 49 if (!defined[tz]) { [all …]
|
/freebsd/share/mk/ |
H A D | bsd.prog.mk | 10 .if defined(COPTS) 22 .if defined(DEBUG_FLAGS) 31 .if defined(PROG_CXX) 52 .if !defined(NO_SHARED) || ${NO_SHARED:tl} == "no" 63 .if !defined(NO_SHARED) || ${NO_SHARED:tl} == "no" 74 .if ${LINKER_FEATURES:Mbti-report} && defined(BTI_REPORT_ERROR) 109 .if defined(CRUNCH_CFLAGS) 123 .if !defined(DEBUG_FLAGS) 127 .if defined(NO_ROOT) 128 .if !defined(TAGS) || ! ${TAGS:Mpackage=*} [all …]
|
H A D | bsd.lib.mk | 9 .if defined(LIB_CXX) || defined(SHLIB_CXX) 14 .if defined(LIB_CXX) 17 .if defined(SHLIB_CXX) 27 .if defined(NO_PIC) 32 .if !defined(SHLIB) && defined(LIB) 35 .if !defined(SHLIB_NAME) && defined(SHLIB) && defined(SHLIB_MAJOR) 38 .if defined(SHLIB_NAME) && !empty(SHLIB_NAME:M*.so.*) 44 .if defined(CRUNCH_CFLAGS) 55 .if defined(DEBUG_FLAGS) 71 .if defined(NO_ROOT) [all …]
|
H A D | bsd.man.mk | 70 .if !defined(MAN) 72 .if defined(MAN${__sect}) && !empty(MAN${__sect}) 84 .if defined(MANFILTER) 92 .if defined(MANFILTER) 93 .if defined(MAN) && !empty(MAN) 102 .if defined(MANBUILDCAT) && !empty(MANBUILDCAT) 112 .if defined(MAN) && !empty(MAN) 114 .if defined(MANBUILDCAT) && !empty(MANBUILDCAT) 132 .if defined(MAN) && !empty(MAN) 139 .if defined(MANFILTER) [all …]
|
H A D | bsd.mkopt.mk | 48 .if !defined(MK_${var}) 49 .if defined(WITH_${var}) && ${WITH_${var}} == "no" 52 .if defined(WITHOUT_${var}) # WITHOUT always wins 70 .if defined(WITHOUT_${var}) && !make(showconfig) 80 .if !defined(MK_${var}) 81 .if defined(WITH_${var}) && ${WITH_${var}} == "no" 84 .if defined(WITH_${var}) && !defined(WITHOUT_${var}) # WITHOUT always wins 109 .if !defined(__${opt}_OPTIONS) || empty(__${opt}_OPTIONS) 112 .if !defined(__${opt}_DEFAULT) || empty(__${opt}_DEFAULT) 115 .if defined(${opt}) [all …]
|
H A D | bsd.incs.mk | 16 .if !defined(_SKIP_BUILD) 22 .if defined(${group}) && !empty(${group}) 32 .if defined(NO_ROOT) 33 .if !defined(${group}TAGS) || ! ${${group}TAGS:Mpackage=*} 34 .if defined(${group}PACKAGE) 45 .if defined(${group}OWN_${header:T}) || defined(${group}GRP_${header:T}) || \ 46 defined(${group}MODE_${header:T}) || defined(${group}DIR_${header:T}) || \ 47 defined(${group}NAME_${header:T}) || defined(${group}NAME) 52 .if defined(${group}NAME) 80 .if defined(${group}NAME) [all …]
|
H A D | bsd.sys.mk | 33 .if !defined(WARNS) && defined(DEFAULTWARNS) 39 .if defined(WARNS) 59 .if !defined(NO_WCAST_ALIGN) && !defined(NO_WCAST_ALIGN.${COMPILER_TYPE}) 66 .if !defined(NO_WMISSING_VARIABLE_DECLARATIONS) 69 .if !defined(NO_WTHREAD_SAFETY) 79 .if !defined(NO_WDATE_TIME) 110 .if defined(NO_WARRAY_BOUNDS) 113 .if defined(NO_WMISLEADING_INDENTATION) && \ 144 .if defined(FORMAT_AUDIT) 147 .if defined(WFORMAT) [all …]
|
H A D | sys.mk | 5 .if !defined(%POSIX) 51 .if ${MK_META_MODE} == "yes" && defined(.MAKEFLAGS) && ${.MAKEFLAGS:M-B} 59 .if !exists(/dev/filemon) || defined(NO_FILEMON) 68 .if !defined(NO_META_IGNORE_HOST) 91 .if !defined(NO_META_IGNORE_HOST_HEADERS) 122 .if defined(%POSIX) 129 .if defined(%POSIX) 135 .if !defined(%POSIX) 143 .if defined(%POSIX) 149 .if defined(NO_STRICT_ALIASING) [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | zconf.h.in | 171 #if defined(__MSDOS__) && !defined(MSDOS) 174 #if (defined(OS_2) || defined(__OS2__)) && !defined(OS2) 177 #if defined(_WINDOWS) && !defined(WINDOWS) 180 #if defined(_WIN32) || defined(_WIN32_WCE) || defined(__WIN32__) 185 #if (defined(MSDOS) || defined(OS2) || defined(WINDOWS)) && !defined(WIN32) 186 # if !defined(__GNUC__) && !defined(__FLAT__) && !defined(__386__) 214 #if !defined(STDC) && (defined(__STDC__) || defined(__cplusplus)) 217 #if !defined(STDC) && (defined(__GNUC__) || defined(__BORLANDC__)) 220 #if !defined(STDC) && (defined(MSDOS) || defined(WINDOWS) || defined(WIN32)) 223 #if !defined(STDC) && (defined(OS2) || defined(__HOS_AIX__)) [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __std_clang_module | 26 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) 33 #if !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER) 36 #if !defined(_LIBCPP_HAS_NO_THREADS) 52 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) 56 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) 78 #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS) 81 #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS) 100 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) 104 #if !defined(_LIBCPP_HAS_NO_THREADS) 109 #if !defined(_LIBCPP_HAS_NO_LOCALIZATIO [all...] |
H A D | __config | 29 // defined to XXYYZZ. 137 # error _LIBCPP_HARDENING_MODE_DEFAULT is not defined. This definition should be set at configuration time in the \ 200 # if !defined(_LIBCPP_COMPILER_CLANG_BASED) && __cplusplus < 201103L 209 # if defined(_LIBCPP_ABI_FORCE_ITANIUM) && defined(_LIBCPP_ABI_FORCE_MICROSOFT) 210 # error "Only one of _LIBCPP_ABI_FORCE_ITANIUM and _LIBCPP_ABI_FORCE_MICROSOFT can be defined" 211 # elif defined(_LIBCPP_ABI_FORCE_ITANIUM) 213 # elif defined(_LIBCPP_ABI_FORCE_MICROSOFT) 216 # if defined(_WIN32) && defined(_MSC_VE [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | gmsl-cameras.dtsi | 35 #if !defined(GMSL_CAMERA_RDACM20) && !defined(GMSL_CAMERA_RDACM21) 36 #error "Camera model should be defined by the board file" 39 #if defined(GMSL_CAMERA_RDACM20) && defined(GMSL_CAMERA_RDACM21) 43 #if !defined(GMSL_CAMERA_0) && !defined(GMSL_CAMERA_1) && \ 44 !defined(GMSL_CAMERA_2) && !defined(GMSL_CAMERA_3) && \ 45 !defined(GMSL_CAMERA_ [all...] |
/freebsd/contrib/unifdef/tests/ |
H A D | if4-k.expout | 12 #if defined(FOO) || defined(FOOB) 15 #error FOO or FOOB not defined 18 #if defined(FOOB) || defined(FOO) 21 #error FOO or FOOB not defined 24 #if defined(FOO) && defined(FOOB) 27 #error FOO and FOOB not defined 30 #if defined(FOOB) && defined(FOO) 33 #error FOO and FOOB not defined
|
/freebsd/contrib/byacc/ |
H A D | btyaccpar.skel | 9 /* useful in subsequent code. The macros #defined in the header or */ 48 #if YYDEBUG || defined(yytname) 67 #if defined(YYLTYPE) || defined(YYLTYPE_IS_DECLARED) 73 #if defined(YYLTYPE) || defined(YYLTYPE_IS_DECLARED) 94 #endif /* defined(YYLTYPE) || defined(YYLTYPE_IS_DECLARED) */ 126 #if defined(YYLTYPE) || defined(YYLTYPE_IS_DECLARED) 167 #if defined(YYLTYPE) || defined(YYLTYPE_IS_DECLARED) 193 #if defined(YYLTYPE) || defined(YYLTYPE_IS_DECLARED) 220 #if defined(YYLTYPE) || defined(YYLTYPE_IS_DECLARED) 261 #if defined(YYLTYPE) || defined(YYLTYPE_IS_DECLARED) [all …]
|
/freebsd/contrib/bmake/mk/ |
H A D | options.mk | 41 .if defined(WITH_${o:H}) && ${WITH_${o:H}} == "no" 45 .if defined(NO_${o:H}) || defined(NO${o:H}) 48 .elif defined(WITH_${o:H}) && defined(WITHOUT_${o:H}) 53 .if defined(WITH_${o:H}) 59 .if defined(WITHOUT_${o:H}) 65 .if defined(DEBUG_OPTIONS) && ${DEBUG_OPTIONS:@x@${o:H:M$x}@} != "" 74 .if defined(NO_${o:H}) || defined(NO${o:H}) 77 .elif defined(WITH_${o:H}) && defined(WITHOUT_${o:H}) 81 .elif defined(WITH_${o:H}) 83 .elif defined(WITHOUT_${o:H}) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Threading.inc | 22 #if defined(__APPLE__) 32 #if defined(__FreeBSD__) || defined(__OpenBSD__) 36 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) 44 #if defined(__NetBSD__) 48 #if defined(__OpenBSD__) 52 #if defined(__linux__) 114 #if defined(__APPLE__) 124 #elif defined(__FreeBSD__) 126 #elif defined(__NetBSD__) 128 #elif defined(__OpenBSD__) [all …]
|
/freebsd/stand/usb/ |
H A D | usbcore.mk | 38 .if defined(HAVE_EXYNOS_EHCI) 70 .if defined(HAVE_AT91DCI) 75 .if defined(HAVE_ATMEGADCI) 80 .if defined(HAVE_AVR32DCI) 85 .if defined(HAVE_DWCOTG) 90 .if defined(HAVE_MUSBOTG) 95 .if defined(HAVE_EHCI) 100 .if defined(HAVE_EXYNOS_EHCI) 108 .if defined(HAVE_OHCI) 113 .if defined(HAVE_UHCI) [all …]
|
/freebsd/contrib/llvm-project/libcxx/modules/ |
H A D | std.cppm.in | 23 #if !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER) 26 #if !defined(_LIBCPP_HAS_NO_THREADS) 40 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) 44 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) 62 #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS) 65 #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS) 75 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) 79 #if !defined(_LIBCPP_HAS_NO_THREADS) 83 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) 86 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) [all …]
|
/freebsd/sys/conf/ |
H A D | kern.opts.mk | 112 .if !defined(MK_${var}) 113 .if defined(WITHOUT_${var}) # WITHOUT always wins 128 .if !defined(MK_${var}) 129 .if defined(WITH_${var}) && !defined(WITHOUT_${var}) # WITHOUT always wins 155 .if !defined(__${opt}_OPTIONS) || empty(__${opt}_OPTIONS) 156 .error __${opt}_OPTIONS not defined or empty 158 .if !defined(__${opt}_DEFAULT) || empty(__${opt}_DEFAULT) 161 .if defined(${opt}) 186 .if defined(WITHOUT_${var}_SUPPORT) || ${MK_${var}} == "no" 189 .if defined(KERNBUILDDIR) # See if there's an opt_foo.h [all …]
|