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

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/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 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 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 Dunix.pl16 { $cflags="-g2 -ggdb"; }
18 { $cflags="-O3 -fomit-frame-pointer"; }
24 { $cflags="-g"; }
26 { $cflags="-O"; }
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 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 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";
H A DVC-32.pl133 $cflags=$dbg_cflags.$base_cflags;
137 $cflags=$opt_cflags.$base_cflags;
170 $ex_libs="unicows.lib $ex_libs" if ($FLAVOR =~ /WIN32/ and $cflags =~ /\-DUNICODE/);
239 $cflags.=" -DOPENSSL_USE_APPLINK -I.";
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deregex.c92 _get_compiled_pattern(pword arg, int cflags, regex_t *pcompiled_reg, regex_t **ppreg) argument
101 err = regcomp(pcompiled_reg, pattern, cflags);
112 int err, cflags, eflags; local
118 err = _get_flags(ec_arg(2), &cflags, &eflags);
122 err = regcomp(preg, pattern, cflags);
132 int err, cflags, eflags; local
138 err = _get_flags(ec_arg(3), &cflags, &eflags);
140 err = _get_compiled_pattern(ec_arg(1), cflags|REG_NOSUB, &compiled_reg, &preg);
156 int err, cflags, eflags; local
163 err = _get_flags(ec_arg(3), &cflags,
182 int err, cflags, eflags; local
235 int err, cflags, eflags; local
292 int err, cflags, eflags; local
[all...]
/barrelfish-2018-10-04/lib/skb/
H A Dskb_snprintf.c199 int cflags; local
206 currlen = flags = cflags = min = 0;
286 cflags = DP_C_SHORT;
289 //cflags = DP_C_SHORT;
294 cflags = DP_C_INTMAX;
298 cflags = DP_C_LONG;
301 cflags = DP_C_LLONG;
306 cflags = DP_C_LDOUBLE;
310 cflags = DP_C_SIZE;
322 if (cflags
[all...]
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dc_print_results.c24 char *cflags,
68 printf( " CFLAGS = %s\n", cflags );
7 c_print_results( char *name, char class, int n1, int n2, int n3, int niter, int nthreads, double t, double mops, char *optype, int passed_verification, char *npbversion, char *compiletime, char *cc, char *clink, char *c_lib, char *c_inc, char *cflags, char *clinkflags, char *rand) argument
H A Dnpb-C.h43 char *cflags, char *clinkflags, char *rand);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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;
212 if (cflags) printf("%s\n",SSLeay_version(SSLEAY_CFLAGS));
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dcommon.h26 char *cflags,
H A Dprint_results.c26 char *cflags,
71 printf( " CFLAGS = %s\n", cflags );
8 print_results( char *name, char class, int n1, int n2, int n3, int niter, int nprocs_compiled, int nprocs_total, double t, double mops, char *optype, int passed_verification, char *npbversion, char *compiletime, char *mpicc, char *clink, char *cmpi_lib, char *cmpi_inc, char *cflags, char *clinkflags ) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dmk1mf.pl197 $cflags='-DTERMIO -D_ANSI_SOURCE -O2 -fomit-frame-pointer';
228 $cflags.=' -DTERMIO';
237 $cflags= "$xcflags$cflags" if $xcflags ne "";
239 $cflags.=" -DOPENSSL_NO_IDEA" if $no_idea;
240 $cflags.=" -DOPENSSL_NO_AES" if $no_aes;
241 $cflags.=" -DOPENSSL_NO_CAMELLIA" if $no_camellia;
242 $cflags.=" -DOPENSSL_NO_SEED" if $no_seed;
243 $cflags.=" -DOPENSSL_NO_RC2" if $no_rc2;
244 $cflags
[all...]
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.c262 cflags compilation flags
269 regcomp(regex_t *preg, const char *pattern, int cflags) argument
277 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS;
278 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE;
279 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL;
280 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE;
281 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8;
282 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP;
283 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY;
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dprint_results.c26 char *cflags,
71 printf( " CFLAGS = %s\n", cflags );
8 print_results( char *name, char *class, int *n1, int *n2, int *n3, int *niter, int *nprocs_compiled, int *nprocs_total, double *t, double *mops, char *optype, int *passed_verification, char *npbversion, char *compiletime, char *mpicc, char *clink, char *cmpi_lib, char *cmpi_inc, char *cflags, char *clinkflags ) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Db_print.c186 int cflags; local
190 flags = currlen = cflags = min = 0;
267 cflags = DP_C_SHORT;
272 cflags = DP_C_LLONG;
275 cflags = DP_C_LONG;
279 cflags = DP_C_LLONG;
283 cflags = DP_C_LDOUBLE;
295 switch (cflags) {
319 switch (cflags) {
340 if (cflags
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregcomp.c86 regcomp(preg, pattern, cflags)
89 int cflags;
102 cflags = GOODFLAGS(cflags);
103 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
106 if (cflags&REG_PEND) {
140 g->cflags = cflags;
155 if (cflags
[all...]
H A Dregex2.h111 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
H A Dengine.c84 if (g->cflags&REG_NOSUB)
465 (m->g->cflags&REG_NEWLINE)) )
473 (m->g->cflags&REG_NEWLINE)) )
481 (m->g->cflags&REG_NEWLINE)) ||
492 (m->g->cflags&REG_NEWLINE)) ||
658 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
663 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
747 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
752 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregcomp.c187 int cflags)
201 cflags = GOODFLAGS(cflags);
202 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
205 if (cflags&REG_PEND) {
252 g->cflags = cflags;
267 if (cflags&REG_EXTENDED)
269 else if (cflags
185 regcomp(regex_t * __restrict preg, const char * __restrict pattern, int cflags) argument
[all...]
H A Dregex2.h170 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
H A Dengine.c174 if (g->cflags&REG_NOSUB)
611 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
619 (m->g->cflags&REG_NEWLINE)) )
635 (m->g->cflags&REG_NEWLINE)) ||
813 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
818 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
916 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
921 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||

Completed in 176 milliseconds

12