Searched defs:isupper (Results 1 – 3 of 3) sorted by relevance
116 double *isupper(int); function
231 #define isupper(x) (sane_istest(x,GIT_ALPHA) && !(x & 0x20)) macro
145 #define isupper(c) do_not_use_isupper_with_safe_ctype macro