/src/sys/arch/arc/arc/ |
platform.c | 58 int i, rv, matched = -1, match = 0, ambiguous_match = 0; local in function:ident_platform 64 matched = i; 73 print_platform(plattab[matched]); 75 if (i == matched) 87 print_platform(plattab[matched]); 91 platform = plattab[matched];
|
platform.c | 58 int i, rv, matched = -1, match = 0, ambiguous_match = 0; local in function:ident_platform 64 matched = i; 73 print_platform(plattab[matched]); 75 if (i == matched) 87 print_platform(plattab[matched]); 91 platform = plattab[matched];
|
platform.c | 58 int i, rv, matched = -1, match = 0, ambiguous_match = 0; local in function:ident_platform 64 matched = i; 73 print_platform(plattab[matched]); 75 if (i == matched) 87 print_platform(plattab[matched]); 91 platform = plattab[matched];
|
/src/usr.sbin/user/ |
main.c | 78 int matched; local in function:main 82 for (matched = i = 0 ; i < cmdp->c_wc && i < MaxCmdWords ; i++) { 86 matched += 1; 92 if (matched == cmdp->c_wc) { 93 return (*cmdp->c_func)(argc - (matched - 1), argv + (matched - 1));
|
main.c | 78 int matched; local in function:main 82 for (matched = i = 0 ; i < cmdp->c_wc && i < MaxCmdWords ; i++) { 86 matched += 1; 92 if (matched == cmdp->c_wc) { 93 return (*cmdp->c_func)(argc - (matched - 1), argv + (matched - 1));
|
main.c | 78 int matched; local in function:main 82 for (matched = i = 0 ; i < cmdp->c_wc && i < MaxCmdWords ; i++) { 86 matched += 1; 92 if (matched == cmdp->c_wc) { 93 return (*cmdp->c_func)(argc - (matched - 1), argv + (matched - 1));
|
/src/usr.bin/systat/ |
disks.c | 89 int matched; local in function:drvselect 105 matched = 0; 111 matched = 1; 113 if (matched == 0)
|
disks.c | 89 int matched; local in function:drvselect 105 matched = 0; 111 matched = 1; 113 if (matched == 0)
|
disks.c | 89 int matched; local in function:drvselect 105 matched = 0; 111 matched = 1; 113 if (matched == 0)
|
/src/usr.bin/vgrind/ |
regexp.c | 341 * characters matched will be copied into 351 * character matched. 362 bool matched; /* a temporary bool */ local in function:expmatch 368 matched = false; 376 matched = !STRNCMP (s, SSTR(cs), SCNT(cs)); 377 if (matched) { 390 matched = 1; /* indicate a successful match */ 404 if (matched) 419 /* the subexpression matched */ 420 matched = 1 [all...] |
regexp.c | 341 * characters matched will be copied into 351 * character matched. 362 bool matched; /* a temporary bool */ local in function:expmatch 368 matched = false; 376 matched = !STRNCMP (s, SSTR(cs), SCNT(cs)); 377 if (matched) { 390 matched = 1; /* indicate a successful match */ 404 if (matched) 419 /* the subexpression matched */ 420 matched = 1 [all...] |
regexp.c | 341 * characters matched will be copied into 351 * character matched. 362 bool matched; /* a temporary bool */ local in function:expmatch 368 matched = false; 376 matched = !STRNCMP (s, SSTR(cs), SCNT(cs)); 377 if (matched) { 390 matched = 1; /* indicate a successful match */ 404 if (matched) 419 /* the subexpression matched */ 420 matched = 1 [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_suppressions.cc | 108 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ); 146 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ); 155 InternalMmapVector<Suppression *> matched; local in function:__tsan::PrintMatchedSuppressions 157 suppression_ctx->GetMatched(&matched); 158 if (!matched.size()) 161 for (uptr i = 0; i < matched.size(); i++) 162 hit_count += atomic_load_relaxed(&matched[i]->hit_count); 163 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, 165 for (uptr i = 0; i < matched.size(); i++) { 166 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count) [all...] |
tsan_suppressions.cc | 108 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ); 146 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ); 155 InternalMmapVector<Suppression *> matched; local in function:__tsan::PrintMatchedSuppressions 157 suppression_ctx->GetMatched(&matched); 158 if (!matched.size()) 161 for (uptr i = 0; i < matched.size(); i++) 162 hit_count += atomic_load_relaxed(&matched[i]->hit_count); 163 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, 165 for (uptr i = 0; i < matched.size(); i++) { 166 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count) [all...] |
tsan_suppressions.cc | 108 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ); 146 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", s->templ); 155 InternalMmapVector<Suppression *> matched; local in function:__tsan::PrintMatchedSuppressions 157 suppression_ctx->GetMatched(&matched); 158 if (!matched.size()) 161 for (uptr i = 0; i < matched.size(); i++) 162 hit_count += atomic_load_relaxed(&matched[i]->hit_count); 163 Printf("ThreadSanitizer: Matched %d suppressions (pid=%d):\n", hit_count, 165 for (uptr i = 0; i < matched.size(); i++) { 166 Printf("%d %s:%s\n", atomic_load_relaxed(&matched[i]->hit_count) [all...] |
/src/sys/external/bsd/acpica/dist/compiler/ |
dtcompilerparser.l | 202 DbgPrint(ASL_PARSE_OUTPUT,"Continuation matched\n"); 207 DbgPrint(ASL_PARSE_OUTPUT, ": Matched\n"); 212 <INITIAL,DATA_STATE>{WhiteSpace} { DbgPrint(ASL_PARSE_OUTPUT,"Whitespace matched\n"); } 214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); } 264 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
|
dtcompilerparser.l | 202 DbgPrint(ASL_PARSE_OUTPUT,"Continuation matched\n"); 207 DbgPrint(ASL_PARSE_OUTPUT, ": Matched\n"); 212 <INITIAL,DATA_STATE>{WhiteSpace} { DbgPrint(ASL_PARSE_OUTPUT,"Whitespace matched\n"); } 214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); } 264 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
|
dtcompilerparser.l | 202 DbgPrint(ASL_PARSE_OUTPUT,"Continuation matched\n"); 207 DbgPrint(ASL_PARSE_OUTPUT, ": Matched\n"); 212 <INITIAL,DATA_STATE>{WhiteSpace} { DbgPrint(ASL_PARSE_OUTPUT,"Whitespace matched\n"); } 214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); } 264 "Newline matched (data state). Current line number: %u\n",DtCompilerParserlineno);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_suppressions.h | 43 void GetMatched(InternalMmapVector<Suppression *> *matched);
|
sanitizer_suppressions.h | 43 void GetMatched(InternalMmapVector<Suppression *> *matched);
|
sanitizer_suppressions.h | 43 void GetMatched(InternalMmapVector<Suppression *> *matched);
|
/src/sys/arch/landisk/dev/ |
rs5c313_landisk.c | 78 static int matched = 0; local in function:rs5c313_landisk_match 80 if (matched) 83 matched = 1;
|
rs5c313_landisk.c | 78 static int matched = 0; local in function:rs5c313_landisk_match 80 if (matched) 83 matched = 1;
|
rs5c313_landisk.c | 78 static int matched = 0; local in function:rs5c313_landisk_match 80 if (matched) 83 matched = 1;
|
/src/common/lib/libutil/ |
snprintb.c | 166 int matched = 1; local in function:new_style 192 matched = 0; 227 matched = 1; 241 if (matched) 243 matched = 1;
|