| /freebsd-14.2/crypto/openssl/Configurations/ |
| H A D | 10-main.conf | 406 cflags => "-mabi=n32", 722 cflags => add("-m64"), 731 cflags => add("-m64"), 866 cflags => add("-m32"), 881 cflags => add("-m64"), 896 cflags => add("-mx32"), 914 cflags => add("-m64"), 1174 cflags => "-belf", 1489 cflags => 1553 cflags => "-m32", [all …]
|
| H A D | 50-nonstop.conf | 7 cflags => add_before(picker(debug => '-g -O0', 83 cflags => '-Wtarget=tns/r -Wsystype=oss', 93 cflags => '-Wtarget=tns/e -Wsystype=oss', 103 cflags => '-Wtarget=tns/x -Wsystype=oss', 113 cflags => '-Wilp32', 118 cflags => '-Wlp64', 123 cflags => '-Wlp64', 139 cflags => '-WIEEE_float', 148 cflags => '-WTandem_float', 153 cflags => '-WIEEE_float', [all …]
|
| H A D | 15-ios.conf | 21 cflags => add("-arch armv7 -mios-version-min=6.0.0 -fno-common"), 28 cflags => add("-arch arm64 -mios-version-min=7.0.0 -fno-common"), 52 cflags => add("-isysroot \"\$(CROSS_TOP)/SDKs/\$(CROSS_SDK)\" -fno-common"), 57 cflags => add("-isysroot \"\$(CROSS_TOP)/SDKs/\$(CROSS_SDK)\""), 62 cflags => add("-isysroot \"\$(CROSS_TOP)/SDKs/\$(CROSS_SDK)\""),
|
| H A D | 15-android.conf | 102 my $cflags; 113 $cflags .= " -target $tridefault " 144 $cflags .= " -mandroid"; 162 cflags => $cflags . $sysroot, 187 cflags => add(sub { android_ndk()->{cflags} }), 189 cxxflags => add(sub { android_ndk()->{cflags} }),
|
| H A D | 50-haiku.conf | 8 cflags => add_before("-DL_ENDIAN -include \$(SRCDIR)/os-dep/haiku.h", 32 cflags => add("-m64"),
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | bsd-snprintf.c | 190 int cflags; in dopr() local 277 cflags = DP_C_SHORT; in dopr() 281 cflags = DP_C_INTMAX; in dopr() 285 cflags = DP_C_LONG; in dopr() 288 cflags = DP_C_LLONG; in dopr() 293 cflags = DP_C_LDOUBLE; in dopr() 297 cflags = DP_C_SIZE; in dopr() 309 if (cflags == DP_C_SHORT) in dopr() 327 if (cflags == DP_C_SHORT) in dopr() 347 if (cflags == DP_C_SHORT) in dopr() [all …]
|
| /freebsd-14.2/contrib/arm-optimized-routines/ |
| H A D | config.mk.dist | 44 math-cflags = 48 string-cflags = 49 networking-cflags = 53 #math-cflags += -DUSE_MPFR 57 math-cflags += -ffp-contract=fast -fno-math-errno 60 #math-cflags += -ffp-contract=fast 69 math-sve-cflags = -march=armv8-a+sve 71 math-cflags += -DWANT_SVE_MATH=$(WANT_SVE_MATH) 77 math-cflags += -DWANT_ERRNO=$(WANT_ERRNO) 88 #string-cflags += -DWANT_GNU_PROPERTY=0 [all …]
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | mkbuildinf.pl | 13 my $cflags = join(' ', @ARGV); 14 $cflags =~ s(\\)(\\\\)g; 15 $cflags = "compiler: $cflags"; 46 foreach my $c (split //, $cflags) {
|
| /freebsd-14.2/contrib/unbound/contrib/ios/ |
| H A D | 15-ios.conf | 31 cflags => add("-Wall -fno-common"), 35 cflags => add("-Wall -fno-common"), 39 cflags => add("-Wall -fno-common"),
|
| /freebsd-14.2/crypto/openssl/crypto/bio/ |
| H A D | bio_print.c | 102 int cflags; in _dopr() local 106 flags = currlen = cflags = min = 0; in _dopr() 184 cflags = DP_C_SHORT; in _dopr() 189 cflags = DP_C_LLONG; in _dopr() 192 cflags = DP_C_LONG; in _dopr() 197 cflags = DP_C_LLONG; in _dopr() 201 cflags = DP_C_LDOUBLE; in _dopr() 205 cflags = DP_C_SIZE; in _dopr() 217 switch (cflags) { in _dopr() 245 switch (cflags) { in _dopr() [all …]
|
| /freebsd-14.2/usr.bin/grep/ |
| H A D | grep.c | 66 int cflags = REG_NOSUB | REG_NEWLINE; variable 490 cflags |= REG_ICASE; 520 cflags &= ~REG_NOSUB; 554 cflags &= ~REG_NOSUB; 558 cflags &= ~REG_NOSUB; 562 cflags &= ~REG_NEWLINE; 593 cflags &= ~REG_NOSUB; 664 cflags |= REG_NOSPEC; 666 cflags |= REG_LITERAL; 670 cflags |= REG_EXTENDED; [all …]
|
| /freebsd-14.2/crypto/openssl/util/perl/OpenSSL/ |
| H A D | config.pm | 549 cflags => [ qw(-arch armv6 -arch armv7) ], 557 cflags => [ "-arch ${MACHINE}" ], 567 %config = ( cflags => [ '-mcpu=ev5' ], 570 %config = ( cflags => [ '-mcpu=ev56' ], 573 %config = ( cflags => [ '-mcpu=ev6' ], 597 %config = ( cflags => [ '-m32' ], 671 cflags => [ "-mschedule=$CPUSCHEDULE", "-march=$CPUARCH" ], 678 cflags => [ '-march=armv7-a' ], 841 cflags => [ '-march=armv7-a' ],
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | version.c | 46 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local 76 dirty = cflags = 1; in version_main() 94 seed = options = cflags = version = date = platform in version_main() 121 if (cflags) in version_main()
|
| /freebsd-14.2/contrib/atf/atf-c/ |
| H A D | pkg_config_test.sh | 101 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c 102 cflags=$(cat stdout) 103 echo "CFLAGS are: ${cflags}" 113 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c
|
| /freebsd-14.2/crypto/openssh/contrib/ |
| H A D | Makefile | 7 $(CC) $(CFLAGS) `gnome-config --cflags gnome gnomeui` \ 12 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \ 17 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-3.0` \
|
| /freebsd-14.2/contrib/ncurses/ncurses/trace/ |
| H A D | lib_tracebits.c | 141 }, cflags[] = in _nc_trace_ttymode() local 172 8 + sizeof(cflags) + in _nc_trace_ttymode() 184 lookup_bits(buf, cflags, "cflags", tty->c_cflag); in _nc_trace_ttymode() 269 static const BITNAMES cflags[] = in _nc_trace_ttymode() local 286 8 + sizeof(cflags)); in _nc_trace_ttymode() 289 lookup_bits(buf, cflags, "cflags", tty->sg_flags); in _nc_trace_ttymode()
|
| /freebsd-14.2/contrib/libxo/ |
| H A D | libxo-config.in | 28 --cflags print pre-processor and compiler flags 41 cflags=false 79 --cflags)
|
| /freebsd-14.2/contrib/wpa/hs20/client/ |
| H A D | Makefile | 11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0) 14 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0) 18 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0) 60 CFLAGS += $(shell xml2-config --cflags)
|
| /freebsd-14.2/contrib/ntp/libntp/ |
| H A D | snprintf.c | 570 int cflags = 0; in rpl_vsnprintf() local 689 cflags = PRINT_C_CHAR; in rpl_vsnprintf() 691 cflags = PRINT_C_SHORT; in rpl_vsnprintf() 697 cflags = PRINT_C_LLONG; in rpl_vsnprintf() 699 cflags = PRINT_C_LONG; in rpl_vsnprintf() 702 cflags = PRINT_C_LDOUBLE; in rpl_vsnprintf() 706 cflags = PRINT_C_INTMAX; in rpl_vsnprintf() 714 cflags = PRINT_C_SIZE; in rpl_vsnprintf() 725 switch (cflags) { in rpl_vsnprintf() 768 switch (cflags) { in rpl_vsnprintf() [all …]
|
| /freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_sys.c | 540 if ((cflags & IEEE80211_CHAN_CCK) != 0) in wlan_channel_flags_to_snmp() 542 if ((cflags & IEEE80211_CHAN_OFDM) != 0) in wlan_channel_flags_to_snmp() 550 if ((cflags & IEEE80211_CHAN_DYN) != 0) in wlan_channel_flags_to_snmp() 554 if ((cflags & IEEE80211_CHAN_GSM) != 0) in wlan_channel_flags_to_snmp() 568 if ((cflags & IEEE80211_CHAN_DFS) != 0) in wlan_channel_flags_to_snmp() 576 if ((cflags & IEEE80211_CHAN_11D) != 0) in wlan_channel_flags_to_snmp() 640 if ((cflags & IEEE80211_CHAN_A) != 0) in wlan_channel_flags_to_snmp_phy() 642 if ((cflags & IEEE80211_CHAN_B) != 0) in wlan_channel_flags_to_snmp_phy() 644 if ((cflags & IEEE80211_CHAN_G) != 0 || in wlan_channel_flags_to_snmp_phy() 650 (cflags & IEEE80211_CHAN_A) != 0) in wlan_channel_flags_to_snmp_phy() [all …]
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | dialog-config.in | 135 --cflags|--cflags-only-I) 144 --cflags-only-other) 229 --cflags echos the C compiler flags needed to compile with ${THIS}
|
| /freebsd-14.2/lib/libc/regex/ |
| H A D | regcomp.c | 210 int cflags, int pflags) in regcomp_internal() argument 224 cflags = GOODFLAGS(cflags); in regcomp_internal() 225 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp_internal() 228 if (cflags®_PEND) { in regcomp_internal() 275 if (cflags®_POSIX) { in regcomp_internal() 284 if (cflags & REG_EXTENDED) { in regcomp_internal() 297 g->cflags = cflags; in regcomp_internal() 312 if (cflags & REG_NOSPEC) in regcomp_internal() 365 int cflags) in regcomp() argument 378 int cflags, int pflags) in freebsd12_regcomp() argument [all …]
|
| /freebsd-14.2/contrib/ntp/sntp/m4/ |
| H A D | ntp_libevent.m4 | 87 CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads` 88 CPPFLAGS_LIBEVENT=`$PKG_CONFIG --cflags-only-I libevent` 97 for i in `$PKG_CONFIG --libs libevent` `$PKG_CONFIG --cflags-only-other libevent_pthreads` 118 CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads` 144 dnl [cflags-libevent], 146 dnl [--enable-cflags-libevent=-pthread],
|
| /freebsd-14.2/contrib/lutok/examples/ |
| H A D | Makefile | 35 LUTOK_CPPFLAGS = $$(pkg-config --cflags-only-I lutok) 36 LUTOK_CXXFLAGS = $$(pkg-config --cflags-only-other lutok)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | regcomp.c | 293 llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) in llvm_regcomp() argument 306 cflags = GOODFLAGS(cflags); in llvm_regcomp() 307 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp() 310 if (cflags®_PEND) { in llvm_regcomp() 344 g->cflags = cflags; in llvm_regcomp() 359 if (cflags®_EXTENDED) in llvm_regcomp() 361 else if (cflags®_NOSPEC) in llvm_regcomp() 499 if (p->g->cflags®_NEWLINE) in p_ere_exp() 681 if (p->g->cflags®_NEWLINE) in p_simp_re() 838 if (p->g->cflags®_ICASE) { in p_bracket() [all …]
|