Searched refs:ossl_fromascii (Results 1 – 3 of 3) sorted by relevance
51 int ossl_fromascii(int c);54 # define ossl_fromascii(c) (c) macro
273 const int native = value > INT_MAX ? INT_MAX : ossl_fromascii(value); in type_str()
242 int ossl_fromascii(int c) in ossl_fromascii() function