/freebsd-src/usr.bin/grep/ |
H A D | grep.1 | 62 selecting lines that match one or more patterns. 67 Each input line that matches at least one of the patterns is written 71 is used for simple patterns and 85 but can only handle fixed patterns 87 Patterns may consist of one or more lines, 188 an input line is selected if it matches any of the specified patterns. 191 options are used to specify multiple patterns, 205 patterns are processed in the order given. 206 If a name matches multiple patterns, the latest matching rule wins. 211 Patterns are matched to the full path specified, [all …]
|
H A D | grep.c | 71 /* Searching patterns */ 72 unsigned int patterns; variable 77 /* Filename exclusion/inclusion patterns */ 216 if (patterns == pattern_sz) { in add_pattern() 224 pattern[patterns].pat = grep_malloc(len + 1); in add_pattern() 225 memcpy(pattern[patterns].pat, pat, len); in add_pattern() 226 pattern[patterns].len = len; in add_pattern() 227 pattern[patterns].pat[len] = '\0'; in add_pattern() 228 ++patterns; in add_pattern() 268 * Reads searching patterns fro [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelEmitter.cpp | 81 // In particular, we want to match maximal patterns first and lowest cost within in PatternSortingPredicate() 99 // Otherwise, if the patterns might both match, sort based on complexity, in operator ()() 100 // which means that we prefer to match patterns that cover more nodes in the in operator ()() 109 // If the patterns have equal complexity, compare generated instruction cost in operator ()() 126 // pattern may have been resolved into multiple match patterns due to in run() 135 Records.startTimer("Parse patterns"); in run() 154 LLVM_DEBUG(errs() << "\n\nALL PATTERNS TO MATCH:\n\n"; in run() 165 // Add all the patterns to a temporary list so we can sort them. in run() 166 Records.startTimer("Sort patterns"); in run() 167 std::vector<const PatternToMatch *> Patterns; in run() 158 std::vector<const PatternToMatch*> Patterns; run() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrIntrinsicVL.td | 3 /// Intrinsic patterns written by hand. 5 // Pack patterns. 17 // The extract/insert patterns. 30 // VMRG patterns. 38 // VMV patterns. 48 // LSV patterns. 52 // LVS patterns. 60 /// Intrinsic patterns automatically generated.
|
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Strings.h | 55 // This class represents multiple patterns to match against. A pattern can 60 // Patterns to match against. 61 std::vector<SingleStringMatcher> patterns; 68 : patterns({SingleStringMatcher(Pattern)}) {} in StringMatcher() 71 void addPattern(SingleStringMatcher Matcher) { patterns.push_back(Matcher); } in addPattern() 73 bool empty() const { return patterns.empty(); } in empty() 75 // Match s against the patterns.
|
/freebsd-src/tools/tools/dmardump/ |
H A D | dmardump.c | 63 struct pci_match_conf patterns[1]; in pci_find_conf() local 74 bzero(&patterns, sizeof(patterns)); in pci_find_conf() 75 patterns[0].pc_sel.pc_domain = segment; in pci_find_conf() 76 patterns[0].pc_sel.pc_bus = bus; in pci_find_conf() 77 patterns[0].pc_sel.pc_dev = slot; in pci_find_conf() 78 patterns[0].pc_sel.pc_func = func; in pci_find_conf() 79 patterns[0].flags = PCI_GETCONF_MATCH_DOMAIN | in pci_find_conf() 83 pc.pat_buf_len = sizeof(patterns); in pci_find_conf() 84 pc.patterns = patterns; in pci_find_conf()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineCombinerPattern.h | 27 /// These are instruction patterns matched by the machine combiner pass.
|
/freebsd-src/usr.sbin/etcupdate/ |
H A D | etcupdate.8 | 37 .Op Fl A Ar patterns 39 .Op Fl I Ar patterns 56 .Op Fl I Ar patterns 372 .Bl -tag -width ".Fl A Ar patterns" 373 .It Fl A Ar patterns 374 Always install the new version of any files that match any of the patterns 376 .Ar patterns . 380 This option may be specified multiple times to specify multiple patterns. 381 Multiple space-separated patterns may also be specified in a single 460 .It Fl I Ar patterns [all...] |
/freebsd-src/usr.sbin/mptutil/ |
H A D | mpt_cam.c | 83 ccb.cdm.patterns = calloc(1, bufsize); in fetch_path_id() 86 ccb.cdm.patterns[0].type = DEV_MATCH_BUS; in fetch_path_id() 87 b = &ccb.cdm.patterns[0].pattern.bus_pattern; in fetch_path_id() 96 free(ccb.cdm.patterns); in fetch_path_id() 99 free(ccb.cdm.patterns); in fetch_path_id() 157 ccb.cdm.patterns = calloc(1, bufsize); in mpt_query_disk() 160 ccb.cdm.patterns[0].type = DEV_MATCH_PERIPH; in mpt_query_disk() 161 p = &ccb.cdm.patterns[0].pattern.periph_pattern; in mpt_query_disk() 170 free(ccb.cdm.patterns); in mpt_query_disk() 173 free(ccb.cdm.patterns); in mpt_query_disk() [all …]
|
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_archive_match_path.c | 177 /* Test1: read exclusion patterns from file */ in test_exclusion_from_file_mbs() 186 /* Test2: read exclusion patterns in a null separator from file */ in test_exclusion_from_file_mbs() 202 /* Test1: read exclusion patterns from file */ in test_exclusion_from_file_wcs() 211 /* Test2: read exclusion patterns in a null separator from file */ in test_exclusion_from_file_wcs() 325 /* Test1: read inclusion patterns from file */ in test_inclusion_from_file_mbs() 334 /* Test2: read inclusion patterns in a null separator from file */ in test_inclusion_from_file_mbs() 349 /* Test1: read inclusion patterns from file */ in test_inclusion_from_file_wcs() 359 /* Test2: read inclusion patterns in a null separator from file */ in test_inclusion_from_file_wcs() 413 /* Verify unmatched inclusion patterns. */ in test_exclusion_and_inclusion() 419 /* Verify unmatched inclusion patterns again in Wide-Char. */ in test_exclusion_and_inclusion() [all …]
|
/freebsd-src/contrib/tcp_wrappers/ |
H A D | hosts_access.5 | 7 name, host name/address) patterns. Examples are given at the end. The 57 of one or more host names, host addresses, patterns or wildcards (see 61 explained in the sections on server endpoint patterns and on client 69 .SH PATTERNS 70 The access control language implements the following patterns: 103 zero or more lines with zero or more host name or address patterns 180 .SH SERVER ENDPOINT PATTERNS 182 connect to, use patterns of the form: 187 Patterns like these can be used when the machine has different internet 204 name, and can be used to match patterns like: [all …]
|
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | d3.h | 198 * struct iwl_wowlan_patterns_cmd_v1 - WoWLAN wakeup patterns 202 * @n_patterns: number of patterns 207 * @patterns: the patterns, array length in @n_patterns 209 struct iwl_wowlan_pattern_v1 patterns[]; member 297 * struct iwl_wowlan_pattern_v2 - Pattern entry for the WoWLAN wakeup patterns 318 * struct iwl_wowlan_patterns_cmd - WoWLAN wakeup patterns command 322 * @n_patterns: number of patterns 337 * @patterns: the patterns, arra 339 struct iwl_wowlan_pattern_v2 patterns[]; global() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | Patterns.h |
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVReader.cpp | 203 // - Process any patterns collected from the '--select' options. 221 patterns().addGenericPatterns(options().Select.Generic); in doLoad() 222 patterns().addOffsetPatterns(options().Select.Offsets); in doLoad() 225 patterns().addRequest(options().Select.Elements); in doLoad() 226 patterns().addRequest(options().Select.Lines); in doLoad() 227 patterns().addRequest(options().Select.Scopes); in doLoad() 228 patterns().addRequest(options().Select.Symbols); in doLoad() 229 patterns().addRequest(options().Select.Types); in doLoad() 233 patterns().updateReportOptions(); in doLoad()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Target.td | 10 // SelectionDAG instruction selection patterns (specified in 15 // support. It will eventually supersede SelectionDAG patterns. 33 // GIComplexPatternEquiv to enable the import of SelectionDAG patterns involving 56 // to enable the import of SelectionDAG patterns involving those SDNodeXForms.
|
/freebsd-src/contrib/ntp/sntp/unity/auto/ |
H A D | generate_module.rb | 33 #Built in patterns 34 PATTERNS = { 'src' => {'' => { :inc => [] } }, constant 135 @patterns = PATTERNS[@pattern.downcase] 136 raise "ERROR: The design pattern specified isn't one that I recognize!" if @patterns.nil? 141 @patterns.each_pair do |pattern_file, pattern_traits|
|
/freebsd-src/sys/dev/isci/scil/ |
H A D | scic_sgpio.h | 123 * @brief Use this to set both programmable blink patterns A & B in the 124 * SGPBR(Programmable Blink Register). Will set identical patterns 170 * @param[in] pattern_selection - One of two patterns (A or B). 171 * "A" and "B" patterns should be previously defined 196 * @param[in] pattern_selection - One of two patterns (A or B). 197 * "A" and "B" patterns should be previously defined
|
/freebsd-src/crypto/openssh/ |
H A D | sshd_config.5 | 110 This keyword can be followed by a list of group name patterns, separated 113 group or supplementary group list matches one of the patterns. 120 See PATTERNS in 122 for more information on patterns. 165 This keyword can be followed by a list of user name patterns, separated 168 match one of the patterns. 180 See PATTERNS in 182 for more information on patterns. 633 This keyword can be followed by a list of group name patterns, separated 636 group list matches one of the patterns [all...] |
/freebsd-src/tools/build/ |
H A D | check-links.sh | 5 patterns=[.+,/-] 9 *${patterns}*) 10 libkey="${libkey%%${patterns}*}${replacement}${libkey#*${patterns}}"
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 54 "Verify that the generated patterns are ordered by increasing latency"), 60 "Verify that the generated patterns are ordered by increasing latency"), 125 SmallVector<unsigned, 16> &Patterns); 342 // FIXME: for now, we don't do any check for the register pressure patterns. in getLatenciesForInstrSequences() 524 // later patterns. This helps to discover sub-optimal pattern orderings. in insertDeleteInstructions() 527 SmallVector<unsigned, 16> &Patterns) { in insertDeleteInstructions() 530 for (auto P : Patterns) { in insertDeleteInstructions() 581 SmallVector<unsigned, 16> Patterns; in combineInstructions() 602 // The algorithm does not try to evaluate all patterns and pick the best. in combineInstructions() 604 // mostly one pattern, and getMachineCombinerPatterns() can order patterns in combineInstructions() 542 verifyPatternOrder(MachineBasicBlock * MBB,MachineInstr & Root,SmallVector<MachineCombinerPattern,16> & Patterns) verifyPatternOrder() argument 596 SmallVector<MachineCombinerPattern, 16> Patterns; combineInstructions() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCInstructionSelector.cpp | 48 /// selector for the patterns that do not require complex C++. 285 // Direct materialization of 64-bit constants by enumerated patterns. 300 // Following patterns use 1 instructions to materialize the Imm. in selectI64ImmDirect() 302 // 1-1) Patterns : {zeros}{15-bit valve} in selectI64ImmDirect() 308 // 1-2) Patterns : {zeros}{15-bit valve}{16 zeros} in selectI64ImmDirect() 315 // Following patterns use 2 instructions to materialize the Imm. in selectI64ImmDirect() 320 // 2-1) Patterns : {zeros}{31-bit value} in selectI64ImmDirect() 335 // 2-2) Patterns : {zeros}{ones}{15-bit value}{zeros} in selectI64ImmDirect() 370 // patterns, here we have (LZ <= 32) to make sure we will not shift right in selectI64ImmDirect() 384 // 2-4) Patterns in selectI64ImmDirect() [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 531 Patterns.reserve(Names.size()); in PatternSet() 533 Patterns.push_back({Name, Name.starts_with("::")}); in PatternSet() 538 /// Return true if there are still any patterns left. 540 for (size_t I = 0; I < Patterns.size();) { in consumeNameSuffix() 541 if (::clang::ast_matchers::internal::consumeNameSuffix(Patterns[I].P, in consumeNameSuffix() 546 Patterns.erase(Patterns.begin() + I); in consumeNameSuffix() 549 return !Patterns.empty(); in consumeNameSuffix() 552 /// Check if any of the patterns are a match. 556 return llvm::any_of(Patterns, [&](const Pattern &Pattern) { in foundMatch() 568 llvm::SmallVector<Pattern, 8> Patterns; member in clang::ast_matchers::internal::__anon56faf6d60811::PatternSet [all …]
|
/freebsd-src/usr.sbin/etcupdate/tests/ |
H A D | ignore_test.sh | 66 # These tests deal with ignoring certain patterns of files. We run the 67 # test multiple times ignoring different patterns. 185 # First run the test ignoring no patterns. 230 # Now test with two patterns. This should preserve everything. 252 # tests putting two patterns into a single -I argument.
|
/freebsd-src/lib/libc/gen/ |
H A D | glob.3 | 234 patterns). 253 Expand patterns that start with 263 via patterns that expand to a very large number of matches, 367 or more patterns were matched. 439 Patterns longer than
|
/freebsd-src/contrib/one-true-awk/ |
H A D | awk.1 | 43 for lines that match any of a set of patterns specified literally in 131 next #\fR skip remaining patterns on this input line\fP 427 Patterns are arbitrary Boolean combinations 449 A pattern may consist of two patterns separated by a comma; 480 The special patterns 489 do not combine with other patterns.
|