Searched refs:sk_strcmp (Results 1 – 3 of 3) sorted by relevance
/external/skia/legacy/include/core/ |
D | SkPostConfig.h | 189 #ifndef sk_strcmp 190 #define sk_strcmp(s, t) strcmp(s, t) 208 #define sk_strequal(s, t) (!sk_strcmp(s, t))
|
/external/skia/include/core/ |
D | SkPostConfig.h | 210 #ifndef sk_strcmp 211 #define sk_strcmp(s, t) strcmp(s, t) 229 #define sk_strequal(s, t) (!sk_strcmp(s, t))
|
/external/openssl/crypto/x509v3/ |
D | v3_utl.c | 69 static int sk_strcmp(const char * const *a, const char * const *b); 461 static int sk_strcmp(const char * const *a, const char * const *b) in sk_strcmp() function 553 if(!*sk) *sk = sk_OPENSSL_STRING_new(sk_strcmp); in append_ia5()
|