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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.h74 #ifndef toupper
75 #define toupper(x) (islower(x) ? (x) - 'a' + 'A' : (x)) macro

Completed in 65 milliseconds