Symbol: toupper
bin/dd/dd.c
278
casetab[cnt] = toupper(casetab[cnt]);
crypto/heimdal/appl/telnet/telnet/telnet.c
584
*cp = toupper((unsigned char)c);
crypto/heimdal/lib/asn1/gen.c
454
gen_upper[i] = toupper((int)s->gen_name[i]);
crypto/heimdal/lib/asn1/hash.c
185
i += toupper((unsigned char)*s);
crypto/heimdal/lib/krb5/keytab_keyfile.c
114
*cp = toupper((unsigned char)*cp);
crypto/heimdal/lib/ntlm/ntlm.c
207
t = toupper(t);
crypto/heimdal/lib/roken/hex.c
46
c = toupper((unsigned char)c);
crypto/heimdal/lib/roken/strcasecmp.c
46
while(toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) {
crypto/heimdal/lib/roken/strcasecmp.c
52
return toupper((unsigned char)*s1) - toupper((unsigned char)*s2);
crypto/heimdal/lib/roken/strncasecmp.c
46
&& toupper((unsigned char)*s1) == toupper((unsigned char)*s2))
crypto/heimdal/lib/roken/strncasecmp.c
56
return toupper((unsigned char)*s1) - toupper((unsigned char)*s2);
crypto/heimdal/lib/roken/strupr.c
47
*s = toupper((unsigned char)*s);
crypto/krb5/src/lib/krb5/ccache/ccselect_hostname.c
79
*p = toupper(*p);
crypto/krb5/src/lib/krb5/os/hostrealm_domain.c
67
*p = toupper((unsigned char)*p);
crypto/krb5/src/wconfig.c
114
*cp = toupper(*cp);
crypto/openssh/openbsd-compat/readpassphrase.c
140
ch = (char)toupper((unsigned char)ch);
crypto/openssl/apps/lib/apps.c
3395
string[i] = toupper((unsigned char)string[i]);
crypto/openssl/crypto/riscvcap.c
56
*x = toupper((unsigned char)*x);
include/ctype.h
60
int toupper(int);
lib/libc/gen/readpassphrase.c
135
ch = (char)toupper((unsigned char)ch);
lib/libc/gen/sig2str.c
81
sig = (toupper(str[4]) == 'X') ? SIGRTMAX : SIGRTMIN;
lib/libc/inet/nsap_addr.c
55
c = toupper(c);
lib/libc/inet/nsap_addr.c
60
c = toupper(c);
lib/libc/nameser/ns_ttl.c
115
ch = toupper(ch);
lib/libc/tests/gen/sig2str_test.c
153
fullname[i] = toupper((unsigned char)fullname[i]);
lib/libkiconv/xlat16_iconv.c
257
if (lcase & KICONV_UPPER && ud != toupper(ud)) {
lib/libkiconv/xlat16_iconv.c
258
table[us] |= (u_char)toupper(ud) << 16;
lib/libkiconv/xlat16_iconv.c
275
if (lcase & KICONV_FROM_UPPER && c != toupper(c)) {
lib/libkiconv/xlat16_iconv.c
276
table[us] |= (u_char)toupper(c) << 16;
lib/libpmc/libpmc.c
1099
if (toupper(nc) == toupper(cc))
sbin/geom/core/geom.c
621
*s1++ = toupper(*s2);
sbin/ipfw/ipfw2.c
6036
c = toupper(getc(stdin));
sbin/newfs_msdos/mkfs_msdos.c
1087
c = *src ? toupper(*src++) : ' ';
sbin/pfctl/pfctl_osfp.c
900
switch ((opt = toupper(tcpopts[i++]))) {
stand/libsa/cd9660.c
273
if (!icase && toupper(*path) == *cp)
stand/libsa/cd9660read.c
193
if (!icase && toupper(*path) == *cp)
stand/libsa/printf.c
204
*++p = upper ? toupper(c) : c;
sys/cddl/dev/dtrace/dtrace_debug.c
218
*++p = upper ? toupper(c) : c;
sys/dev/acpica/acpi.c
4517
if (toupper(sname[0]) == 'S') {
sys/dev/acpica/acpi_cpu.c
1511
if (strlen(state) < 2 || toupper(state[0]) != 'C')
sys/dev/acpica/acpi_cpu.c
1540
if (strlen(state) < 2 || toupper(state[0]) != 'C')
sys/dev/aic7xxx/aicasm/aicasm.c
578
input = toupper(input);
sys/dev/bhnd/nvram/bhnd_nvram_private.h
72
#define bhnd_nv_toupper(c) toupper(c)
sys/dev/cxgb/common/cxgb_t3_hw.c
730
return isdigit(c) ? c - '0' : toupper(c) - 'A' + 10;
sys/dev/speaker/spkr.c
231
char c = toupper(*cp);
sys/kern/kern_pmc.c
244
*q++ = toupper(*p);
sys/kern/subr_prf.c
624
*++p = upper ? toupper(c) : c;
sys/netpfil/ipfilter/netinet/ip_compat.h
604
#define TOUPPER(x) toupper((u_char)(x))
sys/netpfil/ipfilter/netinet/ip_proxy.h
146
# ifndef toupper
usr.bin/at/at.c
891
queue = toupper(queue);
usr.bin/bintrans/qp.c
49
return (16 * hexval(toupper(s[1])) + hexval(toupper(s[2])));
usr.bin/finger/util.c
348
*t = toupper(*t);
usr.bin/fortune/fortune/fortune.c
1239
*sp++ = toupper((unsigned char)*orig);
usr.bin/ipcrm/ipcrm.c
240
IPC_TO_STR(toupper(c)), target_id);
usr.bin/ipcrm/ipcrm.c
245
IPC_TO_STRING(toupper(c)));
usr.bin/localedef/ctype.c
284
ctn->toupper = wc;
usr.bin/localedef/ctype.c
423
if (ctn->toupper)
usr.bin/localedef/ctype.c
424
rl.mapupper[wc] = htote(ctn->toupper);
usr.bin/localedef/ctype.c
456
if (ctn->toupper == 0) {
usr.bin/localedef/ctype.c
459
(last_up->toupper + 1 == ctn->toupper)) {
usr.bin/localedef/ctype.c
468
htote(ctn->toupper);
usr.bin/localedef/ctype.c
82
int32_t toupper;
usr.bin/locate/locate/fastfind.c
191
table[toupper(*patend)] = 1;
usr.bin/mail/fio.c
141
if (*cp != c && *cp != toupper((unsigned char)c))
usr.bin/patch/util.c
144
*s = toupper((unsigned char)*s);
usr.bin/procstat/procstat_sigs.c
56
name[i] = toupper(name[i]);
usr.bin/procstat/procstat_sigs.c
75
name[i] = toupper(name[i]);
usr.bin/rpcgen/rpc_cout.c
706
*ptr++ = toupper(*str++);
usr.bin/rpcgen/rpc_main.c
532
*tmp = toupper(*tmp);
usr.bin/seq/seq.c
396
c |= ((toupper((unsigned char)*cp) -
usr.bin/sort/bwstring.c
1022
*s = toupper(*s);
usr.bin/sort/bwstring.c
75
m[i] = toupper(m[i]);
usr.bin/stat/stat.c
1113
#define hex2nibble(c) (c <= '9' ? c - '0' : toupper(c) - 'A' + 10)
usr.bin/tip/tip/tip.c
419
gch = toupper(gch);
usr.sbin/binmiscctl/binmiscctl.c
261
c = toupper(*s++);
usr.sbin/binmiscctl/binmiscctl.c
263
c = toupper(*s++);
usr.sbin/cdcontrol/cdcontrol.c
166
n = toupper(*s);
usr.sbin/config/mkmakefile.cc
797
toupper(och),
usr.sbin/config/mkmakefile.cc
844
*str = toupper(*str);
usr.sbin/cron/cron/macros.h
94
#define MkUpper(ch) (islower(ch) ? toupper(ch) : ch)
usr.sbin/makefs/cd9660.c
1604
*newname++ = toupper((unsigned char)*oldname);
usr.sbin/makefs/cd9660.c
1664
*newname++ = toupper((unsigned char)*oldname);
usr.sbin/mfiutil/mfi_drive.c
170
if (toupper(drive[0]) == 'E' || toupper(drive[0]) == 'S') {
usr.sbin/mfiutil/mfi_drive.c
174
if (toupper(drive[0]) == 'E') {
usr.sbin/mfiutil/mfi_drive.c
181
if (toupper(*cp) != 'S')
usr.sbin/pkg/config.c
243
fputc(toupper(key[j]), buffp);
usr.sbin/ppp/chap.c
647
if (toupper(myans[off]) != toupper(hisans[off]))
usr.sbin/ppp/chap_ms.c
273
AuthenticatorResponse[i] = toupper(AuthenticatorResponse[i]);
usr.sbin/ppp/chap_ms.c
407
*ptr = toupper(*secret);
usr.sbin/pw/pw_user.c
584
*p = (char) toupper((unsigned char)*p);