Home
last modified time | relevance | path

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

12345678

/freebsd/crypto/openssl/Configurations/
H A D10-main.conf267 cflags => add("-m64"),
295 cflags => add_before("-xarch=generic64 -xstrconst -Xa"),
322 cflags => add_before("-mcpu=v8"),
330 cflags => add_before("-m32 -mcpu=ultrasparc"),
336 cflags => sub { my $f=join(" ",@_); $f =~ s/\-m32/-m64/; $f; },
350 cflags => add_before("-xstrconst -Xa"),
361 cflags => add_before("-xarch=v8"),
367 cflags => add_before("-xarch=v8plus"),
373 cflags => add_before("-m64 -xarch=sparc"),
400 cflags => "-mabi=n32",
[all …]
H A D50-nonstop.conf7 cflags => add_before(picker(debug => '-g -O0',
54 cflags => '-Wtarget=tns/r -Wsystype=guardian',
65 cflags => '-Wtarget=tns/e -Wsystype=guardian',
76 cflags => '-Wtarget=tns/x -Wsystype=guardian',
86 cflags => '-Wtarget=tns/r -Wsystype=oss',
95 cflags => '-Wtarget=tns/e -Wsystype=oss',
104 cflags => '-Wtarget=tns/x -Wsystype=oss',
114 cflags => '-Wilp32',
119 cflags => '-Wlp64',
124 cflags => '-Wlp64',
[all …]
H A D15-ios.conf22 cflags => add("-arch armv7 -fno-common"),
29 cflags => add("-arch arm64 -fno-common"),
41 cflags => add("-arch arm64 -fno-common"),
49 cflags => add("-arch i386 -fno-common"),
57 cflags => add("-arch x86_64 -fno-common"),
77 cflags => add("-isysroot \"\$(CROSS_TOP)/SDKs/\$(CROSS_SDK)\" -fno-common"),
82 cflags => add("-isysroot \"\$(CROSS_TOP)/SDKs/\$(CROSS_SDK)\""),
87 cflags => add("-isysroot \"\$(CROSS_TOP)/SDKs/\$(CROSS_SDK)\""),
H A D15-android.conf103 my $cflags;
114 $cflags .= " -target $tridefault "
145 $cflags .= " -mandroid";
163 cflags => $cflags . $sysroot,
188 cflags => add(sub { android_ndk()->{cflags} }),
190 cxxflags => add(sub { android_ndk()->{cflags} }),
/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/pkgconf/tests/
H A Dregress.sh109 pkgconf --libs-only-L cflags-libs-only
113 pkgconf --libs-only-L --keep-system-libs cflags-libs-only
121 pkgconf --libs cflags-libs-only
129 pkgconf --libs-only-L --libs-only-l cflags-libs-only
148 pkgconf --cflags-only-I --cflags-only-other cflags-libs-only
156 pkgconf --cflags prefix-foo1 prefix-foo2
172 pkgconf --cflags incomplete
180 pkgconf --cflags isystem
188 pkgconf --cflags isystem
196 pkgconf --cflags idirafter
[all …]
H A Dparser.sh74 pkgconf --cflags no-trailing-newline
110 pkgconf --cflags tilde-quoting
143 pkgconf --with-path=${selfdir}/lib1 --cflags escaped-backslash
151 pkgconf --cflags quotes
191 pkgconf --cflags variable-whitespace
199 pkgconf --cflags fragment-quoting
207 pkgconf --cflags fragment-quoting-2
215 pkgconf --cflags fragment-quoting-3
223 pkgconf --cflags fragment-quoting-5
231 pkgconf --cflags fragment-quoting-7
[all …]
H A Dsysroot.sh6 cflags \
21 pkgconf --cflags baz
30 pkgconf --cflags baz
52 pkgconf --cflags sysroot-dir-2
56 pkgconf --cflags sysroot-dir-3
60 pkgconf --cflags sysroot-dir-5
66 pkgconf --cflags sysroot-dir-4
H A Dbasic.sh69 pkgconf --cflags --libs foo
78 pkgconf --cflags --libs 'foo > 1.2'
86 pkgconf --cflags --libs 'foo > 1.2 bar >= 1.3'
94 pkgconf --cflags --libs 'foo > 1.2,bar >= 1.3'
102 pkgconf --cflags --libs 'foo' '>' '1.2'
110 pkgconf --cflags --libs 'foo' '!=' '1.3.0'
120 pkgconf --cflags --libs 'foo' '!=' '1.2.3'
302 pkgconf --cflags nocflag
354 pkgconf --with-path=${selfdir}/lib1 --cflags --exists-cflags --fragment-filter=D foo
361 pkgconf --with-path=${selfdir}/lib1 --cflags --exists-cflags --fragment-filter=D --env=FOO foo
[all …]
H A Drequires.sh38 pkgconf --libs --cflags baz
70 pkgconf --static --cflags baz
132 pkgconf --cflags missing-require
155 pkgconf --with-path="${selfdir}/lib1" --cflags requires-internal-collision
164 pkgconf --with-path="${selfdir}/lib1" --cflags --libs orphaned-requires-private
171 pkgconf --with-path="${selfdir}/lib1" --libs cflags-libs-private-a
175 pkgconf --with-path="${selfdir}/lib1" --static --libs cflags-libs-private-a
/freebsd/crypto/krb5/src/ccapi/test/
H A DMakefile.w3214 cflags = $(cflags) /EHsc /MTd -D_CRTAPI1=_cdecl -D_CRTAPI2=_cdecl -DWINVER=0x0501 -D_WIN32_WINNT=0x…
17 cflags = $(cflags) /W3 -D_CRTAPI1= -D_CRTAPI2= $(INC)
46 $(cc) $(cdebug) $(cflags) /Fo$(OBJDIR)\$(*B).$(OBJEXT) $(SRC)\$(*B).c
49 $(cc) $(cdebug) $(cflags) $(CO)\$(*B).c
52 $(cc) $(cdebug) $(cflags) $(COWIN)\$(*B).c
55 $(cc) $(cdebug) $(cflags) $(LIBWIN)\$(*B).c
62 $(cc) $(cdebug) $(cflags) $(*B).c
69 $(cc) $(cdebug) $(cflags) $(*B).c
/freebsd/contrib/arm-optimized-routines/
H A Dconfig.mk.dist62 math-cflags =
66 string-cflags = -falign-functions=64
67 networking-cflags =
85 math-cflags += -DUSE_MPFR=$(USE_MPFR)
95 math-cflags += -frounding-math -fexcess-precision=standard -fno-stack-protector
96 math-cflags += -ffp-contract=fast -fno-math-errno
99 #math-cflags += -ffp-contract=fast
105 math-cflags += -DWANT_ERRNO=$(WANT_ERRNO)
113 math-cflags += -DWANT_SVE_TESTS=$(WANT_SVE_TESTS)
117 math-cflags += -DWANT_SIMD_EXCEPT=$(WANT_SIMD_EXCEPT)
[all …]
/freebsd/contrib/bc/scripts/
H A Drelease.pkg.yao263 * @param cflags The C compiler flags.
270 cflags: str,
309 all_cflags: str = cflags +~ " " +~ extra_cflags;
321 env.set env.str("CFLAGS", str(cflags +~ extra_cflags)),
334 * @param cflags The C compiler flags.
341 cflags: str,
353 configure(cflags, cc, flags, gen, long_bit);
356 "\n CFLAGS=\"" +~ cflags +~
381 * @param cflags The C compiler flags.
387 cflags: []str,
[all …]
/freebsd/crypto/openssl/util/
H A Dmkbuildinf.pl13 my $cflags = join(' ', @ARGV);
14 $cflags =~ s(\\)(\\\\)g;
15 $cflags = "compiler: $cflags";
46 foreach my $c (split //, $cflags) {
/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` \
22 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gcr-4 gio-2.0` \
/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()
183 cflags = DP_C_SHORT; in _dopr()
188 cflags = DP_C_LLONG; in _dopr()
191 cflags = DP_C_LONG; in _dopr()
196 cflags = DP_C_LLONG; in _dopr()
200 cflags = DP_C_LDOUBLE; in _dopr()
204 cflags = DP_C_SIZE; in _dopr()
216 switch (cflags) { in _dopr()
244 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.pm550 cflags => [ qw(-arch armv6 -arch armv7) ],
558 cflags => [ "-arch ${MACHINE}" ],
568 %config = ( cflags => [ '-mcpu=ev5' ],
571 %config = ( cflags => [ '-mcpu=ev56' ],
574 %config = ( cflags => [ '-mcpu=ev6' ],
598 %config = ( cflags => [ '-m32' ],
672 cflags => [ "-mschedule=$CPUSCHEDULE", "-march=$CPUARCH" ],
679 cflags => [ '-march=armv7-a' ],
859 cflags => [ '-march=armv7-a' ],
/freebsd/contrib/sqlite3/autosetup/
H A Dpkg-config.tcl125 set ret [catch {exec $pkgconfig --cflags $module} cflags]
129 configlog $cflags
136 define ${prefix}_CFLAGS $cflags
/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/crypto/krb5/src/util/support/
H A Dregex.cpp51 k5_regcomp(regex_t *preg, const char *pattern, int cflags) in k5_regcomp() argument
58 flags = (cflags & REG_EXTENDED) ? std::regex::extended : std::regex::basic; in k5_regcomp()
59 if (cflags & REG_ICASE) in k5_regcomp()
61 if (cflags & REG_NOSUB) in k5_regcomp()
/freebsd/crypto/openssl/apps/
H A Dversion.c63 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local
96 dirty = cflags = 1; in version_main()
119 seed = options = cflags = version = date = platform in version_main()
145 if (cflags) in version_main()
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c137 }, cflags[] = in _nc_trace_ttymode() local
168 8 + sizeof(cflags) + in _nc_trace_ttymode()
180 lookup_bits(buf, cflags, "cflags", tty->c_cflag); in _nc_trace_ttymode()
265 static const BITNAMES cflags[] = in _nc_trace_ttymode() local
282 8 + sizeof(cflags)); in _nc_trace_ttymode()
285 lookup_bits(buf, cflags, "cflags", tty->sg_flags); in _nc_trace_ttymode()
/freebsd/contrib/ncurses/misc/
H A Dncurses-config.in197 --cflags)
214 --cflags-only-I)
233 --cflags-only-other)
350 --cflags echoes the C compiler flags needed to compile for ${CURSES_LIB}
351 --cflags-only-I echoes only -I C compiler flags needed with ${CURSES_LIB}
352 --cflags-only-other echoes only C compiler flags other than -I for ${CURSES_LIB}

12345678