Symbol: toupper
bin/csh/char.h
81
#define Toupper(c) (((c) & QUOTE) ? 0 : toupper((unsigned char) (c)))
bin/dd/dd.c
297
casetab[cnt] = toupper(ctab[cnt]);
bin/dd/dd.c
305
casetab[cnt] = toupper(cnt);
bin/ksh/emacs.c
2116
*cp = toupper((unsigned char)*cp);
bin/ksh/emacs.c
2126
*cp = toupper((unsigned char)*cp);
bin/ksh/var.c
574
*q = toupper((unsigned char)*q);
bin/ksh/vi.c
1101
*p = toupper((unsigned char)*p);
dist/pf/sbin/pfctl/pfctl_osfp.c
911
switch ((opt = toupper((unsigned char)tcpopts[i++]))) {
distrib/utils/libhack/multibyte.c
315
return toupper(wc & 0xFF);
games/battlestar/getcom.c
102
toupper((unsigned char)*buf1++);
games/bcd/bcd.c
170
*p = toupper((unsigned char) *p);
games/boggle/boggle/mach.c
445
toupper((unsigned char)board[wordpath[i]]));
games/boggle/boggle/mach.c
461
toupper((unsigned char)board[wordpath[i]]));
games/boggle/boggle/mach.c
654
printw("| %c ", toupper((unsigned char)b[i]));
games/cribbage/io.c
316
c = toupper(c);
games/cribbage/io.c
413
Msgbuf[0] = toupper((unsigned char)Msgbuf[0]);
games/cribbage/io.c
554
c = toupper(c);
games/gomoku/stoc.c
76
int letter = toupper((unsigned char)mp[0]);
games/hack/hack.u_init.c
178
pc = toupper((unsigned char)pc);
games/hack/hack.u_init.c
210
pc = toupper((unsigned char)pc);
games/hunt/hunt/otto.c
431
command[comlen++] = toupper((unsigned char)cmd);
games/mille/misc.c
82
c = toupper(c);
games/mille/move.c
378
c = toupper((unsigned char)c);
games/phantasia/io.c
231
ch = toupper(ch);
games/pig/pig.c
126
buf[start] = toupper((unsigned char)buf[start]);
games/sail/dr_1.c
430
*tp = toupper((unsigned char)*tp);
games/sail/main.c
103
myname[0] = toupper((unsigned char)myname[0]);
games/warp/intrp.c
431
*t = toupper((unsigned char)*t);
games/warp/intrp.c
544
*c = toupper((unsigned char)*c); /* gack and double gack */
include/ctype.h
58
int toupper(int);
lib/libc/gen/getpass.c
277
c = toupper((unsigned char)c);
lib/libc/gen/isctype.c
105
toupper(int c)
lib/libc/inet/nsap_addr.c
75
c = toupper(c);
lib/libc/inet/nsap_addr.c
80
c = toupper(c);
lib/libc/nameser/ns_ttl.c
121
ch = toupper(ch);
lib/libc/regex/utils.h
56
#define towupper(a) toupper(a)
lib/libskey/put.c
2275
*word = toupper ((unsigned char)*word);
libexec/httpd/cgi-bozo.c
521
*t = toupper((unsigned char)*s2);
sbin/dmesg/dmesg.c
109
APPENDFMT("%jd%c", a, toupper((unsigned char)__STRING(a)[0])); \
sbin/dmesg/dmesg.c
113
toupper((unsigned char)__STRING(a)[0]))
sbin/efi/devpath3.c
90
*p = (char)toupper((int)(unsigned char)*p);
sbin/gpt/main.c
185
ch = toupper(ch);
sbin/newfs_msdos/mkfs_msdos.c
988
c = *src ? toupper((unsigned char)*src++) : ' ';
sbin/nvmectl/perftest.c
151
if (p == NULL || *p == '\0' || toupper(*p) == 'B') {
sbin/nvmectl/perftest.c
153
} else if (toupper(*p) == 'K') {
sbin/nvmectl/perftest.c
155
} else if (toupper(*p) == 'M') {
sys/arch/atari/stand/ahdilabel/ahdilabel.c
123
key = toupper(getchar());
sys/arch/atari/stand/ahdilabel/ahdilabel.c
186
if (toupper (getchar ()) == 'N')
sys/arch/atari/stand/ahdilabel/ahdilabel.c
190
if (toupper (getchar ()) == 'Y')
sys/arch/atari/stand/ahdilabel/ahdilabel.c
197
if (toupper (getchar ()) == 'N')
sys/arch/atari/stand/ahdilabel/ahdilabel.c
201
if (toupper (getchar ()) == 'Y')
sys/arch/atari/stand/ahdilabel/ahdilabel.c
334
i = (int) (toupper ((unsigned char)(buf[1]) - 'A'));
sys/arch/atari/stand/ahdilabel/ahdilabel.c
85
if (toupper(getchar()) == 'Y') {
sys/arch/atari/stand/ahdilabel/ahdilabel.c
95
if (toupper(getchar()) == 'Y') {
sys/arch/atari/stand/edahdi/edahdi.c
327
buf[n] = toupper((unsigned char)buf[n]);
sys/arch/hp300/stand/mkboot/mkboot.c
272
lname[i] = toupper((unsigned char)*str);
sys/arch/hpc/hpc/platid_gen/gram.y
144
*p = toupper(*p);
sys/arch/hpcmips/stand/libsa/winblk.c
144
toupper(devname[0]),
sys/arch/hpcmips/stand/libsa/winblk.c
145
toupper(devname[1]),
sys/arch/hpcmips/stand/libsa/winblk.c
146
toupper(devname[2]),
sys/arch/hppa/stand/mkboot/mkboot.c
400
lname[i] = toupper(*str);
sys/arch/mac68k/mac68k/machdep.c
911
if (toupper(*s1) != toupper(*s)) {
sys/arch/mac68k/mac68k/machdep.c
938
if (toupper(*s) >= 'A' && toupper(*s) <= 'F') {
sys/arch/mac68k/mac68k/machdep.c
939
val = val * base + toupper(*s) - 'A' + 10;
sys/arch/pmax/stand/common/if_prom.c
153
#define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10))
sys/arch/sandpoint/stand/altboot/main.c
249
c = toupper(getchar());
sys/arch/xen/xen/xen_machdep.c
554
booted_partition = toupper(
sys/dev/acpi/sony_acpi.c
117
*ptr = toupper((unsigned char)*ptr);
sys/dev/iscsi/iscsi_text.c
259
c = toupper(c);
sys/dev/microcode/aic7xxx/aicasm.c
586
input = toupper(input);
sys/dev/microcode/cyclades-z/cyzfirm2h.c
91
*cp = toupper((unsigned char)*cp);
sys/dev/pci/cxgb/cxgb_t3_hw.c
624
return isdigit(c) ? c - '0' : toupper(c) - 'A' + 10;
sys/dev/spkr.c
247
char c = toupper((unsigned char)*cp);
sys/lib/libkern/libkern.h
81
LIBKERN_INLINE int toupper(int) __unused;
sys/lib/libsa/cd9660.c
113
if (toupper((unsigned char)*path) == *cp)
sys/lib/libsa/cd9660.c
90
if (toupper((unsigned char)*path) == *cp)
sys/net/if_ethersubr.c
1283
#define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10))
tests/lib/libc/gen/h_ctype_abuse.c
65
M(TOUPPER, toupper) \
tests/lib/libc/gen/t_ctype.c
1042
DEF_TEST_ABUSE(toupper)
tests/lib/libc/gen/t_ctype.c
1057
DEF_TEST_ABUSE_OVERRIDE(toupper)
tests/lib/libc/gen/t_ctype.c
1072
DEF_TEST_USE(toupper)
tests/lib/libc/gen/t_ctype.c
1109
ATF_CHECK_MSG((ch = toupper(ydots)) == ydots, "ch=0x%x", ch);
tests/lib/libc/gen/t_ctype.c
1144
ATF_CHECK_MSG((ch = toupper(Hard)) == Hard, "ch=0x%x", ch);
tests/lib/libc/gen/t_ctype.c
1179
ATF_CHECK_MSG((ch = toupper(ya)) == Ya, "ch=0x%x", ch);
tests/lib/libc/gen/t_ctype.c
1198
ADD_TEST_ABUSE(tp, toupper);
tests/lib/libc/gen/t_ctype.c
1213
ADD_TEST_ABUSE_OVERRIDE(tp, toupper);
tests/lib/libc/gen/t_ctype.c
1228
ADD_TEST_USE(tp, toupper);
tests/lib/libc/gen/t_ctype.c
90
static int toupper_wrapper(int ch) { return toupper(ch); }
tests/lib/libc/locale/t_toupper.c
127
ATF_TP_ADD_TC(tp, toupper);
tests/lib/libc/locale/t_toupper.c
80
reported = toupper((int)(unsigned char)t->lower[i]);
tests/lib/libc/locale/t_toupper.c
90
ATF_TC(toupper);
tests/lib/libc/locale/t_toupper.c
92
ATF_TC_HEAD(toupper, tc)
tests/lib/libc/locale/t_toupper.c
98
ATF_TC_BODY(toupper, tc)
tests/usr.bin/xlint/lint1/msg_342.c
30
int toupper(int);
tests/usr.bin/xlint/lint1/msg_342.c
67
toupper(c);
usr.bin/at/at.c
729
queue = toupper(queue);
usr.bin/cdplay/cdplay.c
346
n = (i > 0 ? toupper((unsigned char)*s) : *s);
usr.bin/config/mkheaders.c
326
*cp = (char)toupper((unsigned char)*cp);
usr.bin/config/mkheaders.c
338
*cp = (char)toupper((unsigned char)*cp);
usr.bin/config/mkheaders.c
544
*dst++ = (char)(islower((u_char)c) ? toupper((u_char)c) : c);
usr.bin/config/sem.c
455
*cp = (char)toupper((unsigned char)*cp);
usr.bin/db/db.c
142
switch (toupper((unsigned char)optarg[0])) {
usr.bin/finger/util.c
149
*bp = toupper((unsigned char)*bp);
usr.bin/ipcrm/ipcrm.c
289
IPC_TO_STR(toupper(c)), target_id);
usr.bin/ipcrm/ipcrm.c
300
IPC_TO_STRING(toupper(c)));
usr.bin/mail/fio.c
275
if (*cp != c && *cp != toupper(c))
usr.bin/make/make.h
1203
ch_toupper(char ch) { return (char)toupper((unsigned char)ch); }
usr.bin/newsyslog/newsyslog.c
368
char qq = toupper((unsigned char)*q);
usr.bin/patch/util.c
150
*s = toupper((unsigned char)*s);
usr.bin/quota/quota.c
594
toupper((unsigned char)what[0]), what+1);
usr.bin/rpcgen/rpc_cout.c
722
*ptr++ = toupper((unsigned char)*str++);
usr.bin/rpcgen/rpc_main.c
516
*tmp = toupper((unsigned char)*tmp);
usr.bin/seq/seq.c
413
c |= ((toupper((unsigned char)*cp) -
usr.bin/telnet/telnet.c
626
*cp = toupper((unsigned char)c);
usr.bin/telnet/utilities.c
84
*argument = toupper(c);
usr.bin/tip/tip.c
451
gch = toupper((unsigned char)gch);
usr.sbin/btdevctl/btdevctl.c
230
*ptr = (char)toupper((int)*ptr);
usr.sbin/faithd/ftp.c
631
*q++ = islower((unsigned char)*p) ? toupper((unsigned char)*p) : *p;
usr.sbin/gspa/gspa/gsp_lex.c
131
c = toupper(c);
usr.sbin/gspa/gspa/gsp_lex.c
179
*p = toupper(c);
usr.sbin/makefs/cd9660.c
1660
*newname++ = toupper((unsigned char)*oldname);
usr.sbin/makefs/cd9660.c
1723
*newname++ = toupper((unsigned char)*oldname);
usr.sbin/npf/npfctl/npf_data.c
713
#define atox(c) (((c) <= '9') ? ((c) - '0') : ((toupper(c) - 'A') + 10))
usr.sbin/ypserv/mkalias/mkalias.c
137
*c = toupper((unsigned char)*c);