Searched refs:pattern (Results 226 - 243 of 243) sorted by relevance

12345678910

/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp5031 WildcardPattern( std::string const& pattern, CaseSensitive::Choice caseSensitivity );
5177 // Handles common preprocessing of the pattern for name/tag patterns
5179 // Adds the current pattern as a test name
5181 // Adds the current pattern as a tag
9814 | Arg( config.testsOrTags, "test name|pattern|tags" )
14468 // without adding the given character to the current pattern strings
14591 TestSpec::PatternPtr pattern = std::make_shared<TestSpec::NamePattern>(token, m_substring);
14593 pattern = std::make_shared<TestSpec::ExcludedPattern>(pattern);
14594 m_currentFilter.m_patterns.push_back(pattern);
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1212 StringRef pattern(arg->getValue());
1213 if (Expected<GlobPattern> pat = GlobPattern::create(pattern))
1530 // pattern are handled as if they were given by `-u`.
1942 // Handle the `--undefined-glob <pattern>` options.
/freebsd-13-stable/bin/sh/
H A Dparser.c537 app = &cp->nclist.pattern;
1781 * The other operators take a pattern,
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.h1041 uint64_t pattern);
H A Doce_hw.h2022 uint64_t pattern; member in struct:mbx_lowlevel_test_loopback_mode::__anon13668::__anon13669
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h153 /* Get EDT entries matching the given pattern */
485 union match_pattern pattern; member in struct:dev_match_pattern
H A Dcam_xpt.c553 * Map the pattern and match buffers into kernel
1379 * If the pattern in question isn't for a bus node, we
1391 cur_pattern = &patterns[i].pattern.bus_pattern;
1492 * If the pattern in question isn't for a device node, we
1502 cur_pattern = &patterns[i].pattern.device_pattern;
1618 * If the pattern in question isn't for a peripheral, we
1624 cur_pattern = &patterns[i].pattern.periph_pattern;
/freebsd-13-stable/sys/cam/ctl/
H A Dctl.c11250 if (entry->pattern & CTL_LUN_PAT_WRITE) {
12286 ctl_lun_error_pattern filtered_pattern, pattern; local
12288 pattern = desc->error_pattern;
12292 * custom pattern, and we actually need to implement custom pattern
12295 if (pattern & CTL_LUN_PAT_CMD)
12298 if ((pattern & CTL_LUN_PAT_MASK) == CTL_LUN_PAT_ANY)
12303 filtered_pattern = entry->pattern & pattern;
12306 * If the user requested specific flags in the pattern (
12352 ctl_lun_error_pattern pattern; local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1255 llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
1254 FindTypes( llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages, llvm::DenseSet<SymbolFile *> &searched_symbol_files, TypeMap &types) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1564 llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages,
1563 FindTypes( llvm::ArrayRef<CompilerContext> pattern, LanguageSet languages, llvm::DenseSet<SymbolFile *> &searched_symbol_files, lldb_private::TypeMap &types) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c3214 const char *pattern = APR_ARRAY_IDX(patterns, i, const char *);
3215 SVN_ERR(svn_ra_svn__write_cstring(conn, scratch_pool, pattern));
3213 const char *pattern = APR_ARRAY_IDX(patterns, i, const char *); local
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h1272 1 = Programmable pattern */
1273 uint64_t prog : 8; /**< Programmable pattern */
1292 1 = Programmable pattern */
1293 uint64_t prog : 8; /**< Programmable pattern */
6568 uint64_t pattern : 8; /**< All DQ driven to PATTERN[burst], 0 <= burst <= 7 member in struct:cvmx_lmcx_read_level_ctl::cvmx_lmcx_read_level_ctl_s
6570 uint64_t row : 16; /**< Row address used to write/read data pattern */
6571 uint64_t col : 12; /**< Column address used to write/read data pattern */
6573 uint64_t bnk : 3; /**< Bank address used to write/read data pattern */
6579 uint64_t pattern : 8;
8135 * first write leveling result of '1' that followed a reslt of '0' during the sequence by searching for a '1100' pattern i
[all...]
/freebsd-13-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa.h1983 bit32 pattern; member in struct:agsaPCIeDiagExecute_s
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h3310 extern void __kmp_expand_file_name(char *result, size_t rlen, char *pattern);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c886 device_pattern = &match_pattern.pattern.device_pattern;
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1590 UniversalPrinter<std::string>::Print(regex_->pattern(), os);
1596 UniversalPrinter<std::string>::Print(regex_->pattern(), os);
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4382 // if the grouping pattern is empty _or_ there are no grouping bits, then do nothing
5461 __init_pat(money_base::pattern& pat, basic_string<charT>& __curr_symbol_,
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c4958 ** <dd>The maximum length of the pattern argument to the [LIKE] or
6633 ** metadata associated with the pattern string.
6634 ** Then as long as the pattern string remains the same,
9957 ** string X matches the [GLOB] pattern P.
9958 ** ^The definition of [GLOB] pattern matching used in
9974 ** string X matches the [LIKE] pattern P with escape character E.
9975 ** ^The definition of [LIKE] pattern matching used in
11817 ** returned. This is to allow the following pattern (pseudo-code):
11924 ** The usual usage pattern for an sqlite3_changegroup object is as follows:
13536 ** Maximum length (in bytes) of the pattern i
[all...]

Completed in 984 milliseconds

12345678910