/freebsd/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/contrib/nvi/ex/ |
H A D | ex_global.c | 68 recno_t start, end; in ex_g_setup() local 69 regex_t *re; in ex_g_setup() local
|
/freebsd/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 978 fixuplabel(struct s_command *cp, struct s_command *end) in fixuplabel()
|
H A D | process.c | 384 regex_t *re; in substitute() local 767 cfclose(struct s_command *cp, struct s_command *end) in cfclose()
|
/freebsd/sys/kern/ |
H A D | subr_rman.c | 152 rman_manage_region(struct rman *rm, rman_res_t start, rman_res_t end) in rman_manage_region() 272 rman_first_free_region(struct rman *rm, rman_res_t *start, rman_res_t *end) in rman_first_free_region() 290 rman_last_free_region(struct rman *rm, rman_res_t *start, rman_res_t *end) in rman_last_free_region() 309 rman_adjust_resource(struct resource *rr, rman_res_t start, rman_res_t end) in rman_adjust_resource() 432 rman_reserve_resource(struct rman *rm, rman_res_t start, rman_res_t end, in rman_reserve_resource() 642 rman_activate_resource(struct resource *re) in rman_activate_resource() 762 rman_release_resource(struct resource *re) in rman_release_resource()
|
/freebsd/contrib/ofed/opensm/opensm/ |
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 564 char *end; in parse_one_unsigned() local
|
/freebsd/sys/contrib/libfdt/ |
H A D | fdt_sw.c | 144 struct fdt_reserve_entry *re; in fdt_add_reservemap_entry() local 260 fdt32_t *end; in fdt_finish() local
|
H A D | fdt_rw.c | 100 char *end = (char *)fdt + fdt_data_size_(fdt); in fdt_splice_() local 176 struct fdt_reserve_entry *re; in fdt_add_mem_rsv() local 193 struct fdt_reserve_entry *re = fdt_mem_rsv_w_(fdt, n); in fdt_del_mem_rsv() local
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-port.cc | 695 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() 1326 char* end = nullptr; in ParseInt32() local
|
/freebsd/sbin/fdisk/ |
H A D | fdisk.c | 702 u_int32_t end; in dos() local 971 char *cp, *end; in parse_config_line() local 1105 char *end; in str2sectors() local 1483 regex_t re; in get_rootdisk() local
|
/freebsd/sys/x86/iommu/ |
H A D | intel_ctx.c | 84 dmar_root_entry_t *re; in dmar_ensure_ctx_page() local 220 iommu_gaddr_t start, end; in domain_init_rmrr() local
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_iso9660.c | 273 char re; /* Having RRIP "RE" extension. */ member 2193 const unsigned char *p, const unsigned char *end) in parse_rockridge() 2483 const unsigned char *b, *p, *end; in read_CE() local 2855 struct file_info *re, *d; in next_cache_entry() local 3071 struct file_info *re; in rede_add_entry() local 3089 rede_get_entry(struct file_info *re) in rede_get_entry()
|
/freebsd/sys/netinet/ |
H A D | in_fib_dxr.c | 141 uint32_t end; global() member 175 struct range_entry_long re; global() member 674 heap_inject(struct dxr_aux * da,uint32_t start,uint32_t end,uint32_t preflen,uint32_t nh) heap_inject() argument 707 uint32_t preflen, nh, start, end, scopeid; dxr_walk() local 1257 uint32_t ip, plen, hmask, start, end, i, ui; dxr_change_rib_batch() local [all...] |
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Disassembler.cpp | 254 OptionValueRegex *re = value_sp->GetAsRegex(); in ElideMixedSourceAndDisassemblyLine() local 975 collection::const_iterator pos, end; in GetMaxOpcocdeByteSize() local 1003 collection::const_iterator pos, begin, end; in Dump() local
|
/freebsd/contrib/bmake/ |
H A D | var.c | 1395 SepBuf_AddRange(SepBuf *buf, const char *start, const char *end) in SepBuf_AddRange() 1457 const char *lastDot, *end; in ModifyWord_Root() local 1638 regex_t re; member 1732 int len, start, end, step; in VarSelectWords() local 2291 char *end; in TryParseIntBase0() local 2312 char *end; in TryParseSize() local 2333 char *end; in TryParseChar() local 2533 char *end; in TryParseTime() local 2999 FStr re; in ApplyModifier_Regex() local
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_parser.c | 200 const char *p, *q, *r, *end, *obj; in dt_type_lookup() local 351 ctf_encoding_t le, re; in dt_type_promote() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 3248 RecordDecl::field_iterator ri = right->field_begin(), re = right->field_end(); in tryMatchRecordTypes() local 3283 re = right->param_end(); in MatchTwoMethodDeclarations() local 4328 iterator end() const { return Overridden.end(); } in end() function in __anondc01098b0711::OverrideSearch
|