Lines Matching refs:strcmp
6996 extern int strcmp (const char *__s1, const char *__s2)
7238 using ::strcmp;
62989 return strcmp(key, lookup) == 0;
92073 bool KeyEquals(const char* aKey) const { return !strcmp(mKey, aKey); }
92117 bool KeyEquals(KeyTypePointer aKey) const { return !strcmp(mKey, aKey); }
115098 static int32_t strcmp(const char* aStr1, const char* aStr2)
115142 static int32_t strcmp(const char16_t* aStr1, const char16_t* aStr2);
146516 if (!strcmp(aTopic, "memory-pressure") && mOwner) {