OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Match
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_suppressions.cc
81
bool SuppressionContext::
Match
(const char *str, const char *type,
107
// Context must not mutate once
Match
has been called.
/src/sys/external/bsd/acpica/dist/events/
evrgnini.c
497
BOOLEAN
Match
;
508
Match
= AcpiUtIsPciRootBridge (Hid->String);
511
if (
Match
)
516
/* The _HID did not
match
. Get the _CID and check for a PCI Root Bridge */
/src/sys/external/bsd/gnu-efi/dist/lib/
hand.c
124
BOOLEAN
Match
;
193
// passed in. If it does
match
, and the next node is the End of the
195
// Path, then we have found a
match
.
198
Match
= FALSE;
226
Match
= TRUE;
231
Match
= TRUE;
252
if (
Match
== FALSE) {
/src/games/fortune/fortune/
fortune.c
107
static bool Found_one; /* did we find a
match
? */
122
static bool
Match
= FALSE; /* dump fortunes matching a pattern */
200
if (
Match
)
343
case 'i': /* case-insensitive
match
*/
345
errx(1, "Can't
match
fortunes on this system (Sorry)");
348
Match
++;
351
case 'i': /* case-insensitive
match
*/
1241
* Find all the fortunes which
match
the pattern we've been given.
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py
302
#
match
those on a word boundary.
341
#
Match
start of assembly blocks
409
def
Match
(pattern, s):
411
# The regexp compilation caching is inlined in both
Match
and Search for
416
return _regexp_compile_cache[pattern].
match
(s)
708
if
Match
(r'T(EST|est)', self.current_function):
922
line = line.replace(r'\\', 'XX') # after this, \\" does not
match
to \"
1021
if not _RE_PATTERN_INCLUDE.
match
(elided):
1195
'#ifndef and #define don\'t
match
, suggested CPP variable is: %s' %
1352
if _RE_PATTERN_INVALID_INCREMENT.
match
(line)
[
all
...]
/src/sys/arch/hppa/hppa/
db_disasm.c
294
* longer than 32 to
match
bit 0.
975
#define
Match
(s) (strncmp(s,i->mnem,sizeof(s)-1) == 0)
1315
if (
Match
("dcor") ||
Match
("idcor"))
1326
if (
Match
("addi"))
1339
if (
Match
("vshd"))
1525
if (Rsb(w) == 0 &&
Match
("ldo")) {
1660
if (link && !
Match
("gate"))
1668
if (link ||
Match
("gate"))
1718
if (
Match
("movb")
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025