toupper
#define Toupper(c) (((c) & QUOTE) ? 0 : toupper((unsigned char) (c)))
casetab[cnt] = toupper(ctab[cnt]);
casetab[cnt] = toupper(cnt);
*cp = toupper((unsigned char)*cp);
*cp = toupper((unsigned char)*cp);
*q = toupper((unsigned char)*q);
*p = toupper((unsigned char)*p);
switch ((opt = toupper((unsigned char)tcpopts[i++]))) {
return toupper(wc & 0xFF);
toupper((unsigned char)*buf1++);
*p = toupper((unsigned char) *p);
toupper((unsigned char)board[wordpath[i]]));
toupper((unsigned char)board[wordpath[i]]));
printw("| %c ", toupper((unsigned char)b[i]));
c = toupper(c);
Msgbuf[0] = toupper((unsigned char)Msgbuf[0]);
c = toupper(c);
int letter = toupper((unsigned char)mp[0]);
pc = toupper((unsigned char)pc);
pc = toupper((unsigned char)pc);
command[comlen++] = toupper((unsigned char)cmd);
c = toupper(c);
c = toupper((unsigned char)c);
ch = toupper(ch);
buf[start] = toupper((unsigned char)buf[start]);
*tp = toupper((unsigned char)*tp);
myname[0] = toupper((unsigned char)myname[0]);
*t = toupper((unsigned char)*t);
*c = toupper((unsigned char)*c); /* gack and double gack */
int toupper(int);
c = toupper((unsigned char)c);
toupper(int c)
c = toupper(c);
c = toupper(c);
ch = toupper(ch);
#define towupper(a) toupper(a)
*word = toupper ((unsigned char)*word);
*t = toupper((unsigned char)*s2);
APPENDFMT("%jd%c", a, toupper((unsigned char)__STRING(a)[0])); \
toupper((unsigned char)__STRING(a)[0]))
*p = (char)toupper((int)(unsigned char)*p);
ch = toupper(ch);
c = *src ? toupper((unsigned char)*src++) : ' ';
if (p == NULL || *p == '\0' || toupper(*p) == 'B') {
} else if (toupper(*p) == 'K') {
} else if (toupper(*p) == 'M') {
key = toupper(getchar());
if (toupper (getchar ()) == 'N')
if (toupper (getchar ()) == 'Y')
if (toupper (getchar ()) == 'N')
if (toupper (getchar ()) == 'Y')
i = (int) (toupper ((unsigned char)(buf[1]) - 'A'));
if (toupper(getchar()) == 'Y') {
if (toupper(getchar()) == 'Y') {
buf[n] = toupper((unsigned char)buf[n]);
lname[i] = toupper((unsigned char)*str);
*p = toupper(*p);
toupper(devname[0]),
toupper(devname[1]),
toupper(devname[2]),
lname[i] = toupper(*str);
if (toupper(*s1) != toupper(*s)) {
if (toupper(*s) >= 'A' && toupper(*s) <= 'F') {
val = val * base + toupper(*s) - 'A' + 10;
#define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10))
c = toupper(getchar());
booted_partition = toupper(
*ptr = toupper((unsigned char)*ptr);
c = toupper(c);
input = toupper(input);
*cp = toupper((unsigned char)*cp);
return isdigit(c) ? c - '0' : toupper(c) - 'A' + 10;
char c = toupper((unsigned char)*cp);
LIBKERN_INLINE int toupper(int) __unused;
if (toupper((unsigned char)*path) == *cp)
if (toupper((unsigned char)*path) == *cp)
#define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10))
M(TOUPPER, toupper) \
DEF_TEST_ABUSE(toupper)
DEF_TEST_ABUSE_OVERRIDE(toupper)
DEF_TEST_USE(toupper)
ATF_CHECK_MSG((ch = toupper(ydots)) == ydots, "ch=0x%x", ch);
ATF_CHECK_MSG((ch = toupper(Hard)) == Hard, "ch=0x%x", ch);
ATF_CHECK_MSG((ch = toupper(ya)) == Ya, "ch=0x%x", ch);
ADD_TEST_ABUSE(tp, toupper);
ADD_TEST_ABUSE_OVERRIDE(tp, toupper);
ADD_TEST_USE(tp, toupper);
static int toupper_wrapper(int ch) { return toupper(ch); }
ATF_TP_ADD_TC(tp, toupper);
reported = toupper((int)(unsigned char)t->lower[i]);
ATF_TC(toupper);
ATF_TC_HEAD(toupper, tc)
ATF_TC_BODY(toupper, tc)
int toupper(int);
toupper(c);
queue = toupper(queue);
n = (i > 0 ? toupper((unsigned char)*s) : *s);
*cp = (char)toupper((unsigned char)*cp);
*cp = (char)toupper((unsigned char)*cp);
*dst++ = (char)(islower((u_char)c) ? toupper((u_char)c) : c);
*cp = (char)toupper((unsigned char)*cp);
switch (toupper((unsigned char)optarg[0])) {
*bp = toupper((unsigned char)*bp);
IPC_TO_STR(toupper(c)), target_id);
IPC_TO_STRING(toupper(c)));
if (*cp != c && *cp != toupper(c))
ch_toupper(char ch) { return (char)toupper((unsigned char)ch); }
char qq = toupper((unsigned char)*q);
*s = toupper((unsigned char)*s);
toupper((unsigned char)what[0]), what+1);
*ptr++ = toupper((unsigned char)*str++);
*tmp = toupper((unsigned char)*tmp);
c |= ((toupper((unsigned char)*cp) -
*cp = toupper((unsigned char)c);
*argument = toupper(c);
gch = toupper((unsigned char)gch);
*ptr = (char)toupper((int)*ptr);
*q++ = islower((unsigned char)*p) ? toupper((unsigned char)*p) : *p;
c = toupper(c);
*p = toupper(c);
*newname++ = toupper((unsigned char)*oldname);
*newname++ = toupper((unsigned char)*oldname);
#define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10))
*c = toupper((unsigned char)*c);