Searched refs:isupper (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/libkern/
H A Dstrtol.c36 * Removed dependency on _ctype_ by static versions of isupper()...
76 isupper(char c) function
169 c -= isupper(c) ? 'A' - 10 : 'a' - 10;
240 c -= isupper(c) ? 'A' - 10 : 'a' - 10;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStringFuncs.c38 * Removed dependency on _ctype_ by static versions of isupper()...
96 isupper(char c) function
186 c -= isupper(c) ? 'A' - 10 : 'a' - 10;
257 c -= isupper(c) ? 'A' - 10 : 'a' - 10;
357 c -= isupper(c) ? 'A' - 10 : 'a' - 10;
438 c -= isupper(c) ? 'A' - 10 : 'a' - 10;
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c638 c = isupper(*cp) ? tolower(*cp) : *cp;
639 d = isupper(*dp) ? tolower(*dp) : *dp;

Completed in 21 milliseconds