Home
last modified time | relevance | path

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

1234

/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl163 sub re { subroutine
241 sub re { subroutine
283 sub re { subroutine
387 sub re { subroutine
429 sub re { subroutine
496 sub re { subroutine
689 sub re { subroutine
775 sub re { subroutine
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2261 dump_ehdr(struct readelf *re) in dump_ehdr()
2358 dump_eflags(struct readelf *re, uint64_t e_flags) in dump_eflags()
2466 dump_phdr(struct readelf *re) in dump_phdr()
2572 section_flags(struct readelf *re, struct section *s) in section_flags()
2603 dump_shdr(struct readelf *re) in dump_shdr()
2729 dump_dynamic(struct readelf *re) in dump_dynamic()
2811 dyn_str(struct readelf *re, uint32_t stab, uint64_t d_val) in dyn_str()
2826 dump_arch_dyn_val(struct readelf *re, GElf_Dyn *dyn) in dump_arch_dyn_val()
2951 dump_dyn_val(struct readelf *re, GElf_Dyn *dyn, uint32_t stab) in dump_dyn_val()
3046 dump_rel(struct readelf *re, struct section *s, Elf_Data *d) in dump_rel()
[all …]
/freebsd/usr.bin/m4/
H A Dgnum4.c249 exit_regerror(int er, regex_t *re, const char *source) in exit_regerror()
280 add_sub(int n, const char *string, regex_t *re, regmatch_t *pm) in add_sub()
297 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm) in add_replace()
330 do_subst(const char *string, regex_t *re, const char *source, in do_subst()
371 do_regexp(const char *string, regex_t *re, const char *source, in do_regexp()
389 do_regexpindex(const char *string, regex_t *re, const char *source, in do_regexpindex()
483 regex_t re; in dopatsubst() local
513 regex_t re; in doregexp() local
/freebsd/sys/dev/ath/
H A Dif_ath_rx_edma.c207 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_reinit_fifo() local
412 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_recv_proc_queue() local
817 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_alloc() local
884 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_flush() local
918 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_setup_rxfifo() local
958 struct ath_rx_edma *re = &sc->sc_rxedma[qtype]; in ath_edma_rxfifo_free() local
/freebsd/sys/dev/safe/
H A Dsafe.c331 struct safe_ringentry *re = &sc->sc_ring[i]; in safe_attach() local
540 struct safe_ringentry *re = sc->sc_back; in safe_intr() local
594 safe_feed(struct safe_softc *sc, struct safe_ringentry *re) in safe_feed()
772 struct safe_ringentry *re; in safe_process() local
1265 safe_callback(struct safe_softc *sc, struct safe_ringentry *re) in safe_callback()
1706 struct safe_ringentry *re = sc->sc_back; in safe_cleanchip() local
1724 safe_free_entry(struct safe_softc *sc, struct safe_ringentry *re) in safe_free_entry()
1841 safe_dump_request(struct safe_softc *sc, const char* tag, struct safe_ringentry *re) in safe_dump_request()
1936 struct safe_ringentry *re = sc->sc_back; in safe_dump_ring() local
/freebsd/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c61 regex_t re; in main() local
168 regex_t re; in regress() local
234 regex_t re; in try() local
519 regex_t re; in efind() local
/freebsd/lib/libc/regex/grot/
H A Dmain.c30 regex_t re; in main() local
138 regex_t re; in regress() local
205 regex_t re; in try() local
484 regex_t re; in efind() local
H A DMakefile45 re: $(OBJS) target
/freebsd/contrib/mandoc/
H A Dtest-rewb-bsd.c8 regex_t re; in main() local
H A Dtest-rewb-sysv.c8 regex_t re; in main() local
H A Ddbm.h29 regex_t *re; member
/freebsd/lib/libc/locale/
H A Dtoupper.c52 _RuneEntry *base, *re; in ___toupper_l() local
H A Dtolower.c52 _RuneEntry *base, *re; in ___tolower_l() local
H A Dnextwctype.c46 _RuneEntry *base, *re; in nextwctype_l() local
H A Drunetype.c52 _RuneEntry *base, *re; in ___runetype_l() local
/freebsd/usr.bin/vgrind/
H A Dregexp.c135 convexp(char *re) in convexp()
336 expmatch (register char *s, register char *re, register char *mstring) in expmatch()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_opensm.c181 struct osm_routing_engine *re; in setup_routing_engine() local
224 struct osm_routing_engine *re; in setup_routing_engines() local
H A Dosm_qos.c157 struct osm_routing_engine *re = sm->p_subn->p_osm->routing_engine_used; in vlarb_update_table_block() local
302 struct osm_routing_engine *re = sm->p_subn->p_osm->routing_engine_used; in qos_extports_setup() local
419 struct osm_routing_engine *re = sm->p_subn->p_osm->routing_engine_used; in qos_endport_setup() local
H A Dosm_link_mgr.c64 struct osm_routing_engine *re = p_osm->routing_engine_used; in link_mgr_get_smsl() local
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h989 static bool FullMatch(absl::string_view str, const RE& re) { in FullMatch()
992 static bool PartialMatch(absl::string_view str, const RE& re) { in PartialMatch()
1025 static bool FullMatch(const ::std::string& str, const RE& re) { in FullMatch()
1028 static bool PartialMatch(const ::std::string& str, const RE& re) { in PartialMatch()
/freebsd/contrib/ntp/sntp/libopts/
H A Dstack.c70 regex_t re; in optionUnstackArg() local
/freebsd/usr.bin/sed/
H A Dcompile.c158 char re[_POSIX2_LINE_MAX + 1]; in compile_stream() local
534 compile_re(char *re, int case_insensitive) in compile_re()
900 char *end, re[_POSIX2_LINE_MAX + 1]; in compile_addr() local
/freebsd/contrib/nvi/ex/
H A Dex_global.c69 regex_t *re; in ex_g_setup() local
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc695 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch()
704 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch()
957 bool RE::FullMatch(const char* str, const RE& re) { in FullMatch()
963 bool RE::PartialMatch(const char* str, const RE& re) { in PartialMatch()
/freebsd/tools/tools/ath/athratestats/
H A Dmain.c87 struct ath_rateioctl re; member

1234