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

12345678910

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_tool.h155 * init array header: pattern
162 #define INIT_ARRAY_PATTERN_HDR_PATTERN_SIZE_MASK 0xF /* pattern size in dword */
164 #define INIT_ARRAY_PATTERN_HDR_REPETITIONS_MASK 0xFFFFFF /* pattern repetitions */
176 struct init_array_pattern_hdr pattern /* pattern init array header */; member in union:init_array_hdr
186 INIT_ARR_PATTERN /* a repeated pattern */,
/freebsd-13-stable/contrib/ncurses/menu/
H A Dmenu.priv.h115 /* Reset the match pattern buffer */
118 (menu)->pattern[0] = '\0'; }
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_ioctl.h59 uint32_t pattern; member in struct:qla_wr_flash
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Darchive.mk44 # To prevent an overly long file list, the pattern is restricted to [at]*.mk.
H A Dvarmod-subst.mk13 . warning The empty pattern matches something.
42 . warning The :S modifier matches a too long pattern anchored at the start.
58 . warning The :S modifier matches a too long pattern anchored at the end.
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,
H A Dcond-undef-lint.mk46 # TODO: This pattern looks a lot like CFLAGS.${OPSYS}, which is at least
/freebsd-13-stable/lib/libc/tests/sys/
H A Dsendfile_test.c410 printf("pattern size: %zu\n", pattern_size);
678 char *pattern; local
700 rc = asprintf(&pattern, "%s%s%s",
706 atf_utils_create_file(SOURCE_FILE ".full", "%s", pattern);
719 strlen(pattern));
735 free(pattern);
736 pattern = NULL;
899 "the value returned by sbytes does not match the expected pattern "
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h1 //===- DAGISelMatcher.h - Representation of DAG pattern matcher -*- C++ -*-===//
397 /// to see if the entire pattern is capable of matching. This predicate does
695 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber, argument
697 : Matcher(CheckComplexPat), Pattern(pattern), MatchNumber(matchnumber),
793 /// (which defines a chain operand) is safe to fold into a larger pattern.
904 /// matched pattern that have chain input/outputs. This node adds all input
905 /// chains of these nodes if they are not themselves a node in the pattern.
993 /// operands in the root of the pattern. The rest are appended to this node.
1073 int numfixedarityoperands, const PatternToMatch &pattern)
1077 Pattern(pattern) {
1068 MorphNodeToMatcher(const std::string &opcodeName, ArrayRef<MVT::SimpleValueType> vts, ArrayRef<unsigned> operands, bool hasChain, bool hasInFlag, bool hasOutFlag, bool hasmemrefs, int numfixedarityoperands, const PatternToMatch &pattern) argument
1094 CompleteMatchMatcher(ArrayRef<unsigned> results, const PatternToMatch &pattern) argument
[all...]
/freebsd-13-stable/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;
753 /// Returns true if Imm is the concatenation of a repeating pattern of type T.
/freebsd-13-stable/usr.sbin/etcupdate/
H A Detcupdate.sh131 local pattern -
134 for pattern in $IGNORE_FILES; do
137 $pattern)
166 local pattern -
169 for pattern in $ALWAYS_INSTALL; do
172 $pattern)
/freebsd-13-stable/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"
456 uint64_t *pattern, bool *s_pflag)
476 } else if (!strcmp(op1, "pattern")) {
477 *pattern = val1;
487 } else if (!vs3 && !strcmp(op2, "pattern")) {
488 *pattern = val2;
496 } else if (!vs3 && !strcmp(op3, "pattern")) {
455 parse_mw_buf(char *buf, char *cmd, ssize_t *offset, ssize_t *buf_size, uint64_t *pattern, bool *s_pflag) argument
582 uint64_t pattern = 0; local
[all...]
/freebsd-13-stable/usr.bin/find/
H A Dfunction.c1145 * matches pattern using Pattern Matching Notation S3.14
1179 char *pattern; local
1182 pattern = nextarg(option, argvp);
1184 new->c_data = pattern;
1299 * matches pattern using Pattern Matching Notation S3.14
1416 * True if the whole path of the file matches pattern using
1456 char *pattern; local
1464 pattern = nextarg(option, argvp);
1466 if ((errcode = regcomp(pre, pattern,
1471 pattern, errbu
[all...]
/freebsd-13-stable/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-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc408 EXPECT_STREQ("", empty.pattern());
411 EXPECT_STREQ("hello", simple.pattern());
414 EXPECT_STREQ(".*(\\w+)", normal.pattern());
866 EXPECT_STREQ("", empty.pattern());
869 EXPECT_STREQ("hello", simple.pattern());
/freebsd-13-stable/sbin/recoverdisk/
H A Drecoverdisk.c395 fill_buf(char *buf, ssize_t len, const char *pattern) argument
397 ssize_t sz = strlen(pattern);
404 memcpy(buf + i, pattern, j);
/freebsd-13-stable/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-13-stable/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-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp281 int __kmp_str_fname_match(kmp_str_fname_t const *fname, char const *pattern) { argument
285 if (pattern != NULL) {
287 __kmp_str_fname_init(&ptrn, pattern);
/freebsd-13-stable/sys/dev/sfxge/common/
H A Dsiena_nic.c700 __in efx_pattern_type_t pattern,
710 EFSYS_ASSERT(pattern < EFX_PATTERN_NTYPES);
711 func = __efx_sram_pattern_fns[pattern];
697 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-13-stable/usr.sbin/mptutil/
H A Dmpt_cam.c90 b = &ccb.cdm.patterns[0].pattern.bus_pattern;
164 p = &ccb.cdm.patterns[0].pattern.periph_pattern;
429 p = &ccb.cdm.patterns[0].pattern.periph_pattern;
/freebsd-13-stable/contrib/bmake/
H A Dmain.c2240 * Create and open a temp file using "pattern".
2245 mkTempFile(const char *pattern, char *tfile, size_t tfile_sz) argument
2251 if (pattern == NULL)
2252 pattern = TMPPAT;
2259 if (pattern[0] == '/') {
2260 snprintf(tfile, tfile_sz, "%s", pattern);
2262 snprintf(tfile, tfile_sz, "%s%s", tmpdir, pattern);
/freebsd-13-stable/share/mk/
H A Dbsd.prog.mk77 CFLAGS+= -ftrivial-auto-var-init=pattern
78 CXXFLAGS+= -ftrivial-auto-var-init=pattern
80 .warning InitAll (pattern) requested but not support by compiler
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dlog.c418 const char *pattern = APR_ARRAY_IDX(patterns, i, const char *);
420 svn_stringbuf_appendcstr(pattern_text, pattern);
417 const char *pattern = APR_ARRAY_IDX(patterns, i, const char *); local
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeCategory.i155 return self.get_by_name_function(self.sbcategory,SBTypeNameSpecifier(key.pattern,True))

Completed in 303 milliseconds

12345678910