Searched defs:toupper (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dmpi.h75 #define toupper(x) (islower(x) ? (x) - 'a' + 'A' : (x)) macro

Completed in 89 milliseconds