Searched refs:cflags (Results 51 - 75 of 89) sorted by last modified time

1234

/freebsd-11-stable/crypto/openssl/util/pl/
H A DVC-32.pl150 $cflags=$dbg_cflags.$base_cflags;
154 $cflags=$opt_cflags.$base_cflags;
199 $ex_libs="unicows.lib $ex_libs" if ($FLAVOR =~ /WIN32/ and $cflags =~ /\-DUNICODE/);
268 $cflags.=" -DOPENSSL_USE_APPLINK -I.";
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 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 Dultrix.pl14 { $cflags="-g -DREF_CHECK -DCRYPTO_MDEBUG"; }
16 { $cflags="-O2"; }
18 $cflags.=" -std1 -DL_ENDIAN";
H A Dunix.pl16 { $cflags="-g2 -ggdb"; }
18 { $cflags="-O3 -fomit-frame-pointer"; }
24 { $cflags="-g"; }
26 { $cflags="-O"; }
/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/heimdal/
H A Dconfigure12958 openldap_cflags="`$with_openldap_config --cflags 2>&1`"
13269 pkg_cv_CAPNG_CFLAGS=`$PKG_CONFIG --cflags "libcap-ng >= 0.4.0" 2>/dev/null`
13433 sqlite3_cflags="`$with_sqlite3_config --cflags 2>&1`"
13674 libintl_cflags="`$with_libintl_config --cflags 2>&1`"
23642 readline_cflags="`$with_readline_config --cflags 2>&1`"
23881 libedit_cflags="`$with_libedit_config --cflags 2>&1`"
24125 hesiod_cflags="`$with_hesiod_config --cflags 2>&1`"
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkrb5-config.in72 --cflags)
99 echo "options: [--prefix[=dir]] [--exec-prefix[=dir]] [--libs] [--cflags]"
/freebsd-11-stable/cddl/compat/opensolaris/lib/libumem/
H A Dumem.c106 umem_cache_t *umem_cache_create(char *debug_name, size_t bufsize, size_t align, umem_constructor_t *constructor, umem_destructor_t *destructor, umem_reclaim_t *reclaim, void *callback_data, void *source, int cflags) argument
/freebsd-11-stable/contrib/flex/
H A Dflexdef.h1202 void flex_regcomp(regex_t *preg, const char *regex, int cflags);
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/contrib/libgnuregex/
H A Dregcomp.c469 regcomp (preg, pattern, cflags)
472 int cflags;
475 reg_syntax_t syntax = ((cflags & REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED
487 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;
490 if (cflags & REG_NEWLINE)
499 preg->no_sub = !!(cflags & REG_NOSUB);
H A Dregex.c33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
/freebsd-11-stable/contrib/nvi/regex/
H A Dengine.c146 if (g->cflags&REG_NOSUB)
517 (m->g->cflags&REG_NEWLINE)) )
525 (m->g->cflags&REG_NEWLINE)) )
533 (m->g->cflags&REG_NEWLINE)) ||
544 (m->g->cflags&REG_NEWLINE)) ||
709 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
714 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
792 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
797 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
H A Dregcomp.c180 regcomp(regex_t *preg, const RCHAR_T *pattern, int cflags) argument
193 cflags = GOODFLAGS(cflags);
194 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
197 if (cflags&REG_PEND) {
237 g->cflags = cflags;
254 if (cflags&REG_EXTENDED)
256 else if (cflags
[all...]
H A Dregex2.h143 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsnprintf.c570 int cflags = 0; local
689 cflags = PRINT_C_CHAR;
691 cflags = PRINT_C_SHORT;
697 cflags = PRINT_C_LLONG;
699 cflags = PRINT_C_LONG;
702 cflags = PRINT_C_LDOUBLE;
706 cflags = PRINT_C_INTMAX;
710 cflags = PRINT_C_PTRDIFF;
714 cflags = PRINT_C_SIZE;
725 switch (cflags) {
[all...]
/freebsd-11-stable/contrib/ncurses/misc/
H A Dncurses-config.in99 --cflags)
172 --cflags echos the C compiler flags needed to compile with ${THIS}
/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/libxo/
H A Dlibxo-config.in28 --cflags print pre-processor and compiler flags
41 cflags=false
79 --cflags)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c68 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
7930 regcomp (regex_t *preg, const char *pattern, int cflags)
7934 = (cflags & REG_EXTENDED) ?
7945 if (cflags & REG_ICASE)
7963 if (cflags & REG_NEWLINE)
7973 preg->no_sub = !!(cflags & REG_NOSUB);
8011 If NMATCH is zero or REG_NOSUB was set in the cflags argument to
/freebsd-11-stable/contrib/dialog/
H A Ddialog-config.in70 --cflags)
115 --cflags echos the C compiler flags needed to compile with ${THIS}
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c68 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
7930 regcomp (regex_t *preg, const char *pattern, int cflags)
7934 = (cflags & REG_EXTENDED) ?
7945 if (cflags & REG_ICASE)
7963 if (cflags & REG_NEWLINE)
7973 preg->no_sub = !!(cflags & REG_NOSUB);
8011 If NMATCH is zero or REG_NOSUB was set in the cflags argument to
/freebsd-11-stable/contrib/atf/atf-c/
H A Dbuild_test.c161 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
H A Dh_build.h39 const char *cflags; member in struct:c_o_test
80 "Some cflags",
114 "Some cflags and cppflags",
146 "Some cflags, cppflags and optional arguments",

Completed in 297 milliseconds

1234