Searched refs:cflags (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-11-stable/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-11-stable/crypto/openssl/util/pl/
H A Dultrix.pl14 { $cflags="-g -DREF_CHECK -DCRYPTO_MDEBUG"; }
16 { $cflags="-O2"; }
18 $cflags.=" -std1 -DL_ENDIAN";
H A Dlinux.pl14 { $cflags="-g2 -ggdb -DREF_CHECK -DCRYPTO_MDEBUG"; }
16 { $cflags="-pg -O3"; }
18 { $cflags="-O3 -fomit-frame-pointer"; }
42 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS";
45 $cflags.=" -DTERMIO -DL_ENDIAN -m486 -Wall";
H A DOS2-EMX.pl15 $cflags="-DL_ENDIAN -O3 -fomit-frame-pointer -m486 -Zmtd -Wall ";
16 $cflags.="-Zomf " if $shlib;
20 $cflags.="-g ";
71 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS";
H A Dnetware.pl175 $cflags="-g -DDEBUG";
179 $cflags="-O2";
181 $cflags.=" -nostdinc -I$include_path \\
194 $cflags="-opt off -g -sym internal -DDEBUG";
200 # $cflags="-opt all";
215 $cflags.=" -nostdinc -ir crypto -ir ssl -ir engines -ir apps -I$include_path \\
225 $cflags.=" -DL_ENDIAN -DOPENSSL_SYSNAME_NETWARE -U_WIN32";
232 $cflags.=" -DNETWARE_LIBC";
239 $cflags.=" -DNETWARE_CLIB";
247 $cflags
[all...]
H A DBC-32.pl21 $cflags="-DWIN32_LEAN_AND_MEAN -q -w-ccc -w-rch -w-pia -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp -D_strnicmp=strnicmp ";
24 $cflags.="-Od -y -v -vi- -D_DEBUG";
29 $cflags.="-O2 -ff -fp";
85 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM";
91 # $cflags =~ s| /MD| /MT|;
H A DMingw32.pl20 { $cflags="-DL_ENDIAN -DDSO_WIN32 -g2 -ggdb"; }
22 { $cflags="-DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -mcpu=i486 -Wall"; }
46 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS";
/freebsd-11-stable/usr.bin/grep/regex/
H A Dfastmatch.c41 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
53 ret = tre_compile_literal(preg, wregex, wlen, cflags);
58 return tre_compile_literal(preg, NULL, 0, cflags);
62 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
74 ret = (cflags & REG_LITERAL)
75 ? tre_compile_literal(preg, wregex, wlen, cflags)
76 : tre_compile_fast(preg, wregex, wlen, cflags);
81 return tre_compile_literal(preg, NULL, 0, cflags);
86 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags) argument
88 return tre_fixncomp(preg, regex, regex ? strlen(regex) : 0, cflags);
92 tre_fastcomp(fastmatch_t *preg, const char *regex, int cflags) argument
98 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
104 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
112 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
118 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
[all...]
H A Dfastmatch.h38 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags);
41 tre_fastcomp(fastmatch_t *preg, const char *regex, int cflags);
51 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags);
54 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags);
63 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t len, int cflags);
66 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t len, int cflags);
73 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t len, int cflags);
76 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t len, int cflags);
/freebsd-11-stable/crypto/openssl/util/
H A Dmkbuildinf.pl3 my ($cflags, $platform) = @ARGV;
5 $cflags = "compiler: $cflags";
10 #define CFLAGS cflags
16 static const char cflags[] = {
19 foreach my $c (split //, $cflags) {
H A Dmk1mf.pl211 $cflags='-DTERMIO -D_ANSI_SOURCE -O2 -fomit-frame-pointer';
242 $cflags.=' -DTERMIO';
253 $cflags= "$xcflags$cflags" if $xcflags ne "";
255 $cflags.=" -DOPENSSL_NO_IDEA" if $no_idea;
256 $cflags.=" -DOPENSSL_NO_AES" if $no_aes;
257 $cflags.=" -DOPENSSL_NO_CAMELLIA" if $no_camellia;
258 $cflags.=" -DOPENSSL_NO_SEED" if $no_seed;
259 $cflags.=" -DOPENSSL_NO_RC2" if $no_rc2;
260 $cflags
[all...]
/freebsd-11-stable/contrib/unbound/contrib/android/
H A D15-android.conf28 cflags => add(picker(release => "-fomit-frame-pointer")),
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c190 int cflags; local
197 currlen = flags = cflags = min = 0;
277 cflags = DP_C_SHORT;
281 cflags = DP_C_INTMAX;
285 cflags = DP_C_LONG;
288 cflags = DP_C_LLONG;
293 cflags = DP_C_LDOUBLE;
297 cflags = DP_C_SIZE;
309 if (cflags == DP_C_SHORT)
311 else if (cflags
[all...]
/freebsd-11-stable/contrib/libxo/
H A Dlibxo-config.in28 --cflags print pre-processor and compiler flags
41 cflags=false
79 --cflags)
/freebsd-11-stable/crypto/openssl/apps/
H A Dversion.c143 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local
159 cflags = 1;
167 date = version = cflags = options = platform = dir = 1;
207 if (cflags)
/freebsd-11-stable/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-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c131 }, cflags[] = local
162 8 + sizeof(cflags) +
174 lookup_bits(buf, cflags, "cflags", tty->c_cflag);
229 static const BITNAMES cflags[] = local
246 8 + sizeof(cflags));
249 lookup_bits(buf, cflags, "cflags", tty->sg_flags);
/freebsd-11-stable/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-11-stable/contrib/libpcap/
H A Dpcap-config.in30 --cflags)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
48 DBUS_INCLUDE += $(shell xml2-config --cflags)
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c81 static char **cflags; variable
329 cflags = xcalloc(1, sizeof (char *));
338 appcstrg(&cflags, "-E");
339 appcstrg(&cflags, "-x");
340 appcstrg(&cflags, "c");
342 appcstrg(&cflags, "-D__attribute__(x)=");
343 appcstrg(&cflags, "-D__extension__(x)=/*NOSTRICT*/0");
345 appcstrg(&cflags, "-U__GNUC__");
346 appcstrg(&cflags, "-undef");
349 appcstrg(&cflags, "
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Db_print.c182 int cflags; local
186 flags = currlen = cflags = min = 0;
264 cflags = DP_C_SHORT;
269 cflags = DP_C_LLONG;
272 cflags = DP_C_LONG;
276 cflags = DP_C_LLONG;
280 cflags = DP_C_LDOUBLE;
292 switch (cflags) {
317 switch (cflags) {
337 if (cflags
[all...]
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.c33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
/freebsd-11-stable/contrib/flex/
H A Dregex.c48 * @param cflags Same as for regcomp().
50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) argument
56 if ((err = regcomp (preg, regex, cflags)) != 0) {
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkrb5-config.in72 --cflags)
99 echo "options: [--prefix[=dir]] [--exec-prefix[=dir]] [--libs] [--cflags]"

Completed in 180 milliseconds

1234