Searched refs:ifdef (Results 1 - 25 of 385) sorted by relevance

1234567891011>>

/netbsd-current/usr.sbin/sysinst/arch/emips/
H A DMakefile6 .ifdef SMALLPROG
/netbsd-current/usr.sbin/sysinst/arch/mipsco/
H A DMakefile6 .ifdef SMALLPROG
/netbsd-current/external/bsd/byacc/dist/
H A Dskel2c10 ifdef = "";
21 printf "#ifdef YYPATCH\n";
26 /^%%ifdef/ {
32 printf "skel2c: ill-formed %%ifdef in skeleton file on line %d\n", FNR > "/dev/stderr";
35 if (ifdef != "") {
36 printf "skel2c: nested %%ifdef in skeleton file on line %d\n", FNR > "/dev/stderr";
39 ifdef = $2;
43 if (ifdef != "") {
48 printf " \"#endif /* %s */\",\n", ifdef;
49 printf "#endif\t\t\t/* defined(%s) */\n", ifdef;
[all...]
/netbsd-current/usr.sbin/sysinst/arch/acorn32/
H A DMakefile8 .ifdef SMALLPROG
/netbsd-current/external/gpl3/gcc.old/lib/libstdc++-v3/include/bits/arch/
H A Dmkcxxconfig_h.sh32 # generates a series of #ifdef 's with the final <arch> being the default
58 # $1 - define to ifdef
59 ifdef=ifdef
61 echo "#$ifdef $1"
62 ifdef="elif"
/netbsd-current/external/gpl3/gcc/lib/libstdc++-v3/include/bits/arch/
H A Dmkcxxconfig_h.sh32 # generates a series of #ifdef 's with the final <arch> being the default
58 # $1 - define to ifdef
59 ifdef=ifdef
61 echo "#$ifdef $1"
62 ifdef="elif"
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddrivers.mk15 ifdef CONFIG_DRIVER_WIRED
21 ifdef CONFIG_DRIVER_MACSEC_LINUX
29 ifdef NEED_DRV_WIRED_COMMON
33 ifdef CONFIG_DRIVER_NL80211
41 ifdef CONFIG_DRIVER_NL80211_QCA
53 ifdef CONFIG_DRIVER_BSD
63 ifdef CONFIG_DRIVER_OPENBSD
71 ifdef CONFIG_DRIVER_NONE
78 ifdef CONFIG_DRIVER_HOSTAP
87 ifdef CONFIG_DRIVER_ATHERO
[all...]
H A Ddrivers.mak15 ifdef CONFIG_DRIVER_WIRED
21 ifdef CONFIG_DRIVER_MACSEC_LINUX
29 ifdef CONFIG_DRIVER_MACSEC_QCA
35 ifdef NEED_DRV_WIRED_COMMON
39 ifdef CONFIG_DRIVER_NL80211
46 ifdef CONFIG_DRIVER_NL80211_QCA
58 ifdef CONFIG_DRIVER_BSD
68 ifdef CONFIG_DRIVER_OPENBSD
76 ifdef CONFIG_DRIVER_NONE
83 ifdef CONFIG_DRIVER_HOSTA
[all...]
/netbsd-current/usr.sbin/sysinst/arch/newsmips/
H A DMakefile6 .ifdef SMALLPROG
/netbsd-current/usr.bin/make/unit-tests/
H A Ddirective-ifdef.mk1 # $NetBSD: directive-ifdef.mk,v 1.5 2022/01/23 21:48:59 rillig Exp $
3 # Tests for the .ifdef directive, which evaluates bare words by calling
10 .ifdef UNDEF
15 .ifdef DEFINED
22 .ifdef UNDEF && DEFINED
25 .ifdef UNDEF || DEFINED
30 # It looks redundant to have a call to defined() in an .ifdef, but it's
31 # possible. The '.ifdef' only affects bare words, not function calls.
32 .ifdef defined(DEFINED)
40 .ifdef ""
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A DMakefile8 ifdef CONFIG_X86
12 ifdef CONFIG_PPC64
16 ifdef CONFIG_CC_IS_GCC
22 ifdef CONFIG_X86
23 ifdef IS_OLD_GCC
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
H A DMakefile5 ifdef CONFIG_X86
9 ifdef CONFIG_PPC64
13 ifdef CONFIG_CC_IS_GCC
19 ifdef CONFIG_X86
20 ifdef IS_OLD_GCC
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A DAndroid.mk53 ifdef CONFIG_DRIVER_NL80211
63 ifdef CONFIG_NATIVE_WINDOWS
74 ifdef CONFIG_NATIVE_WINDOWS
119 ifdef CONFIG_WPA_TRACE
125 ifdef CONFIG_WPA_TRACE_BFD
135 ifdef CONFIG_ELOOP_POLL
139 ifdef CONFIG_ELOOP_EPOLL
164 ifdef CONFIG_NO_RADIUS
173 ifdef CONFIG_NO_ACCOUNTING
179 ifdef CONFIG_NO_VLA
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A DAndroid.mk36 ifdef CONFIG_NO_ROAMING
75 ifdef CONFIG_DRIVER_NL80211
83 ifdef CONFIG_FIPS
111 ifdef CONFIG_NATIVE_WINDOWS
126 ifdef CONFIG_WPA_TRACE
133 ifdef CONFIG_WPA_TRACE_BFD
147 ifdef CONFIG_ELOOP_POLL
151 ifdef CONFIG_ELOOP_EPOLL
155 ifdef CONFIG_EAPOL_TEST
159 ifdef CONFIG_HT_OVERRIDE
[all...]
/netbsd-current/sbin/dmesg/
H A DMakefile9 .ifdef SMALLPROG
/netbsd-current/bin/cp/
H A DMakefile7 .ifdef SMALLPROG
/netbsd-current/usr.sbin/sysinst/arch/ews4800mips/
H A DMakefile8 .ifdef SMALLPROG
/netbsd-current/usr.sbin/sysinst/arch/vax/
H A DMakefile8 .ifdef SMALLPROG
/netbsd-current/usr.sbin/sysinst/arch/x68k/
H A DMakefile8 .ifdef SMALLPROG
/netbsd-current/usr.sbin/sysinst/arch/atari/
H A DMakefile11 .ifdef SMALLPROG
/netbsd-current/usr.sbin/sysinst/arch/luna68k/
H A DMakefile10 .ifdef SMALLPROG
/netbsd-current/usr.sbin/sysinst/arch/news68k/
H A DMakefile10 .ifdef SMALLPROG
/netbsd-current/usr.sbin/sysinst/arch/hp300/
H A DMakefile8 .ifdef SMALLPROG
/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Dplatform.h.in28 #ifdef ISC_PLATFORM_NEEDTIMESPEC
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dfnmatch.hin38 #ifdef _WIN32
47 #ifdef __cplusplus
62 #ifdef __cplusplus

Completed in 154 milliseconds

1234567891011>>