Searched refs:matched (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/shared/
H A DQueryParserUtils.cpp218 // if the pattern is done, we have matched the string
254 bool matched = false; local
267 matched = true;
281 matched = true;
288 matched = !matched;
290 if (matched) {
/haiku/src/bin/
H A Dleak_analyser.sh39 expression is matched against the whole text block of the
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp517 "already matched. Will mask.\n", bus, device, function);
529 bool matched = false; local
582 matched = true;
586 if (!matched) {
687 // fail this step. We ensure that we matched all devices at the
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1276 int matched; local
1294 matched = 0;
1312 if (key[matched] == c) {
1313 if (!key[++matched])
1317 matched = 1;
1319 matched = 0;

Completed in 68 milliseconds