Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c190 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-13.1/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-13.1/crypto/openssl/crypto/bio/
H A Db_print.c97 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-13.1/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c135 }, cflags[] = in _nc_trace_ttymode() local
166 8 + sizeof(cflags) + in _nc_trace_ttymode()
178 lookup_bits(buf, cflags, "cflags", tty->c_cflag); in _nc_trace_ttymode()
233 static const BITNAMES cflags[] = in _nc_trace_ttymode() local
250 8 + sizeof(cflags)); in _nc_trace_ttymode()
253 lookup_bits(buf, cflags, "cflags", tty->sg_flags); in _nc_trace_ttymode()
/freebsd-13.1/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-13.1/usr.bin/grep/
H A Dgrep.c69 int cflags = REG_NOSUB | REG_NEWLINE; variable
493 cflags |= REG_ICASE;
523 cflags &= ~REG_NOSUB;
557 cflags &= ~REG_NOSUB;
561 cflags &= ~REG_NOSUB;
595 cflags &= ~REG_NOSUB;
666 cflags |= REG_NOSPEC;
668 cflags |= REG_LITERAL;
672 cflags |= REG_EXTENDED;
688 c = regcomp(&r_pattern[i], pattern[i].pat, cflags);
/freebsd-13.1/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-13.1/crypto/openssl/apps/
H A Dversion.c66 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-13.1/contrib/libxo/
H A Dlibxo-config.in28 --cflags print pre-processor and compiler flags
41 cflags=false
79 --cflags)
/freebsd-13.1/contrib/wpa/hs20/client/
H A DMakefile11 TEST_WK := $(shell pkg-config --silence-errors --cflags webkitgtk-3.0)
14 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0)
18 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0)
60 CFLAGS += $(shell xml2-config --cflags)
/freebsd-13.1/contrib/ntp/libntp/
H A Dsnprintf.c570 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-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c542 if ((cflags & IEEE80211_CHAN_CCK) != 0) in wlan_channel_flags_to_snmp()
544 if ((cflags & IEEE80211_CHAN_OFDM) != 0) in wlan_channel_flags_to_snmp()
552 if ((cflags & IEEE80211_CHAN_DYN) != 0) in wlan_channel_flags_to_snmp()
556 if ((cflags & IEEE80211_CHAN_GSM) != 0) in wlan_channel_flags_to_snmp()
570 if ((cflags & IEEE80211_CHAN_DFS) != 0) in wlan_channel_flags_to_snmp()
578 if ((cflags & IEEE80211_CHAN_11D) != 0) in wlan_channel_flags_to_snmp()
642 if ((cflags & IEEE80211_CHAN_A) != 0) in wlan_channel_flags_to_snmp_phy()
644 if ((cflags & IEEE80211_CHAN_B) != 0) in wlan_channel_flags_to_snmp_phy()
646 if ((cflags & IEEE80211_CHAN_G) != 0 || in wlan_channel_flags_to_snmp_phy()
652 (cflags & IEEE80211_CHAN_A) != 0) in wlan_channel_flags_to_snmp_phy()
[all …]
/freebsd-13.1/lib/libc/regex/
H A Dregcomp.c213 int cflags, int pflags) in regcomp_internal() argument
227 cflags = GOODFLAGS(cflags); in regcomp_internal()
228 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp_internal()
231 if (cflags&REG_PEND) { in regcomp_internal()
278 if (cflags&REG_POSIX) { in regcomp_internal()
287 if (cflags & REG_EXTENDED) { in regcomp_internal()
300 g->cflags = cflags; in regcomp_internal()
315 if (cflags & REG_NOSPEC) in regcomp_internal()
368 int cflags) in regcomp() argument
381 int cflags, int pflags) in freebsd12_regcomp() argument
[all …]
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_libevent.m487 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-13.1/contrib/lutok/examples/
H A DMakefile35 LUTOK_CPPFLAGS = $$(pkg-config --cflags-only-I lutok)
36 LUTOK_CXXFLAGS = $$(pkg-config --cflags-only-other lutok)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c293 llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) in llvm_regcomp() argument
306 cflags = GOODFLAGS(cflags); in llvm_regcomp()
307 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
310 if (cflags&REG_PEND) { in llvm_regcomp()
344 g->cflags = cflags; in llvm_regcomp()
359 if (cflags&REG_EXTENDED) in llvm_regcomp()
361 else if (cflags&REG_NOSPEC) in llvm_regcomp()
499 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
681 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
836 if (p->g->cflags&REG_ICASE) { in p_bracket()
[all …]
/freebsd-13.1/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile44 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1)
48 DBUS_INCLUDE += $(shell xml2-config --cflags)
/freebsd-13.1/contrib/apr/
H A Dapr-config.in62 --cflags print C compiler flags
84 An application should use the results of --cflags, --cppflags, --includes,
142 --cflags)
/freebsd-13.1/contrib/nvi/regex/
H A Dregcomp.c180 regcomp(regex_t *preg, const RCHAR_T *pattern, int cflags) in regcomp() argument
193 cflags = GOODFLAGS(cflags); in regcomp()
194 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
197 if (cflags&REG_PEND) { in regcomp()
237 g->cflags = cflags; in regcomp()
254 if (cflags&REG_EXTENDED) in regcomp()
256 else if (cflags&REG_NOSPEC) in regcomp()
399 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
615 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
724 if (p->g->cflags&REG_ICASE) { in p_bracket()
[all …]
/freebsd-13.1/contrib/dialog/
H A Ddialog-config.in70 --cflags)
115 --cflags echos the C compiler flags needed to compile with ${THIS}
/freebsd-13.1/contrib/flex/src/
H A Dregex.c50 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-13.1/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h147 void *priv, void *vmp, int cflags) in umem_cache_create() argument
161 cp->cache_cflags = cflags; in umem_cache_create()
/freebsd-13.1/sys/fs/cuse/
H A Dcuse.c153 int cflags; /* client flags */ member
162 ((pcc)->cflags & CUSE_CLI_IS_CLOSING)
529 pcc->cflags |= CUSE_CLI_IS_CLOSING; in cuse_client_is_closing()
1008 pcc->cflags |= (CUSE_CLI_KNOTE_NEED_READ | in cuse_server_wakeup_all_client_locked()
1539 temp = (pcc->cflags & (CUSE_CLI_KNOTE_HAS_READ | in cuse_client_kqfilter_poll()
1541 pcc->cflags &= ~(CUSE_CLI_KNOTE_NEED_READ | in cuse_client_kqfilter_poll()
1552 pcc->cflags |= CUSE_CLI_KNOTE_NEED_READ; in cuse_client_kqfilter_poll()
1554 pcc->cflags |= CUSE_CLI_KNOTE_NEED_WRITE; in cuse_client_kqfilter_poll()
1890 return ((pcc->cflags & CUSE_CLI_KNOTE_NEED_READ) ? 1 : 0); in cuse_client_kqfilter_read_event()
1921 pcc->cflags |= CUSE_CLI_KNOTE_HAS_READ; in cuse_client_kqfilter()
[all …]
/freebsd-13.1/crypto/openssl/
H A DConfigure626 $config{cflags} = [ env('__CNF_CFLAGS') || () ];
1143 $target{cxxflags}//=$target{cflags} if $target{CXX};
1243 push @{$config{cflags}}, "-mno-cygwin";
1254 unshift @{$config{cflags}}, $value;
1308 push @{$config{cflags}}, "-fsanitize=address";
1320 push @{$config{cflags}}, "-fsanitize=memory";
1326 push @{$config{cflags}}, "-fno-omit-frame-pointer", "-g";
1462 push @{$config{cflags}}, "-Wa,--noexecstack";
1500 $config{cflags} = [ map { (my $x = $_) =~ s/([\\\"])/\\$1/g; $x }
1501 @{$config{cflags}} ];
[all …]
/freebsd-13.1/contrib/sqlite3/tea/win/
H A Dmakefile.vc234 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

12345