Home | History | Annotate | Download | only in shared

Lines Matching refs:STRCMP

74    20160 STRCMP
745 /*---------------------- strcmp ----------------------*/
747 #define STRCMP(soname, fnname) \
768 STRCMP(VG_Z_LIBC_SONAME, strcmp)
769 STRCMP(VG_Z_LIBC_SONAME, __GI_strcmp)
770 STRCMP(VG_Z_LIBC_SONAME, __strcmp_sse2)
771 STRCMP(VG_Z_LIBC_SONAME, __strcmp_sse42)
772 STRCMP(VG_Z_LD_LINUX_X86_64_SO_2, strcmp)
773 STRCMP(VG_Z_LD64_SO_1, strcmp)
776 STRCMP(NONE, __dl_strcmp); /* in /system/bin/linker */
780 STRCMP(VG_Z_LIBC_SONAME, strcmp)
782 STRCMP(libsystemZuplatformZddylib, _platform_strcmp)
1705 // This is a wchar_t equivalent to strcmp. We don't
1708 // comparison, not unsigned as in strcmp function.