HomeSort by relevance Sort by last modified time
    Searched full:sk_strcmp (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPostConfig.h 143 #ifndef sk_strcmp
144 #define sk_strcmp(s, t) strcmp(s, t)
162 #define sk_strequal(s, t) (!sk_strcmp(s, t))
  /external/openssl/crypto/x509v3/
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) function
550 if(!*sk) *sk = sk_new(sk_strcmp);

Completed in 90 milliseconds