Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 25 of 138) sorted by relevance

123456

/freebsd/crypto/openssl/Configurations/
H A D10-main.conf245 cflags => add(threads("-pthread")),
268 cflags => add_before("-m64", threads("-pthread")),
297 cflags => add_before("-xarch=generic64 -xstrconst -Xa"),
318 cflags => add(threads("-pthread")),
327 cflags => add_before("-mcpu=v8"),
335 cflags => add_before("-m32 -mcpu=ultrasparc"),
341 cflags => sub { my $f=join(" ",@_); $f =~ s/\-m32/-m64/; $f; },
355 cflags => add_before("-xstrconst -Xa"),
367 cflags => add_before("-xarch=v8"),
373 cflags => add_before("-xarch=v8plus"),
[all …]
H A D50-nonstop.conf7 cflags => add_before(picker(debug => '-g -O0',
51 cflags => '-Wtarget=tns/r -Wsystype=guardian',
62 cflags => '-Wtarget=tns/e -Wsystype=guardian',
73 cflags => '-Wtarget=tns/x -Wsystype=guardian',
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',
[all …]
H A D15-ios.conf21 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 D15-android.conf102 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 D50-haiku.conf8 cflags => add_before("-DL_ENDIAN -include \$(SRCDIR)/os-dep/haiku.h",
32 cflags => add("-m64"),
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c190 int cflags; in dopr() local
197 currlen = flags = cflags = min = 0; in dopr()
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()
311 else if (cflags == DP_C_LONG) in dopr()
[all …]
/freebsd/contrib/arm-optimized-routines/
H A Dconfig.mk.dist44 math-cflags =
48 string-cflags =
49 networking-cflags =
53 #math-cflags += -DUSE_MPFR
56 math-cflags += -frounding-math -fexcess-precision=standard -fno-stack-protector
57 math-cflags += -ffp-contract=fast -fno-math-errno
60 #math-cflags += -ffp-contract=fast
63 # If WANT_SVE_MATH is enabled, math-sve-cflags is added for SVE
69 math-sve-cflags = -march=armv8-a+sve
71 math-cflags += -DWANT_SVE_MATH=$(WANT_SVE_MATH)
[all …]
/freebsd/crypto/openssl/util/
H A Dmkbuildinf.pl12 my ($cflags, $platform) = @ARGV;
13 $cflags = "compiler: $cflags";
42 foreach my $c (split //, $cflags) {
/freebsd/contrib/unbound/contrib/ios/
H A D15-ios.conf31 cflags => add("-Wall -fno-common"),
35 cflags => add("-Wall -fno-common"),
39 cflags => add("-Wall -fno-common"),
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_print.c102 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/usr.bin/grep/
H A Dgrep.c66 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/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm549 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/crypto/openssl/apps/
H A Dversion.c46 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/contrib/atf/atf-c/
H A Dpkg_config_test.sh101 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/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c141 }, 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/crypto/openssh/contrib/
H A DMakefile7 $(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/contrib/libxo/
H A Dlibxo-config.in28 --cflags print pre-processor and compiler flags
41 cflags=false
79 --cflags)
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c534 wlan_channel_flags_to_snmp(uint32_t cflags) in wlan_channel_flags_to_snmp() argument
538 if ((cflags & IEEE80211_CHAN_TURBO) != 0) in wlan_channel_flags_to_snmp()
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()
544 if ((cflags & IEEE80211_CHAN_2GHZ) != 0) in wlan_channel_flags_to_snmp()
546 if ((cflags & IEEE80211_CHAN_5GHZ) != 0) in wlan_channel_flags_to_snmp()
548 if ((cflags & IEEE80211_CHAN_PASSIVE) != 0) in wlan_channel_flags_to_snmp()
550 if ((cflags & IEEE80211_CHAN_DYN) != 0) in wlan_channel_flags_to_snmp()
552 if ((cflags & IEEE80211_CHAN_GFSK) != 0) in wlan_channel_flags_to_snmp()
554 if ((cflags & IEEE80211_CHAN_GSM) != 0) in wlan_channel_flags_to_snmp()
[all …]
/freebsd/contrib/wpa/hs20/client/
H A DMakefile11 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/contrib/ntp/libntp/
H A Dsnprintf.c570 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()
710 cflags = PRINT_C_PTRDIFF; in rpl_vsnprintf()
714 cflags = PRINT_C_SIZE; in rpl_vsnprintf()
725 switch (cflags) { in rpl_vsnprintf()
[all...]
/freebsd/contrib/dialog/
H A Ddialog-config.in135 --cflags|--cflags-only-I)
144 --cflags-only-other)
229 --cflags echos the C compiler flags needed to compile with ${THIS}
/freebsd/lib/libc/regex/
H A Dregcomp.c205 int cflags, int pflags) in regcomp_internal() argument
219 cflags = GOODFLAGS(cflags); in regcomp_internal()
220 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp_internal()
223 if (cflags&REG_PEND) { in regcomp_internal()
270 if (cflags&REG_POSIX) { in regcomp_internal()
272 p->allowbranch = (cflags & REG_EXTENDED) != 0; in regcomp_internal()
277 p->allowbranch = (cflags & REG_EXTENDED) != 0; in regcomp_internal()
279 if (cflags & REG_EXTENDED) { in regcomp_internal()
292 g->cflags = cflags; in regcomp_internal()
307 if (cflags & REG_NOSPEC) in regcomp_internal()
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_libevent.m487 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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrAsmAlias.td71 (CCMP8rr GR8:$src1, GR8:$src2, cflags:$dcf, CC), 0>;
73 (CCMP16rr GR16:$src1, GR16:$src2, cflags:$dcf, CC), 0>;
75 (CCMP32rr GR32:$src1, GR32:$src2, cflags:$dcf, CC), 0>;
77 (CCMP64rr GR64:$src1, GR64:$src2, cflags:$dcf, CC), 0>;
79 (CCMP8rm GR8:$src1, i8mem:$src2, cflags:$dcf, CC), 0>;
81 (CCMP16rm GR16:$src1, i16mem:$src2, cflags:$dcf, CC), 0>;
83 (CCMP32rm GR32:$src1, i32mem:$src2, cflags:$dcf, CC), 0>;
85 (CCMP64rm GR64:$src1, i64mem:$src2, cflags:$dcf, CC), 0>;
87 (CCMP8mr i8mem:$src1, GR8:$src2, cflags:$dcf, CC), 0>;
89 (CCMP16mr i16mem:$src1, GR16:$src2, cflags:$dcf, CC), 0>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c293 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&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
310 if (cflags&REG_PEND) { in llvm_regcomp()
344 g->cflags = cflags; in llvm_regcomp()
359 if (cflags&REG_EXTENDED) in llvm_regcomp()
361 else if (cflags&REG_NOSPEC) in llvm_regcomp()
499 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
681 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
838 if (p->g->cflags&REG_ICASE) { in p_bracket()
[all …]

123456