Searched refs:pattern (Results 126 - 150 of 253) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h187 /// Match FileSpec \a pattern against FileSpec \a file. If \a pattern has a
190 /// pattern matches everything.
191 static bool Match(const FileSpec &pattern, const FileSpec &file);
/freebsd-current/usr.bin/split/tests/
H A Dsplit_test.sh177 atf_test_case pattern
267 atf_add_test_case pattern
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk21 # Words that don't match the pattern are passed unmodified.
134 # the beginning of the pattern.
195 # In the word "one", only a prefix of the pattern suffix "nes" matches,
242 # Test all relevant combinations of prefix, '%' and suffix in both the pattern
H A Dcond-undef-lint.mk51 # TODO: This pattern looks a lot like CFLAGS.${OPSYS}, which is at least
H A Dvarmod.mk22 # pattern of calling `ParseModifierPart`.
H A Darchive.mk50 # To prevent an overly long file list, the pattern is restricted to [at]*.mk.
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategoryExtensions.i36 return self.get_by_name_function(self.sbcategory,SBTypeNameSpecifier(key.pattern,True))
/freebsd-current/usr.sbin/etcupdate/
H A Detcupdate.sh130 local pattern -
133 for pattern in $IGNORE_FILES; do
136 $pattern)
165 local pattern -
168 for pattern in $ALWAYS_INSTALL; do
171 $pattern)
/freebsd-current/lib/libc/tests/sys/
H A Dsendfile_test.c413 printf("pattern size: %zu\n", pattern_size);
693 char *pattern; local
715 rc = asprintf(&pattern, "%s%s%s",
721 atf_utils_create_file(SOURCE_FILE ".full", "%s", pattern);
734 strlen(pattern));
750 free(pattern);
751 pattern = NULL;
926 "the value returned by sbytes does not match the expected pattern "
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h306 uint64_t pattern = (1ULL << (S + 1)) - 1; local
308 pattern = ror(pattern, size);
310 // Replicate the pattern to fill the regSize.
312 pattern |= (pattern << size);
315 return pattern;
775 /// Returns true if Imm is the concatenation of a repeating pattern of type T.
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h1 //===- DAGISelMatcher.h - Representation of DAG pattern matcher -*- C++ -*-===//
434 /// to see if the entire pattern is capable of matching. This predicate does
736 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber, argument
738 : Matcher(CheckComplexPat), Pattern(pattern), MatchNumber(matchnumber),
834 /// (which defines a chain operand) is safe to fold into a larger pattern.
945 /// matched pattern that have chain input/outputs. This node adds all input
946 /// chains of these nodes if they are not themselves a node in the pattern.
1034 /// operands in the root of the pattern. The rest are appended to this node.
1111 int numfixedarityoperands, const PatternToMatch &pattern)
1115 Pattern(pattern) {}
1107 MorphNodeToMatcher(const CodeGenInstruction &cgi, ArrayRef<MVT::SimpleValueType> vts, ArrayRef<unsigned> operands, bool hasChain, bool hasInGlue, bool hasOutGlue, bool hasmemrefs, int numfixedarityoperands, const PatternToMatch &pattern) argument
1131 CompleteMatchMatcher(ArrayRef<unsigned> results, const PatternToMatch &pattern) argument
[all...]
/freebsd-current/sys/dev/ntb/test/
H A Dntb_tool.c166 * # Write/read data to/from inbound memory window with specific pattern/random
168 * root@local# sysctl dev.ntb_tool.0.peer0.mw0="W offset 0 nbytes 100 pattern ab"
172 * specific pattern/random (on peer device)
173 * root@local# sysctl dev.ntb_tool.0.peer0.peer_mw0="W offset 0 nbytes 100 pattern ab"
453 uint64_t *pattern, bool *s_pflag)
473 } else if (!strcmp(op1, "pattern")) {
474 *pattern = val1;
484 } else if (!vs3 && !strcmp(op2, "pattern")) {
485 *pattern = val2;
493 } else if (!vs3 && !strcmp(op3, "pattern")) {
452 parse_mw_buf(char *buf, char *cmd, ssize_t *offset, ssize_t *buf_size, uint64_t *pattern, bool *s_pflag) argument
579 uint64_t pattern = 0; local
[all...]
/freebsd-current/usr.bin/find/
H A Dfunction.c1138 * matches pattern using Pattern Matching Notation S3.14
1172 char *pattern; local
1175 pattern = nextarg(option, argvp);
1177 new->c_data = pattern;
1292 * matches pattern using Pattern Matching Notation S3.14
1409 * True if the whole path of the file matches pattern using
1449 char *pattern; local
1457 pattern = nextarg(option, argvp);
1459 if ((errcode = regcomp(pre, pattern,
1464 pattern, errbu
[all...]
/freebsd-current/contrib/diff/src/
H A Ddiff.c785 add_regexp (struct regexp_list *reglist, char const *pattern)
787 size_t patlen = strlen (pattern);
788 char const *m = re_compile_pattern (pattern, patlen, reglist->buf);
791 error (0, 0, "%s: %s", pattern, m);
816 memcpy (regexps + len, pattern, patlen + 1);
926 N_("-X FILE --exclude-from=FILE Exclude files that match any pattern in FILE."),
784 add_regexp(struct regexp_list *reglist, char const *pattern) argument
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc416 EXPECT_STREQ("", empty.pattern());
419 EXPECT_STREQ("hello", simple.pattern());
422 EXPECT_STREQ(".*(\\w+)", normal.pattern());
871 EXPECT_STREQ("", empty.pattern());
874 EXPECT_STREQ("hello", simple.pattern());
/freebsd-current/contrib/libedit/
H A Dsearch.c112 * Return if string matches pattern
159 * return True if the pattern matches the prefix
174 * Set the history seatch pattern
294 /* No can do if globbing characters in pattern */
478 * Use the old pattern, but wild-card it.
524 * Look for a pattern inside a line
530 wchar_t *pattern = el->el_search.patbuf; local
533 ocp = &pattern[1];
537 ocp = pattern;
/freebsd-current/sbin/recoverdisk/
H A Drecoverdisk.c391 fill_buf(char *buf, ssize_t len, const char *pattern) argument
393 ssize_t sz = strlen(pattern);
400 memcpy(buf + i, pattern, j);
/freebsd-current/sys/dev/sfxge/common/
H A Dsiena_nic.c698 __in efx_pattern_type_t pattern,
708 EFSYS_ASSERT(pattern < EFX_PATTERN_NTYPES);
709 func = __efx_sram_pattern_fns[pattern];
695 siena_nic_test_tables( __in efx_nic_t *enp, __in siena_register_set_t *rsp, __in efx_pattern_type_t pattern, __in size_t count) argument
/freebsd-current/contrib/file/src/
H A Dreadcdf.c45 const char *pattern; member in struct:nv
129 for (i = 0; nv[i].pattern != NULL; i++)
130 if (strcasestr(vbuf, nv[i].pattern) != NULL) {
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_cam.c87 b = &ccb.cdm.patterns[0].pattern.bus_pattern;
161 p = &ccb.cdm.patterns[0].pattern.periph_pattern;
426 p = &ccb.cdm.patterns[0].pattern.periph_pattern;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp283 int __kmp_str_fname_match(kmp_str_fname_t const *fname, char const *pattern) { argument
287 if (pattern != NULL) {
289 __kmp_str_fname_init(&ptrn, pattern);
/freebsd-current/contrib/bmake/
H A Dmain.c2168 * Create and open a temp file using "pattern".
2173 mkTempFile(const char *pattern, char *tfile, size_t tfile_sz) argument
2179 if (pattern == NULL)
2180 pattern = TMPPAT;
2188 if (pattern[0] == '/')
2189 snprintf(tfile, tfile_sz, "%s", pattern);
2191 snprintf(tfile, tfile_sz, "%s%s", tmpdir, pattern);
H A Dvar.c251 /* Flags for pattern matching in the :S and :C modifiers */
2158 * character of the pattern is a $.
2702 bool copy = false; /* pattern should be, or has been, copied */
2705 char *pattern; local
2744 /* Compress the \:'s out of the pattern. */
2745 pattern = bmake_malloc((size_t)(endpat - (mod + 1)) + 1);
2746 dst = pattern;
2757 pattern = bmake_strsedup(mod + 1, endpat);
2761 char *old_pattern = pattern;
2766 pattern
2777 const char *pattern; member in struct:ModifyWord_MatchArgs
2804 char *pattern; local
[all...]
/freebsd-current/sbin/ping/tests/
H A Dtest_ping.py283 for pattern, repl in pattern_replacements:
284 output = re.sub(pattern, repl, output)
/freebsd-current/sys/arm/arm/
H A Ddisassem.c106 u_int pattern; member in struct:arm32_insn
304 if ((insn & i_ptr->mask) == i_ptr->pattern) {

Completed in 480 milliseconds

1234567891011