| /NextBSD/usr.bin/grep/regex/ |
| HD | fastmatch.c | 40 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) in tre_fixncomp() argument 52 ret = tre_compile_literal(preg, wregex, wlen, cflags); in tre_fixncomp() 57 return tre_compile_literal(preg, NULL, 0, cflags); in tre_fixncomp() 61 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) in tre_fastncomp() argument 73 ret = (cflags & REG_LITERAL) in tre_fastncomp() 74 ? tre_compile_literal(preg, wregex, wlen, cflags) in tre_fastncomp() 75 : tre_compile_fast(preg, wregex, wlen, cflags); in tre_fastncomp() 80 return tre_compile_literal(preg, NULL, 0, cflags); in tre_fastncomp() 85 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags) in tre_fixcomp() argument 87 return tre_fixncomp(preg, regex, regex ? strlen(regex) : 0, cflags); in tre_fixcomp() [all …]
|
| HD | fastmatch.h | 38 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);
|
| HD | tre-fastmatch.c | 465 fg->icase = (cflags & REG_ICASE); \ 466 fg->word = (cflags & REG_WORD); \ 467 fg->newline = (cflags & REG_NEWLINE); \ 468 fg->nosub = (cflags & REG_NOSUB); \ 509 int cflags) in tre_compile_literal() argument 548 int cflags) in tre_compile_fast() argument 569 if ((cflags & REG_GNU) && (n >= 14) && in tre_compile_fast() 616 if (escaped || (!(cflags & REG_EXTENDED) && (i == 0))) in tre_compile_fast() 623 if ((cflags & REG_EXTENDED) && (i == 0)) in tre_compile_fast() 625 else if ((cflags & REG_EXTENDED) ^ !escaped) in tre_compile_fast() [all …]
|
| /NextBSD/crypto/openssl/util/ |
| HD | mk1mf.pl | 211 $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.=" -DOPENSSL_NO_RC4" if $no_rc4; 261 $cflags.=" -DOPENSSL_NO_RC5" if $no_rc5; [all …]
|
| HD | mkbuildinf.pl | 3 my ($cflags, $platform) = @ARGV; 5 $cflags = "compiler: $cflags"; 19 foreach my $c (split //, $cflags) {
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | bsd-snprintf.c | 202 int cflags; in dopr() local 209 currlen = flags = cflags = min = 0; in dopr() 289 cflags = DP_C_SHORT; in dopr() 293 cflags = DP_C_INTMAX; in dopr() 297 cflags = DP_C_LONG; in dopr() 300 cflags = DP_C_LLONG; in dopr() 305 cflags = DP_C_LDOUBLE; in dopr() 309 cflags = DP_C_SIZE; in dopr() 321 if (cflags == DP_C_SHORT) in dopr() 323 else if (cflags == DP_C_LONG) in dopr() [all …]
|
| /NextBSD/crypto/openssl/util/pl/ |
| HD | netware.pl | 175 $cflags="-g -DDEBUG"; 179 $cflags="-O2"; 181 $cflags.=" -nostdinc -I$include_path \\ 194 $cflags="-opt off -g -sym internal -DDEBUG"; 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.=" -DNETWARE_BSDSOCK"; 250 $cflags.=" -DNETDB_USE_INTERNET"; [all …]
|
| HD | linux.pl | 14 { $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";
|
| HD | BC-32.pl | 21 $cflags="-DWIN32_LEAN_AND_MEAN -q -w-ccc -w-rch -w-pia -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL… 24 $cflags.="-Od -y -v -vi- -D_DEBUG"; 29 $cflags.="-O2 -ff -fp"; 85 $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM";
|
| HD | OS2-EMX.pl | 15 $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";
|
| HD | ultrix.pl | 14 { $cflags="-g -DREF_CHECK -DCRYPTO_MDEBUG"; } 16 { $cflags="-O2"; } 18 $cflags.=" -std1 -DL_ENDIAN";
|
| HD | Mingw32.pl | 20 { $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";
|
| HD | unix.pl | 16 { $cflags="-g2 -ggdb"; } 18 { $cflags="-O3 -fomit-frame-pointer"; } 24 { $cflags="-g"; } 26 { $cflags="-O"; }
|
| /NextBSD/usr.bin/xlint/xlint/ |
| HD | xlint.c | 81 static char **cflags; variable 329 cflags = xcalloc(1, sizeof (char *)); in main() 338 appcstrg(&cflags, "-E"); in main() 339 appcstrg(&cflags, "-x"); in main() 340 appcstrg(&cflags, "c"); in main() 342 appcstrg(&cflags, "-D__attribute__(x)="); in main() 343 appcstrg(&cflags, "-D__extension__(x)=/*NOSTRICT*/0"); in main() 345 appcstrg(&cflags, "-U__GNUC__"); in main() 346 appcstrg(&cflags, "-undef"); in main() 349 appcstrg(&cflags, "-Wp,-$"); in main() [all …]
|
| /NextBSD/crypto/openssl/crypto/bio/ |
| HD | b_print.c | 182 int cflags; in _dopr() local 186 flags = currlen = cflags = min = 0; in _dopr() 263 cflags = DP_C_SHORT; in _dopr() 268 cflags = DP_C_LLONG; in _dopr() 271 cflags = DP_C_LONG; in _dopr() 275 cflags = DP_C_LLONG; in _dopr() 279 cflags = DP_C_LDOUBLE; in _dopr() 291 switch (cflags) { in _dopr() 315 switch (cflags) { in _dopr() 334 if (cflags == DP_C_LDOUBLE) in _dopr() [all …]
|
| /NextBSD/contrib/ncurses/ncurses/trace/ |
| HD | lib_tracebits.c | 131 }, cflags[] = in _nc_trace_ttymode() local 162 8 + sizeof(cflags) + in _nc_trace_ttymode() 174 lookup_bits(buf, cflags, "cflags", tty->c_cflag); in _nc_trace_ttymode() 229 static const BITNAMES cflags[] = in _nc_trace_ttymode() local 246 8 + sizeof(cflags)); in _nc_trace_ttymode() 249 lookup_bits(buf, cflags, "cflags", tty->sg_flags); in _nc_trace_ttymode()
|
| /NextBSD/crypto/openssl/apps/ |
| HD | version.c | 143 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in MAIN() local 159 cflags = 1; in MAIN() 167 date = version = cflags = options = platform = dir = 1; in MAIN() 207 if (cflags) in MAIN()
|
| /NextBSD/usr.bin/grep/ |
| HD | grep.c | 79 int cflags = REG_NOSUB; variable 519 cflags |= REG_ICASE; in main() 559 cflags &= ~REG_NOSUB; in main() 593 cflags &= ~REG_NOSUB; in main() 597 cflags &= ~REG_NOSUB; in main() 634 cflags &= ~REG_NOSUB; in main() 696 cflags |= 0020; in main() 699 cflags |= REG_EXTENDED; in main() 712 pattern[i].len, cflags) != 0) { in main() 714 c = regcomp(&r_pattern[i], pattern[i].pat, cflags); in main()
|
| /NextBSD/contrib/atf/atf-c/ |
| HD | pkg_config_test.sh | 101 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
|
| /NextBSD/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| HD | wlan_sys.c | 534 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 …]
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | snprintf.c | 570 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 …]
|
| /NextBSD/contrib/libxo/ |
| HD | libxo-config.in | 28 --cflags print pre-processor and compiler flags 41 cflags=false 79 --cflags)
|
| /NextBSD/contrib/ntp/sntp/m4/ |
| HD | ntp_libevent.m4 | 82 CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads` 83 CPPFLAGS_LIBEVENT=`$PKG_CONFIG --cflags-only-I libevent` 92 for i in `$PKG_CONFIG --libs libevent` `$PKG_CONFIG --cflags-only-other libevent_pthreads` 114 CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads` 139 dnl [cflags-libevent], 141 dnl [--enable-cflags-libevent=-pthread],
|
| /NextBSD/crypto/openssh/contrib/ |
| HD | Makefile | 7 $(CC) `gnome-config --cflags gnome gnomeui` \ 12 $(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \
|
| /NextBSD/contrib/llvm/lib/Support/ |
| HD | regcomp.c | 165 llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) in llvm_regcomp() argument 178 cflags = GOODFLAGS(cflags); in llvm_regcomp() 179 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp() 182 if (cflags®_PEND) { in llvm_regcomp() 216 g->cflags = cflags; in llvm_regcomp() 231 if (cflags®_EXTENDED) in llvm_regcomp() 233 else if (cflags®_NOSPEC) in llvm_regcomp() 371 if (p->g->cflags®_NEWLINE) in p_ere_exp() 553 if (p->g->cflags®_NEWLINE) in p_simp_re() 708 if (p->g->cflags®_ICASE) { in p_bracket() [all …]
|