/freebsd-src/crypto/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 163 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-src/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 2261 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-src/usr.bin/m4/ |
H A D | gnum4.c | 249 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-src/sys/dev/ath/ |
H A D | if_ath_rx_edma.c | 207 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-src/sys/dev/safe/ |
H A D | safe.c | 331 struct safe_ringentry *re = &sc->sc_ring[i]; in safe_attach() local 541 struct safe_ringentry *re = sc->sc_back; safe_intr() local 595 safe_feed(struct safe_softc * sc,struct safe_ringentry * re) safe_feed() argument 773 struct safe_ringentry *re; safe_process() local 1266 safe_callback(struct safe_softc * sc,struct safe_ringentry * re) safe_callback() argument 1707 struct safe_ringentry *re = sc->sc_back; safe_cleanchip() local 1725 safe_free_entry(struct safe_softc * sc,struct safe_ringentry * re) safe_free_entry() argument 1842 safe_dump_request(struct safe_softc * sc,const char * tag,struct safe_ringentry * re) safe_dump_request() argument 1937 struct safe_ringentry *re = sc->sc_back; safe_dump_ring() local [all...] |
/freebsd-src/contrib/netbsd-tests/lib/libc/regex/ |
H A D | main.c | 61 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-src/lib/libc/regex/grot/ |
H A D | main.c | 30 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 D | Makefile | 45 re: $(OBJS) target
|
/freebsd-src/contrib/mandoc/ |
H A D | test-rewb-sysv.c | 8 regex_t re; in main() local
|
H A D | test-rewb-bsd.c | 8 regex_t re; in main() local
|
H A D | dbm.h | 29 regex_t *re; member
|
/freebsd-src/lib/libc/locale/ |
H A D | tolower.c | 52 _RuneEntry *base, *re; in ___tolower_l() local
|
H A D | toupper.c | 52 _RuneEntry *base, *re; in ___toupper_l() local
|
H A D | nextwctype.c | 46 _RuneEntry *base, *re; in nextwctype_l() local
|
H A D | runetype.c | 52 _RuneEntry *base, *re; in ___runetype_l() local
|
/freebsd-src/usr.bin/vgrind/ |
H A D | regexp.c | 135 convexp(char *re) in convexp() 336 expmatch (register char *s, register char *re, register char *mstring) in expmatch()
|
/freebsd-src/contrib/ofed/opensm/opensm/ |
H A D | osm_opensm.c | 181 struct osm_routing_engine *re; in setup_routing_engine() local 224 struct osm_routing_engine *re; in setup_routing_engines() local
|
H A D | osm_qos.c | 157 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 D | osm_link_mgr.c | 64 struct osm_routing_engine *re = p_osm->routing_engine_used; in link_mgr_get_smsl() local
|
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 949 FullMatch(absl::string_view str,const RE & re) FullMatch() argument 952 PartialMatch(absl::string_view str,const RE & re) PartialMatch() argument 985 FullMatch(const::std::string & str,const RE & re) FullMatch() argument 988 PartialMatch(const::std::string & str,const RE & re) PartialMatch() argument [all...] |
/freebsd-src/contrib/ntp/sntp/libopts/ |
H A D | stack.c | 70 regex_t re; in optionUnstackArg() local
|
/freebsd-src/usr.bin/sed/ |
H A D | compile.c | 158 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-src/contrib/nvi/ex/ |
H A D | ex_global.c | 69 regex_t *re; in ex_g_setup() local
|
/freebsd-src/contrib/googletest/googletest/src/ |
H A D | gtest-port.cc | 680 FullMatch(const char * str,const RE & re) FullMatch() argument 689 PartialMatch(const char * str,const RE & re) PartialMatch() argument 931 FullMatch(const char * str,const RE & re) FullMatch() argument 937 PartialMatch(const char * str,const RE & re) PartialMatch() argument [all...] |
/freebsd-src/tools/tools/ath/athratestats/ |
H A D | main.c | 87 struct ath_rateioctl re; member
|