Home
last modified time | relevance | path

Searched defs:re (Results 1 – 25 of 60) sorted by relevance

123

/dflybsd-src/usr.bin/m4/
H A Dgnum4.c245 exit_regerror(int er, regex_t *re) in exit_regerror()
258 add_sub(int n, const char *string, regex_t *re, regmatch_t *pm) in add_sub()
272 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace()
305 do_subst(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_subst()
345 do_regexp(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in do_regexp()
362 do_regexpindex(const char *string, regex_t *re, regmatch_t *pm) in do_regexpindex()
454 regex_t re; in dopatsubst() local
482 regex_t re; in doregexp() local
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_rx_edma.c208 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_reinit_fifo() local
384 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_recv_proc_queue() local
798 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_alloc() local
865 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_flush() local
899 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_setup_rxfifo() local
939 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_free() local
/dflybsd-src/sys/dev/crypto/safe/
H A Dsafe.c337 struct safe_ringentry *re = &sc->sc_ring[i]; in safe_attach() local
556 struct safe_ringentry *re = sc->sc_back; in safe_intr() local
610 safe_feed(struct safe_softc *sc, struct safe_ringentry *re) in safe_feed()
863 struct safe_ringentry *re; in safe_process() local
1507 safe_callback(struct safe_softc *sc, struct safe_ringentry *re) in safe_callback()
1980 struct safe_ringentry *re = sc->sc_back; in safe_cleanchip() local
1998 safe_free_entry(struct safe_softc *sc, struct safe_ringentry *re) in safe_free_entry()
2115 safe_dump_request(struct safe_softc *sc, const char* tag, struct safe_ringentry *re) in safe_dump_request()
2210 struct safe_ringentry *re = sc->sc_back; in safe_dump_ring() local
/dflybsd-src/tools/regression/lib/libc-regex/
H A Dtestregex.c121 compf(const regex_t* re, const char* xstr, size_t xlen, regdisc_t* disc) in compf()
129 execf(const regex_t* re, void* data, const char* xstr, size_t xlen, const char* sstr, size_t slen, … in execf()
654 report(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long te… in report()
717 bad(char* comment, char* re, char* s, int len, unsigned long test) in bad()
882 matchcheck(regmatch_t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flag… in matchcheck()
1078 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* m… in extract()
1138 catchfree(regex_t* preg, int flags, int* tabs, char* spec, char* re, char* s, char* ans, char* msg,… in catchfree()
1240 char* re; in main() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-loop-interchange.cc148 dump_reduction (reduction_p re) in dump_reduction()
230 reduction_p re; in ~loop_cand() local
282 reduction_p re; in find_reduction_by_stmt() local
412 loop_cand::classify_simple_reduction (reduction_p re) in classify_simple_reduction()
469 reduction_p re; in analyze_iloop_reduction_var() local
605 reduction_p re; in analyze_oloop_reduction_var() local
871 loop_cand::undo_simple_reduction (reduction_p re, bitmap dce_seeds) in undo_simple_reduction()
1058 reduction_p re; in interchange_loops() local
/dflybsd-src/contrib/mpc/src/
H A Dui_ui_sub.c25 mpc_ui_ui_sub (mpc_ptr rop, unsigned long int re, unsigned long int im, in mpc_ui_ui_sub()
/dflybsd-src/lib/libc/locale/
H A Dtolower.c53 _RuneEntry *base, *re; in ___tolower_l() local
H A Dtoupper.c53 _RuneEntry *base, *re; in ___toupper_l() local
H A Dnextwctype.c47 _RuneEntry *base, *re; in nextwctype_l() local
H A Drunetype.c53 _RuneEntry *base, *re; in ___runetype_l() local
/dflybsd-src/contrib/cvs-1.12/lib/
H A Drpmatch.c35 const int nomatch, const char **lastp, regex_t *re) in try()
H A Dregex.c31 # define re_set_registers(bu, re, nu, st, en) \ argument
/dflybsd-src/usr.bin/sed/
H A Dcompile.c161 char re[_POSIX2_LINE_MAX + 1]; in compile_stream() local
529 compile_re(char *re, int case_insensitive) in compile_re()
895 char *end, re[_POSIX2_LINE_MAX + 1]; in compile_addr() local
/dflybsd-src/contrib/mpfr/src/
H A Dfrac.c33 mpfr_exp_t re, ue; in mpfr_frac() local
/dflybsd-src/contrib/mdocml/
H A Ddbm.h29 regex_t *re; member
/dflybsd-src/contrib/nvi2/ex/
H A Dex_global.c69 regex_t *re; in ex_g_setup() local
H A Dex_subst.c49 regex_t *re; in ex_s() local
337 s(SCR *sp, EXCMD *cmdp, CHAR_T *s, regex_t *re, u_int flags) in s()
/dflybsd-src/contrib/tre/lib/
H A Dtre-parse.h23 const tre_char_t *re; member
H A Dtre-parse.c205 #define REST(re) (int)(ctx->re_end - (re)), (re) argument
249 const tre_char_t *re = ctx->re; in tre_parse_bracket_items() local
786 const tre_char_t *re; in tre_parse_bracket() local
/dflybsd-src/sbin/devd/
H A Ddevd.cc275 match::match(config &c, const char *var, const char *re) : in match()
1106 new_match(const char *var, const char *re) in new_match()
1115 new_media(const char *var, const char *re) in new_media()
/dflybsd-src/contrib/grep/src/
H A Dkwsearch.c43 void *re; member
/dflybsd-src/contrib/grep/lib/
H A Dregex.c44 # define re_set_registers(bu, re, nu, st, en) \ argument
/dflybsd-src/usr.bin/csplit/
H A Dcsplit.c360 char *ecopy, *ep, *p, *pofs, *re; in do_rexp() local
/dflybsd-src/contrib/libedit/src/
H A Dsearch.c120 regex_t re; in el_match() local
/dflybsd-src/contrib/libarchive/tar/
H A Dsubst.c49 regex_t re; member

123