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

  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3nametest.c 112 static int is_exception(const char *msg) function
317 if (is_exception(msg))
  /bionic/libc/bionic/
time64.c 185 int is_exception = ((year % 100 == 0) && !(year % 400 == 0)); local
186 TRACE1("# is_exception_century: %s\n", is_exception ? "yes" : "no");
188 return(is_exception);

Completed in 430 milliseconds