Home
last modified time | relevance | path

Searched +defs:match +defs:end (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/contrib/libarchive/libarchive/
H A Darchive_pathmatch.c56 pm_list(const char * start,const char * end,const char c,int flags) pm_list() argument
60 int match = 1, nomatch = 0; pm_list() local
103 pm_list_w(const wchar_t * start,const wchar_t * end,const wchar_t c,int flags) pm_list_w() argument
107 int match = 1, nomatch = 0; pm_list_w() local
173 const char *end; pm() local
278 const wchar_t *end; pm_w() local
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lzw.h23 ItOut LzwEncode(ItIn begin, ItIn end, ItOut out) { in LzwEncode()
61 LzwCodeType match = prefix_to_code.find({kNoPrefix, *begin})->second; in LzwEncode() local
86 ItOut LzwDecode(ItIn begin, ItIn end, ItOut out) { in LzwDecode()
/freebsd/contrib/wpa/src/wps/
H A Dupnp_xml.c79 const char **out_tagname, const char **end) in xml_next_tag()
192 const char *match = item; in xml_get_first_item() local
194 const char *tag, *tagname, *end; in xml_get_first_item() local
H A Dwps_upnp_web.c864 const char *match; in web_get_action() local
991 char *match; in web_connection_parse_subscribe() local
993 char *end; in web_connection_parse_subscribe() local
1212 char *match; in web_connection_parse_unsubscribe() local
1214 char *end; in web_connection_parse_unsubscribe() local
/freebsd/contrib/libarchive/cpio/
H A Dcmdline.c98 const struct option *popt, *match, *match2; in cpio_getopt() local
349 char *end; in owner_parse() local
375 char *end; in owner_parse() local
/freebsd/crypto/heimdal/appl/login/
H A Dlogin_access.c65 int match = NO; in login_access() local
66 int end; in login_access() local
133 int match = NO; in list_match() local
/freebsd/crypto/heimdal/appl/rsh/
H A Dlogin_access.c65 int match = NO; in login_access() local
66 int end; in login_access() local
133 int match = NO; in list_match() local
/freebsd/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c57 int match = NO; in login_access() local
58 int end; in login_access() local
116 int match = NO; in list_match() local
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp109 MapType::iterator iter = m_map.begin(), end = m_map.end(); in EnableAllCategories() local
167 MapIterator pos, end = m_map.end(); in AnyMatches() local
180 ActiveCategoriesIterator begin, end = m_active_categories.end(); in Get() local
185 for (auto match : match_data.GetMatchesVector()) { in Get() local
231 ActiveCategoriesIterator begin, end = m_active_categories.end(); in ForEach() local
241 MapIterator pos, end = m_map.end(); in ForEach() local
256 MapIterator pos, end = m_map.end(); in GetAtIndex() local
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c167 uint16_t idx, end; in pt_iscache_find_locked() local
468 uint16_t idx, end; in pt_iscache_find_section_locked() local
469 int match; in pt_iscache_find_section_locked() local
596 int match; in pt_iscache_add() local
820 uint16_t idx, end; in pt_iscache_clear() local
929 int errcode, match, isid; in pt_iscache_add_file() local
/freebsd/contrib/nvi/ex/
H A Dex_global.c68 recno_t start, end; in ex_g_setup() local
70 regmatch_t match[1]; in ex_g_setup() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h139 T *end() { return Last; } in end() function
317 Node **end() const { return Elements + NumElements; } in end() function
346 template<typename Fn> void match(Fn F) const { F(Array); } in match() function
359 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() function
382 template <typename Fn> void match(Fn F) const { F(Ty, Ext, TA); } in match() function
433 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() function
460 template<typename Fn> void match(Fn F) const { F(Ty); } in match() function
476 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() function
490 template<typename Fn> void match(Fn F) const { F(Name); } in match() function
506 template <typename Fn> void match(Fn F) const { F(Size, Signed); } in match() function
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c379 off_t off, maxio, s, end; in vdev_geom_io() local
635 enum match { enum
712 enum match match, best_match; in vdev_geom_attach_by_guids() local
1049 uint_t end; member
1113 vm_offset_t end = addr + len; in vdev_geom_fill_unmap_cb() local
/freebsd/sys/contrib/zstd/programs/
H A Ddatagen.c70 U32 const end = MIN ( u + weight , LTSIZE); in RDG_fillLiteralDistrib() local
132 size_t match = pos - offset; in RDG_genBlock() local
/freebsd/contrib/kyua/cli/
H A Dcmd_report.cpp333 end(const drivers::scan_results::result& /* r */) in end() function in __anon4c1718110111::report_console_hooks
346 const types_map::const_iterator match = titles.find(*iter); in end() local
/freebsd/contrib/wpa/src/utils/
H A Dxml-utils.c18 char *end; in get_node_uri_iter() local
66 char *end; in get_node_iter() local
110 xml_node_t *match; in get_child_node() local
H A Dedit.c178 struct edit_history *h, *match = NULL, *last = NULL; in history_add() local
430 int start, end; in complete() local
891 char *match = search_find(); in search_redraw() local
917 char *match = search_find(); in search_stop() local
/freebsd/sys/dev/bhnd/
H A Dbhnd_match.h44 uint16_t end; /**< last revision, or BHND_HWREV_INVALID member
112 } match; member
160 } match; member
223 } match; member
291 } match; member
/freebsd/contrib/tcsh/
H A Dsh.glob.c433 int nonomatch = adrof(STRnonomatch) != 0, magic = 0, match = 0; in libglob() local
917 const Char *end; in Gnmatch() local
944 int match, negate_range; in t_pmatch() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp99 int end = stringTable.find('\n', start); ExtractFromThin() local
286 const ObjectNameToIndexMap::Entry *match = FindObject() local
320 bool match = true; FindCachedArchive() local
[all...]
/freebsd/usr.bin/sed/
H A Dprocess.c85 regmatch_t *match; variable
765 cfclose(struct s_command *cp, struct s_command *end) in cfclose()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c17 const void* const end, in ZSTD_fillHashTable()
264 const BYTE* match = base + matchIndex; in ZSTD_compressBlock_fast_dictMatchState_generic() local
413 const BYTE* match = matchBase + matchIndex; in ZSTD_compressBlock_fast_extDict_generic() local
H A Dzstd_double_fast.c17 void const* end, ZSTD_dictTableLoadMethod_e dtlm) in ZSTD_fillDoubleHashTable()
137 const BYTE* match = base + matchIndexS; in ZSTD_compressBlock_doubleFast_generic() local
398 const BYTE* match = matchBase + matchIndex; in ZSTD_compressBlock_doubleFast_extDict_generic() local
H A Dzstd_opt.c389 const BYTE* match; in ZSTD_insertBt1() local
616 const BYTE* const match = base + matchIndex3; in ZSTD_insertBtAndGetAllMatches() local
619 const BYTE* const match = dictBase + matchIndex3; in ZSTD_insertBtAndGetAllMatches() local
645 const BYTE* match; in ZSTD_insertBtAndGetAllMatches() local
704 const BYTE* match = dmsBase + dictMatchIndex; in ZSTD_insertBtAndGetAllMatches() local
876 U32 const end = matches[matchNb].len; in ZSTD_compressBlock_opt_generic() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c16 const void* const end, in ZSTD_fillHashTable()
430 const BYTE* match = base + matchIndex; in ZSTD_compressBlock_fast_dictMatchState_generic() local
587 const BYTE* match = matchBase + matchIndex; in ZSTD_compressBlock_fast_extDict_generic() local

1234