| /external/valgrind/main/drd/ |
| D | drd_error.c | 515 if (VG_(strcmp)(name, STR_DataRaceErr) == 0) in drd_is_recognized_suppression() local 517 else if (VG_(strcmp)(name, STR_MutexErr) == 0) in drd_is_recognized_suppression() local 519 else if (VG_(strcmp)(name, STR_CondErr) == 0) in drd_is_recognized_suppression() local 521 else if (VG_(strcmp)(name, STR_CondDestrErr) == 0) in drd_is_recognized_suppression() local 523 else if (VG_(strcmp)(name, STR_CondRaceErr) == 0) in drd_is_recognized_suppression() local 525 else if (VG_(strcmp)(name, STR_CondWaitErr) == 0) in drd_is_recognized_suppression() local 527 else if (VG_(strcmp)(name, STR_SemaphoreErr) == 0) in drd_is_recognized_suppression() local 529 else if (VG_(strcmp)(name, STR_BarrierErr) == 0) in drd_is_recognized_suppression() local 531 else if (VG_(strcmp)(name, STR_RwlockErr) == 0) in drd_is_recognized_suppression() local 533 else if (VG_(strcmp)(name, STR_HoldtimeErr) == 0) in drd_is_recognized_suppression() local [all …]
|
| /external/icu/icu4c/source/samples/coll/ |
| D | coll.cpp | 137 int strcmp() in strcmp() function
|
| /external/chromium_org/third_party/icu/source/samples/coll/ |
| D | coll.cpp | 137 int strcmp() in strcmp() function
|
| /external/valgrind/main/coregrind/m_gdbserver/ |
| D | server.h | 142 #define strcmp(s1,s2) VG_(strcmp) ((s1),(s2)) macro
|
| D | m_gdbserver.c | 1341 if (VG_(strcmp) (kw, iw) == 0) { in VG_() local
|
| /external/valgrind/main/coregrind/m_demangle/ |
| D | vg_libciface.h | 57 #define strcmp(_s1,_s2) VG_(strcmp)((_s1),(_s2)) macro
|
| /external/valgrind/main/coregrind/ |
| D | m_redir.c | 1489 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(freeres))) == 0) in handle_maybe_load_notifier() local 1492 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(ifunc_wrapper))) == 0) in handle_maybe_load_notifier() local
|
| D | m_libcbase.c | 303 Int VG_(strcmp) ( const HChar* s1, const HChar* s2 ) in VG_() argument
|
| /external/chromium_org/third_party/webrtc/base/ |
| D | stringutils.h | 78 inline int strcmp(const wchar_t* s1, const wchar_t* s2) { in strcmp() function
|
| /external/clang/test/CodeGen/ |
| D | 2002-07-14-MiscTests3.c | 167 int strcmp(char *s1, char *s2) { in strcmp() function
|
| /external/wpa_supplicant_8/src/utils/ |
| D | os.h | 630 #define strcmp OS_DO_NOT_USE_strcmp macro
|
| /external/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 568 strcmp, enumerator
|
| /external/clang/test/Analysis/ |
| D | string.c | 680 #define strcmp BUILTIN(strcmp) macro
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 528 TEST(MemorySanitizer, strcmp) { in TEST() argument
|