toupper
int toupper(int);
#define _toupper(c) toupper(c)
c = toupper(c);
*Dest = (char) toupper ((int) *Source);
Result[i] = (char) toupper ((int) *ExternalName);
index = (UINT32) toupper (*String);
*String = (char) toupper ((int) *String);
toupper (
string[0] = toupper(string[0]);
int (*tocase)(int ch) = (casetype == KICONV_FROM_LOWER) ? tolower : toupper;
drive_id = toupper(drive_char) - 'A';
c = toupper(c);
char uc = toupper(str[0]);
*n++ = toupper(*Word);
flag = toupper(flag);
int ch = toupper(instring[i]);
int ch = toupper(*p);
*s = toupper(*s);
*cp = toupper(c);
*argument = toupper(c);
&& toupper(*G.answerbuf) == 'Y')
*to++ = toupper(from[0]);
const char* pos = strchr(Label(), toupper(trigger));
int a = toupper(datain[1]);
int b = toupper(datain[2]);
for (int i='a'; i<='z'; ++i) gTranslation[i]=toupper(i);
bool base64encoded = toupper(*encoding) == 'B';
fPrivateData[count] = toupper(fPrivateData[count]);
fPrivateData[0] = toupper(fPrivateData[0]);
fPrivateData[count] = toupper(fPrivateData[count]);
ch = (char)toupper(ch);
letter = toupper(letter); // convert to upper case
c = toupper(c);
c = toupper(c);
ch = toupper(ch);
= toupper (pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx]);
pstr->mbs[char_idx] = toupper (ch);
# define TOUPPER(Ch) (IN_CTYPE_DOMAIN (Ch) ? toupper (Ch) : (Ch))
return toupper(wc);
return toupper(wc);
return toupper(wc);
return toupper(wc);
*c = toupper(*c);
buffer[i] = toupper(buffer[i]);
int upper = toupper(c);
int upper = toupper(i);
buf[i] = toupper(buf[i]);
defineName += toupper(name[k]);