Searched refs:cflags (Results 26 - 50 of 81) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c293 llvm_regcomp(llvm_regex_t *preg, const char *pattern, int cflags) argument
306 cflags = GOODFLAGS(cflags);
307 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
310 if (cflags&REG_PEND) {
344 g->cflags = cflags;
359 if (cflags&REG_EXTENDED)
361 else if (cflags
[all...]
H A Dregex2.h140 int cflags; /* copy of llvm_regcomp() cflags argument */ member in struct:re_guts
H A Dregengine.inc146 if (g->cflags&REG_NOSUB)
523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
/freebsd-12-stable/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
/freebsd-12-stable/contrib/bc/
H A Drelease.sh441 cflags="-Wall -Wextra -Werror -pedantic -Wno-conditional-uninitialized"
443 debug="$cflags -fno-omit-frame-pointer"
444 release="$cflags -DNDEBUG"
/freebsd-12-stable/contrib/atf/atf-c++/
H A Dpkg_config_test.sh100 atf_check -s eq:0 -o save:stdout -e empty pkg-config --cflags atf-c++
H A Dbuild_test.cpp160 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
/freebsd-12-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-12-stable/contrib/nvi/regex/
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 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) ||
/freebsd-12-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-12-stable/sys/fs/cuse/
H A Dcuse.c153 int cflags; /* client flags */ member in struct:cuse_client
162 ((pcc)->cflags & CUSE_CLI_IS_CLOSING)
531 pcc->cflags |= CUSE_CLI_IS_CLOSING;
1011 pcc->cflags |= (CUSE_CLI_KNOTE_NEED_READ |
1545 temp = (pcc->cflags & (CUSE_CLI_KNOTE_HAS_READ |
1547 pcc->cflags &= ~(CUSE_CLI_KNOTE_NEED_READ |
1558 pcc->cflags |= CUSE_CLI_KNOTE_NEED_READ;
1560 pcc->cflags |= CUSE_CLI_KNOTE_NEED_WRITE;
1898 return ((pcc->cflags & CUSE_CLI_KNOTE_NEED_READ) ? 1 : 0);
1910 return ((pcc->cflags
[all...]
/freebsd-12-stable/contrib/atf/atf-c/
H A Dbuild_test.c161 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_enc_internal.h71 typedef int fsm_error_handler_t(union ccb *ccb, uint32_t cflags,
/freebsd-12-stable/lib/libc/regex/
H A Dregex2.h176 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
H A Dengine.c215 if (g->cflags&REG_NOSUB)
608 (m->g->cflags&REG_NEWLINE)) || \
684 *(sp-1) == '\n' && (m->g->cflags&REG_NEWLINE)))
692 (m->g->cflags&REG_NEWLINE)) )
897 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
902 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dfuzz.py221 '--msan-extra-cflags',
293 '--cflags',
294 dest='cflags',
324 [args.cppflags, args.cflags, args.cxxflags, args.ldflags]))
350 cflags = [args.cflags]
354 # Flags to be added to both cflags and cxxflags
385 cflags += [args.msan_extra_cflags]
408 cflags += common_flags
415 cflags_str = "CFLAGS={}".format(' '.join(cflags))
[all...]
/freebsd-12-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-12-stable/sys/dev/sge/
H A Dif_sge.c1397 uint32_t cflags, mss; local
1496 cflags = 0;
1499 cflags |= TDC_LS;
1504 cflags |= TDC_IP_CSUM;
1506 cflags |= TDC_TCP_CSUM;
1508 cflags |= TDC_UDP_CSUM;
1532 cflags |= m->m_pkthdr.ether_vtag;
1535 desc->sge_cmdsts |= htole32(TDC_DEF | TDC_CRC | TDC_PAD | cflags);
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c2390 uint_t cflags, int argc, char *const argv[], FILE *fp, const char *s)
2398 if ((fp == NULL && s == NULL) || (cflags & ~DTRACE_C_MASK) != 0) {
2412 if (fp && (cflags & DTRACE_C_CPP) && (fp = dt_preproc(dtp, fp)) == NULL)
2425 pcb.pcb_cflags = dtp->dt_cflags | cflags;
2433 else if (cflags & DTRACE_C_CTL)
2462 if (cflags & DTRACE_C_CTL)
2574 if (yypcb->pcb_fileptr && (cflags & DTRACE_C_CPP))
2584 dtrace_probespec_t spec, uint_t cflags, int argc, char *const argv[])
2587 spec, NULL, cflags, argc, argv, NULL, s));
2592 uint_t cflags, in
2389 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
2583 dtrace_program_strcompile(dtrace_hdl_t *dtp, const char *s, dtrace_probespec_t spec, uint_t cflags, int argc, char *const argv[]) argument
2591 dtrace_program_fcompile(dtrace_hdl_t *dtp, FILE *fp, uint_t cflags, int argc, char *const argv[]) argument
[all...]
/freebsd-12-stable/crypto/openssl/
H A DConfigure624 $config{cflags} = [ env('__CNF_CFLAGS') || () ];
1141 $target{cxxflags}//=$target{cflags} if $target{CXX};
1241 push @{$config{cflags}}, "-mno-cygwin";
1252 unshift @{$config{cflags}}, $value;
1306 push @{$config{cflags}}, "-fsanitize=address";
1312 push @{$config{cflags}}, "-fsanitize=undefined", "-fno-sanitize-recover=all";
1316 push @{$config{cflags}}, "-fsanitize=memory";
1321 push @{$config{cflags}}, "-fno-omit-frame-pointer", "-g";
1451 push @{$config{cflags}}, "-Wa,--noexecstack", "-Qunused-arguments";
1457 push @{$config{cflags}}, "
[all...]
/freebsd-12-stable/sys/kern/
H A Dkern_sig.c2726 sigdeferstop_curr_flags(int cflags) argument
2729 MPASS((cflags & (TDF_SEINTR | TDF_SERESTART)) == 0 ||
2730 (cflags & TDF_SBDRY) != 0);
2731 return (cflags & (TDF_SBDRY | TDF_SEINTR | TDF_SERESTART));
2747 int cflags, nflags; local
2750 cflags = sigdeferstop_curr_flags(td->td_flags);
2753 nflags = cflags;
2759 nflags = (cflags | TDF_SBDRY) & ~(TDF_SEINTR | TDF_SERESTART);
2762 nflags = (cflags | TDF_SBDRY | TDF_SEINTR) & ~TDF_SERESTART;
2765 nflags = (cflags | TDF_SBDR
2789 int cflags; local
[all...]
/freebsd-12-stable/sys/dev/age/
H A Dif_age.c1500 uint32_t cflags, hdrlen, ip_off, poff, vtag; local
1510 cflags = vtag = 0;
1637 cflags |= AGE_TD_INSERT_VLAN_TAG;
1644 cflags |= AGE_TD_TSO_IPV4;
1645 cflags |= AGE_TD_IPCSUM | AGE_TD_TCPCSUM;
1646 cflags |= ((uint32_t)m->m_pkthdr.tso_segsz <<
1649 cflags |= ip->ip_hl << AGE_TD_IPHDR_LEN_SHIFT;
1650 cflags |= tcp->th_off << AGE_TD_TSO_TCPHDR_LEN_SHIFT;
1660 desc->flags = htole32(cflags);
1669 desc->flags = htole32(cflags);
[all...]
/freebsd-12-stable/sys/dev/ale/
H A Dif_ale.c1616 uint32_t cflags, hdrlen, ip_off, poff, vtag; local
1626 cflags = vtag = 0;
1777 cflags |= ALE_TD_TSO;
1778 cflags |= ((uint32_t)m->m_pkthdr.tso_segsz << ALE_TD_MSS_SHIFT);
1780 cflags |= ip->ip_hl << ALE_TD_IPHDR_LEN_SHIFT;
1781 cflags |= tcp->th_off << ALE_TD_TCPHDR_LEN_SHIFT;
1805 cflags |= ALE_TD_CXSUM;
1807 cflags |= (poff << ALE_TD_CSUM_PLOADOFFSET_SHIFT);
1809 cflags |= ((poff + m->m_pkthdr.csum_data) <<
1817 cflags |
[all...]
/freebsd-12-stable/usr.bin/grep/
H A Dutil.c424 if (cflags & REG_ICASE)
626 if (!lastmatched || (cflags & REG_NOSUB))

Completed in 265 milliseconds

1234