Searched refs:StrCmp (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| H A D | asan_str_test.cc | 344 void RunStrCmpTest(PointerToStrCmp StrCmp) { in RunStrCmpTest() argument 352 Ident(StrCmp(s1, s2)); in RunStrCmpTest() 353 Ident(StrCmp(s1, s2 + size - 1)); in RunStrCmpTest() 354 Ident(StrCmp(s1 + size - 1, s2 + size - 1)); in RunStrCmpTest() 356 EXPECT_DEATH(Ident(StrCmp)(s1 - 1, s2), LeftOOBReadMessage(1)); in RunStrCmpTest() 357 EXPECT_DEATH(Ident(StrCmp)(s1, s2 - 1), LeftOOBReadMessage(1)); in RunStrCmpTest() 358 EXPECT_DEATH(Ident(StrCmp)(s1 + size, s2), RightOOBReadMessage(0)); in RunStrCmpTest() 359 EXPECT_DEATH(Ident(StrCmp)(s1, s2 + size), RightOOBReadMessage(0)); in RunStrCmpTest() 362 EXPECT_DEATH(Ident(StrCmp)(s1, s1), RightOOBReadMessage(0)); in RunStrCmpTest() 363 EXPECT_DEATH(Ident(StrCmp)(s1 + size - 1, s2), RightOOBReadMessage(0)); in RunStrCmpTest()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| H A D | interception_linux.cpp | 24 static int StrCmp(const char *s1, const char *s2) { in StrCmp() function 39 if (StrCmp(name, "sigaction")) in GetFuncAddr()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | str.c | 24 StrCmp ( in StrCmp() function 62 return StrCmp (s1, s2); in LibStubStriCmp()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efilib.h | 308 StrCmp (
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | shlwapi.d | 471 alias StrCmpW StrCmp; in version() local
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/ |
| H A D | ChangeLog | 755 e.g. tries to copy StrCmp, gcc will give you warnings about those
|