| /freebsd-12.1/crypto/openssh/openbsd-compat/ |
| H A D | bsd-snprintf.c | 190 int cflags; in dopr() local 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() 327 if (cflags == DP_C_SHORT) in dopr() 347 if (cflags == DP_C_SHORT) in dopr() 369 if (cflags == DP_C_SHORT) in dopr() [all …]
|
| /freebsd-12.1/contrib/ncurses/ncurses/trace/ |
| H A D | 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()
|
| /freebsd-12.1/crypto/openssl/crypto/bio/ |
| H A D | b_print.c | 97 int cflags; in _dopr() local 101 flags = currlen = cflags = min = 0; in _dopr() 179 cflags = DP_C_SHORT; in _dopr() 184 cflags = DP_C_LLONG; in _dopr() 187 cflags = DP_C_LONG; in _dopr() 192 cflags = DP_C_LLONG; in _dopr() 196 cflags = DP_C_LDOUBLE; in _dopr() 200 cflags = DP_C_SIZE; in _dopr() 212 switch (cflags) { in _dopr() 240 switch (cflags) { in _dopr() [all …]
|
| /freebsd-12.1/usr.bin/grep/ |
| H A D | grep.c | 70 int cflags = REG_NOSUB | REG_NEWLINE; variable 510 cflags |= REG_ICASE; 540 cflags &= ~REG_NOSUB; 578 cflags &= ~REG_NOSUB; 582 cflags &= ~REG_NOSUB; 616 cflags &= ~REG_NOSUB; 687 cflags |= REG_NOSPEC; 689 cflags |= REG_LITERAL; 693 cflags |= REG_EXTENDED; 710 c = regcomp(&r_pattern[i], pattern[i].pat, cflags);
|
| /freebsd-12.1/contrib/atf/atf-c/ |
| H A D | 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
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | version.c | 66 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; in version_main() local 93 dirty = cflags = 1; in version_main() 108 seed = options = cflags = version = date = platform = dir = engdir in version_main() 151 if (cflags) in version_main()
|
| /freebsd-12.1/crypto/openssh/contrib/ |
| H A D | Makefile | 7 $(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-12.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_sys.c | 543 if ((cflags & IEEE80211_CHAN_CCK) != 0) in wlan_channel_flags_to_snmp() 545 if ((cflags & IEEE80211_CHAN_OFDM) != 0) in wlan_channel_flags_to_snmp() 553 if ((cflags & IEEE80211_CHAN_DYN) != 0) in wlan_channel_flags_to_snmp() 557 if ((cflags & IEEE80211_CHAN_GSM) != 0) in wlan_channel_flags_to_snmp() 571 if ((cflags & IEEE80211_CHAN_DFS) != 0) in wlan_channel_flags_to_snmp() 579 if ((cflags & IEEE80211_CHAN_11D) != 0) in wlan_channel_flags_to_snmp() 643 if ((cflags & IEEE80211_CHAN_A) != 0) in wlan_channel_flags_to_snmp_phy() 645 if ((cflags & IEEE80211_CHAN_B) != 0) in wlan_channel_flags_to_snmp_phy() 647 if ((cflags & IEEE80211_CHAN_G) != 0 || in wlan_channel_flags_to_snmp_phy() 653 (cflags & IEEE80211_CHAN_A) != 0) in wlan_channel_flags_to_snmp_phy() [all …]
|
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | 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() 714 cflags = PRINT_C_SIZE; in rpl_vsnprintf() 725 switch (cflags) { in rpl_vsnprintf() 768 switch (cflags) { in rpl_vsnprintf() [all …]
|
| /freebsd-12.1/contrib/libxo/ |
| H A D | libxo-config.in | 28 --cflags print pre-processor and compiler flags 41 cflags=false 79 --cflags)
|
| /freebsd-12.1/contrib/ntp/sntp/m4/ |
| H A D | ntp_libevent.m4 | 87 CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads` 88 CPPFLAGS_LIBEVENT=`$PKG_CONFIG --cflags-only-I libevent` 97 for i in `$PKG_CONFIG --libs libevent` `$PKG_CONFIG --cflags-only-other libevent_pthreads` 118 CFLAGS_LIBEVENT=`$PKG_CONFIG --cflags libevent_pthreads` 143 dnl [cflags-libevent], 145 dnl [--enable-cflags-libevent=-pthread],
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | regcomp.c | 292 llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) in llvm_regcomp() argument 305 cflags = GOODFLAGS(cflags); in llvm_regcomp() 306 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp() 309 if (cflags®_PEND) { in llvm_regcomp() 343 g->cflags = cflags; in llvm_regcomp() 358 if (cflags®_EXTENDED) in llvm_regcomp() 360 else if (cflags®_NOSPEC) in llvm_regcomp() 498 if (p->g->cflags®_NEWLINE) in p_ere_exp() 680 if (p->g->cflags®_NEWLINE) in p_simp_re() 835 if (p->g->cflags®_ICASE) { in p_bracket() [all …]
|
| /freebsd-12.1/contrib/nvi/regex/ |
| H A D | regcomp.c | 180 regcomp(regex_t *preg, const RCHAR_T *pattern, int cflags) in regcomp() argument 193 cflags = GOODFLAGS(cflags); in regcomp() 194 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp() 197 if (cflags®_PEND) { in regcomp() 237 g->cflags = cflags; in regcomp() 254 if (cflags®_EXTENDED) in regcomp() 256 else if (cflags®_NOSPEC) in regcomp() 399 if (p->g->cflags®_NEWLINE) in p_ere_exp() 615 if (p->g->cflags®_NEWLINE) in p_simp_re() 724 if (p->g->cflags®_ICASE) { in p_bracket() [all …]
|
| H A D | engine.c | 146 if (g->cflags®_NOSUB) in matcher() 517 (m->g->cflags®_NEWLINE)) ) in backref() 525 (m->g->cflags®_NEWLINE)) ) in backref() 533 (m->g->cflags®_NEWLINE)) || in backref() 544 (m->g->cflags®_NEWLINE)) || in backref() 709 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in fast() 714 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in fast() 792 if ( (lastc == '\n' && m->g->cflags®_NEWLINE) || in slow() 797 if ( (c == '\n' && m->g->cflags®_NEWLINE) || in slow()
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/dbus/ |
| H A D | Makefile | 44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) 48 DBUS_INCLUDE += $(shell xml2-config --cflags)
|
| /freebsd-12.1/contrib/apr/ |
| H A D | apr-config.in | 62 --cflags print C compiler flags 84 An application should use the results of --cflags, --cppflags, --includes, 142 --cflags)
|
| /freebsd-12.1/contrib/libgnuregex/ |
| H A D | regex.c | 33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags) argument
|
| /freebsd-12.1/lib/libc/regex/ |
| H A D | regcomp.c | 223 int cflags) in regcomp() argument 237 cflags = GOODFLAGS(cflags); in regcomp() 238 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp() 241 if (cflags®_PEND) { in regcomp() 286 if (cflags & REG_EXTENDED) { in regcomp() 301 g->cflags = cflags; in regcomp() 316 if (cflags & REG_NOSPEC) in regcomp() 425 if (p->g->cflags®_NEWLINE) in p_ere_exp() 734 if (p->g->cflags®_NEWLINE) in p_simp_re() 883 if (p->g->cflags®_ICASE) in p_bracket() [all …]
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | dialog-config.in | 70 --cflags) 115 --cflags echos the C compiler flags needed to compile with ${THIS}
|
| /freebsd-12.1/sys/fs/cuse/ |
| H A D | cuse.c | 134 int cflags; /* client flags */ member 143 ((pcc)->cflags & CUSE_CLI_IS_CLOSING) 510 pcc->cflags |= CUSE_CLI_IS_CLOSING; in cuse_client_is_closing() 985 pcc->cflags |= (CUSE_CLI_KNOTE_NEED_READ | in cuse_server_wakeup_all_client_locked() 1530 temp = (pcc->cflags & (CUSE_CLI_KNOTE_HAS_READ | in cuse_client_kqfilter_poll() 1532 pcc->cflags &= ~(CUSE_CLI_KNOTE_NEED_READ | in cuse_client_kqfilter_poll() 1543 pcc->cflags |= CUSE_CLI_KNOTE_NEED_READ; in cuse_client_kqfilter_poll() 1545 pcc->cflags |= CUSE_CLI_KNOTE_NEED_WRITE; in cuse_client_kqfilter_poll() 1865 return ((pcc->cflags & CUSE_CLI_KNOTE_NEED_READ) ? 1 : 0); in cuse_client_kqfilter_read_event() 1894 pcc->cflags |= CUSE_CLI_KNOTE_HAS_READ; in cuse_client_kqfilter() [all …]
|
| /freebsd-12.1/contrib/flex/ |
| H A D | regex.c | 50 void flex_regcomp(regex_t *preg, const char *regex, int cflags) in flex_regcomp() argument 56 if ((err = regcomp (preg, regex, cflags)) != 0) { in flex_regcomp()
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | Configure | 601 $config{cflags} = [ env('__CNF_CFLAGS') || () ]; 1099 $target{cxxflags}//=$target{cflags} if $target{CXX}; 1232 push @{$config{cflags}}, "-mno-cygwin"; 1243 unshift @{$config{cflags}}, $value; 1299 push @{$config{cflags}}, "-fsanitize=address"; 1309 push @{$config{cflags}}, "-fsanitize=memory"; 1314 push @{$config{cflags}}, "-fno-omit-frame-pointer", "-g"; 1449 push @{$config{cflags}}, "-Wa,--noexecstack"; 1487 $config{cflags} = [ map { (my $x = $_) =~ s/([\\\"])/\\$1/g; $x } 1488 @{$config{cflags}} ]; [all …]
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | ncurses-config.in | 99 --cflags) 172 --cflags echos the C compiler flags needed to compile with ${THIS}
|
| /freebsd-12.1/contrib/sqlite3/tea/win/ |
| H A D | makefile.vc | 234 cflags = -nologo -c -W3 -D_CRT_SECURE_NO_WARNINGS -YX -Fp$(TMP_DIR)^\ 252 BASE_CLFAGS = $(cflags) $(cdebug) $(crt) $(INCLUDES) \ 255 CON_CFLAGS = $(cflags) $(cdebug) $(crt) -DCONSOLE -DSQLITE_ENABLE_FTS3=1
|
| /freebsd-12.1/sys/contrib/zstd/tests/fuzz/ |
| H A D | fuzz.py | 324 [args.cppflags, args.cflags, args.cxxflags, args.ldflags])) 350 cflags = [args.cflags] 385 cflags += [args.msan_extra_cflags] 408 cflags += common_flags 415 cflags_str = "CFLAGS={}".format(' '.join(cflags))
|