Searched refs:cflags (Results 26 - 50 of 89) sorted by last modified time

1234

/freebsd-11-stable/usr.sbin/bhyve/
H A Dsmbiostbl.c129 uint64_t cflags; /* characteristics */ member in struct:smbios_table_type0
218 uint16_t cflags; /* processor characteristics */ member in struct:smbios_table_type4
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c166 int cflags = zio_exclude_metadata ? KMC_NODEBUG : 0; local
193 align, NULL, NULL, NULL, NULL, NULL, cflags);
203 cflags | KMC_NOTOUCH | KMC_NODEBUG);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-config.in30 --cflags)
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h72 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c156 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags)
171 NULL, NULL, align > 0 ? align - 1 : 0, cflags);
154 kmem_cache_create(char *name, size_t bufsize, size_t align, int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags) argument
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Db_print.c182 int cflags; local
186 flags = currlen = cflags = min = 0;
264 cflags = DP_C_SHORT;
269 cflags = DP_C_LLONG;
272 cflags = DP_C_LONG;
276 cflags = DP_C_LLONG;
280 cflags = DP_C_LDOUBLE;
292 switch (cflags) {
317 switch (cflags) {
337 if (cflags
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c536 wlan_channel_flags_to_snmp(uint32_t cflags) argument
540 if ((cflags & IEEE80211_CHAN_TURBO) != 0)
542 if ((cflags & IEEE80211_CHAN_CCK) != 0)
544 if ((cflags & IEEE80211_CHAN_OFDM) != 0)
546 if ((cflags & IEEE80211_CHAN_2GHZ) != 0)
548 if ((cflags & IEEE80211_CHAN_5GHZ) != 0)
550 if ((cflags & IEEE80211_CHAN_PASSIVE) != 0)
552 if ((cflags & IEEE80211_CHAN_DYN) != 0)
554 if ((cflags & IEEE80211_CHAN_GFSK) != 0)
556 if ((cflags
639 wlan_channel_flags_to_snmp_phy(uint32_t cflags) argument
[all...]
H A Dwlan_snmp.h229 uint32_t wlan_channel_flags_to_snmp(uint32_t cflags);
/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c478 fg->icase = (cflags & REG_ICASE); \
479 fg->word = (cflags & REG_WORD); \
480 fg->newline = (cflags & REG_NEWLINE); \
481 fg->nosub = (cflags & REG_NOSUB); \
522 int cflags)
561 int cflags)
582 if ((cflags & REG_GNU) && (n >= 14) &&
629 if (escaped || (!(cflags & REG_EXTENDED) && (i == 0)))
636 if ((cflags & REG_EXTENDED) && (i == 0))
638 else if ((cflags
521 tre_compile_literal(fastmatch_t *fg, const tre_char_t *pat, size_t n, int cflags) argument
560 tre_compile_fast(fastmatch_t *fg, const tre_char_t *pat, size_t n, int cflags) argument
[all...]
H A Dfastmatch.c41 tre_fixncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
53 ret = tre_compile_literal(preg, wregex, wlen, cflags);
58 return tre_compile_literal(preg, NULL, 0, cflags);
62 tre_fastncomp(fastmatch_t *preg, const char *regex, size_t n, int cflags) argument
74 ret = (cflags & REG_LITERAL)
75 ? tre_compile_literal(preg, wregex, wlen, cflags)
76 : tre_compile_fast(preg, wregex, wlen, cflags);
81 return tre_compile_literal(preg, NULL, 0, cflags);
86 tre_fixcomp(fastmatch_t *preg, const char *regex, int cflags) argument
88 return tre_fixncomp(preg, regex, regex ? strlen(regex) : 0, cflags);
92 tre_fastcomp(fastmatch_t *preg, const char *regex, int cflags) argument
98 tre_fixwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
104 tre_fastwncomp(fastmatch_t *preg, const wchar_t *regex, size_t n, int cflags) argument
112 tre_fixwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
118 tre_fastwcomp(fastmatch_t *preg, const wchar_t *regex, int cflags) argument
[all...]
H A Dfastmatch.h38 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);
/freebsd-11-stable/bin/pkill/
H A Dpkill.c112 static int cflags = REG_EXTENDED; variable
249 cflags |= REG_ICASE;
348 if ((rv = regcomp(&reg, *argv, cflags)) != 0) {
/freebsd-11-stable/lib/libc/regex/
H A Dregex2.h170 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
H A Dregcomp.c218 int cflags)
232 cflags = GOODFLAGS(cflags);
233 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
236 if (cflags&REG_PEND) {
281 if (cflags & REG_EXTENDED) {
296 g->cflags = cflags;
311 if (cflags
216 regcomp(regex_t * __restrict preg, const char * __restrict pattern, int cflags) argument
[all...]
H A Dengine.c172 if (g->cflags&REG_NOSUB)
609 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
617 (m->g->cflags&REG_NEWLINE)) )
633 (m->g->cflags&REG_NEWLINE)) ||
811 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
816 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl211 $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
[all...]
H A Dmkbuildinf.pl3 my ($cflags, $platform) = @ARGV;
5 $cflags = "compiler: $cflags";
10 #define CFLAGS cflags
16 static const char cflags[] = {
19 foreach my $c (split //, $cflags) {
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c190 int cflags; local
197 currlen = flags = cflags = min = 0;
277 cflags = DP_C_SHORT;
281 cflags = DP_C_INTMAX;
285 cflags = DP_C_LONG;
288 cflags = DP_C_LLONG;
293 cflags = DP_C_LDOUBLE;
297 cflags = DP_C_SIZE;
309 if (cflags == DP_C_SHORT)
311 else if (cflags
[all...]
/freebsd-11-stable/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-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c2433 uint_t cflags, int argc, char *const argv[], FILE *fp, const char *s)
2441 if ((fp == NULL && s == NULL) || (cflags & ~DTRACE_C_MASK) != 0) {
2455 if (fp && (cflags & DTRACE_C_CPP) && (fp = dt_preproc(dtp, fp)) == NULL)
2468 pcb.pcb_cflags = dtp->dt_cflags | cflags;
2476 else if (cflags & DTRACE_C_CTL)
2505 if (cflags & DTRACE_C_CTL)
2593 if (yypcb->pcb_fileptr && (cflags & DTRACE_C_CPP))
2603 dtrace_probespec_t spec, uint_t cflags, int argc, char *const argv[])
2606 spec, NULL, cflags, argc, argv, NULL, s));
2611 uint_t cflags, in
2432 dt_compile(dtrace_hdl_t *dtp, int context, dtrace_probespec_t pspec, void *arg, uint_t cflags, int argc, char *const argv[], FILE *fp, const char *s) argument
2602 dtrace_program_strcompile(dtrace_hdl_t *dtp, const char *s, dtrace_probespec_t spec, uint_t cflags, int argc, char *const argv[]) argument
2610 dtrace_program_fcompile(dtrace_hdl_t *dtp, FILE *fp, uint_t cflags, int argc, char *const argv[]) argument
[all...]
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c2698 uint32_t cflags, hdrlen, ip_off, poff, vtag; local
2830 cflags = TD_ETHERNET;
2838 cflags |= TD_INS_VLAN_TAG;
2842 cflags |= TD_TSO | TD_TSO_DESCV1;
2843 cflags |= ((uint32_t)m->m_pkthdr.tso_segsz << TD_MSS_SHIFT) &
2846 cflags |= (poff << TD_TCPHDR_OFFSET_SHIFT) &
2856 desc->flags = htole32(cflags);
2865 desc->flags = htole32(cflags);
2875 cflags |= TD_CUSTOM_CSUM;
2877 cflags |
[all...]
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1422 int cflags = m0->m_pkthdr.csum_flags; local
1427 if (__predict_false(!(cflags & CSUM_IP)))
1429 if (__predict_false(!(cflags & (CSUM_TCP | CSUM_UDP |
/freebsd-11-stable/crypto/openssl/util/pl/
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 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 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";

Completed in 220 milliseconds

1234