Home
last modified time | relevance | path

Searched defs:match (Results 26 – 50 of 361) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp193 bool GlobPattern::match(StringRef S) const { in match() function in GlobPattern
207 bool GlobPattern::SubGlobPattern::match(StringRef Str) const { in match() function in GlobPattern::SubGlobPattern
/freebsd/usr.bin/xargs/
H A Dstrnsubst.c33 strnsubst(char **str, const char *match, const char *replstr, size_t maxsize) in strnsubst()
/freebsd/lib/libexecinfo/tests/
H A Dsigtramp_test.c27 size_t n, i, match; in handler() local
/freebsd/contrib/kyua/drivers/
H A Ddebug_test.cpp81 optional< engine::scan_result > match; in drive() local
H A Drun_tests.cpp166 const engine::scan_result& match, in start_test()
289 optional< engine::scan_result > match = scanner.yield(); in drive() local
/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcompat.c44 krb5_principal match; in check_compat() local
/freebsd/contrib/kyua/cli/
H A Dcmd_config.cpp81 const config::properties_map::const_iterator match = in print_some() local
/freebsd/contrib/mandoc/
H A Ddbm_map.c182 dbm_match(const struct dbm_match *match, const char *str) in dbm_match()
/freebsd/contrib/netbsd-tests/lib/libc/string/
H A Dt_bm.c51 ssize_t match; member
H A Dt_strrchr.c31 char match; in ATF_TC_BODY() member
/freebsd/usr.bin/from/
H A Dfrom.c133 match(const char *line, const char *sender) in match() function
/freebsd/contrib/libarchive/unzip/
H A Dcmdline.c84 const struct bsdunzip_option *popt, *match, *match2; in bsdunzip_getopt() local
/freebsd/contrib/libarchive/tar/
H A Dcmdline.c221 const struct bsdtar_option *popt, *match, *match2; in bsdtar_getopt() local
/freebsd/contrib/libarchive/cat/
H A Dcmdline.c117 const struct bsdcat_option *popt, *match, *match2; in bsdcat_getopt() local
/freebsd/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c111 int match; in getextmntent() local
/freebsd/contrib/tcp_wrappers/
H A Dhosts_access.c150 int match = NO; in table_match() local
268 int match = NO; in hostfile_match() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp109 std::pair<llvm::StringRef, llvm::StringRef> match = path.split('.'); in GetObjectForDotSeparatedPath() local
124 std::pair<llvm::StringRef, llvm::StringRef> match = path.split('['); in GetObjectForDotSeparatedPath() local
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.c109 HAL_BOOL match; in ar9287olcGetTxGainIndex() local
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c163 iidesc_match_t *match = arg2; in matching_iidesc() local
195 find_iidesc(tdata_t *td, iidesc_match_t *match) in find_iidesc()
344 iidesc_match_t match; in sort_iidescs() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dcreds.c212 krb5_boolean match = TRUE; in krb5_compare_creds() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_lzw.h61 LzwCodeType match = prefix_to_code.find({kNoPrefix, *begin})->second; in LzwEncode() local
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt_long.c176 int i, match = -1; local
/freebsd/contrib/libevent/WIN32-Code/
H A Dgetopt_long.c176 int i, match = -1; local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c81 const BYTE* match; in ZSTD_insertDUBT1() local
191 const BYTE* match = dictBase + dictMatchIndex; in ZSTD_DUBT_findBetterDictMatch() local
314 const BYTE* match; in ZSTD_DUBT_findBestMatch() local
512 const BYTE* const match = base + matchIndex; in ZSTD_HcFindBestMatch_generic() local
517 const BYTE* const match = dictBase + matchIndex; in ZSTD_HcFindBestMatch_generic() local
550 const BYTE* const match = dmsBase + matchIndex; in ZSTD_HcFindBestMatch_generic() local
814 …const BYTE* match = (matchIndex < prefixLowestIndex) ? dictBase + matchIndex - dictIndexDelta : ba… in ZSTD_compressBlock_lazy_generic() local
1069 … const BYTE* match = (matchIndex < dictLimit) ? dictBase + matchIndex : base + matchIndex; in ZSTD_compressBlock_lazy_extDict_generic() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_match.c47 struct match { struct
48 struct match *next; argument
49 int matched; argument
54 struct match *first; argument
554 struct match *match; in add_pattern_mbs() local
574 struct match *match; in add_pattern_wcs() local
713 struct match *match; in path_excluded() local
1767 struct match *match; in add_owner_name() local

12345678910>>...15