Searched defs:OPENSSL_isdigit (Results 1 – 2 of 2) sorted by relevance
417 int OPENSSL_isdigit(int c) { return c >= '0' && c <= '9'; } in OPENSSL_isdigit() function