Symbol: tolower
bin/dd/dd.c
224
casetab[cnt] = tolower(casetab[cnt]);
bin/ls/print.c
573
} else if (tolower((unsigned char)c[j]) == 'x')
crypto/libressl/crypto/asn1/asn_mime.c
852
*p = tolower((unsigned char)*p);
crypto/libressl/crypto/asn1/asn_mime.c
858
*p = tolower((unsigned char)*p);
crypto/libressl/crypto/asn1/asn_mime.c
887
*p = tolower((unsigned char)*p);
crypto/libressl/crypto/asn1/x_name.c
597
*to++ = tolower(*from);
crypto/libressl/crypto/x509/x509_utl.c
487
ch = tolower(ch);
crypto/libressl/crypto/x509/x509_utl.c
488
cl = tolower(cl);
crypto/openssh/match.c
146
tolower((u_char)pattern[i]) : pattern[i];
crypto/openssh/misc.c
1911
*s = tolower((u_char)*s);
crypto/openssh/misc.c
2394
c = tolower((u_char)name[i]);
games/battlestar/getcom.c
85
tolower((unsigned char)*buf1++);
games/cgram/cgram.c
55
return (char)tolower((unsigned char)ch);
games/fortune/fortune/fortune.c
1250
*sp++ = tolower((unsigned char)*orig);
games/hangman/getguess.c
54
ch = tolower(ch);
games/hunt/hunt/hunt.c
476
ch = tolower(ch);
games/hunt/hunt/playit.c
294
ch = tolower(ch);
games/hunt/hunt/playit.c
306
ch = tolower(ch);
games/hunt/hunt/playit.c
376
ch = tolower(ch);
games/monop/getinp.c
104
c = tolower((unsigned char)*tsp);
games/monop/getinp.c
82
*sp = tolower((unsigned char)*sp);
games/morse/morse.c
605
c = tolower((unsigned char)c);
games/quiz/quiz.c
338
*p = tolower(ch);
games/quiz/rxp.c
211
ch = isascii(*rp) && isupper(*rp) ? tolower(*rp) : *rp;
games/robots/move.c
148
Run_ch = tolower(c);
games/sail/misc.c
192
return sp->file->FS ? flag : tolower((unsigned char)flag);
games/sail/pl_4.c
98
if ((tolower((unsigned char)c) == *buf || colours(sp) == *buf)
games/worm/worm.c
220
case 'H': x--; running = RUNLEN; ch = tolower(ch); break;
games/worm/worm.c
221
case 'J': y++; running = RUNLEN/2; ch = tolower(ch); break;
games/worm/worm.c
222
case 'K': y--; running = RUNLEN/2; ch = tolower(ch); break;
games/worm/worm.c
223
case 'L': x++; running = RUNLEN; ch = tolower(ch); break;
include/ctype.h
216
int tolower(int);
lib/libalias/alias_proxy.c
572
buffer[i] = tolower((unsigned char)buffer[i]);
lib/libc/gen/readpassphrase.c
133
ch = (char)tolower((unsigned char)ch);
lib/libc/gen/unvis.c
76
#define xtod(c) (isdigit(c) ? (c - '0') : ((tolower(c) - 'a') + 10))
lib/libc/inet/inet_net_pton.c
71
ch = tolower(ch);
lib/libc/nameser/ns_name.c
367
*dn++ = tolower(c);
lib/libc/nameser/ns_ttl.c
88
*p = tolower(ch);
lib/libc/net/rcmd.c
593
*p = isupper((unsigned char)*p) ? tolower((unsigned char)*p) : *p;
lib/libc/resolv/res_mkupdate.c
878
n = n * 16 + (tolower(c) - 'a' + 10);
lib/libc/rpc/rpc_generic.c
189
*p = tolower(*p);
lib/libcam/scsi_cmdparse.c
279
if (tolower(*fmt) == 'v') {
lib/libcam/scsi_cmdparse.c
414
} else if (tolower(*p) == 'v') {
lib/libcam/scsi_cmdparse.c
419
} else if (tolower(*p) == 'i') {
lib/libcam/scsi_cmdparse.c
433
} else if (tolower(*p) == 't') {
lib/libcam/scsi_cmdparse.c
448
} else if (tolower(*p) == 's') {
lib/libcam/scsi_cmdparse.c
452
if (tolower(*p) == 'v') {
lib/libfetch/fetch.c
370
u->scheme[i] = tolower((unsigned char)URL[i]);
lib/libfetch/fetch.c
418
u->host[i] = tolower((unsigned char)p[i]);
lib/libfetch/http.c
171
10 + tolower((unsigned char)*p) - 'a';
lib/libfetch/http.c
465
tolower((unsigned char)*str++) == tolower((unsigned char)*hdr++))
lib/libkiconv/xlat16_iconv.c
245
if (lcase & KICONV_LOWER && ud != tolower(ud)) {
lib/libkiconv/xlat16_iconv.c
246
table[us] |= (u_char)tolower(ud) << 16;
lib/libkiconv/xlat16_iconv.c
263
if (lcase & KICONV_FROM_LOWER && c != tolower(c)) {
lib/libkiconv/xlat16_iconv.c
264
table[us] |= (u_char)tolower(c) << 16;
lib/libssh/openbsd-compat/fmt_scaled.c
170
*p == tolower((unsigned char)scale_chars[i])) {
lib/libtcplay/humanize.c
86
if (tolower(buf[len-1]) == 'b')
lib/libtcplay/humanize.c
91
switch (tolower(buf[len-1])) {
lib/libtelnet/genget.c
38
#define LOWER(x) (isupper(x) ? tolower(x) : (x))
lib/libutil/dehumanize_number.c
69
switch (tolower((unsigned char)unit)) {
lib/libutil/login_times.c
76
buf[i] = (char)tolower(buf[i]);
libexec/atrun/atrun.c
296
nice(tolower(queue) - 'a');
libexec/bootpd/readfile.c
1549
*s = tolower(*s);
libexec/getty/chat.c
116
const char * s = strchr(xdigits, tolower(*q));
libexec/getty/main.c
606
*np = tolower(*np);
libexec/rbootd/parseconf.c
269
i = (isupper(*cp)? tolower(*cp): *cp) - 'a' + 10;
libexec/telnetd/state.c
1150
c = tolower(c);
libexec/tftpd/tftpd.c
381
*cp = tolower(*cp);
libexec/tftpd/tftpd.c
405
*cp = tolower(*cp);
sbin/devfsctl/devfsctl.c
692
tokens[0][i] = tolower(tokens[0][i]);
sbin/ifconfig/ifieee80211.c
1460
c = tolower(c);
sbin/ifconfig/ifieee80211.c
5208
hexstr = (val[0] == '0' && tolower((u_char)val[1]) == 'x');
sbin/ifconfig/ifieee80211.c
5236
#define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10)
sbin/ifconfig/ifieee80211.c
651
c = tolower(c);
sbin/ping6/ping6.c
2461
*q = tolower(*(unsigned char *)q);
sbin/udevd/udevd_monitor.c
493
if (tolower(*w) != tolower(*s))
stand/lib/strcasecmp.c
42
while (tolower(*us1) == tolower(*us2++))
stand/lib/strcasecmp.c
45
return (tolower(*us1) - tolower(*--us2));
stand/lib/strcasecmp.c
57
if (tolower(*us1) != tolower(*us2++))
stand/lib/strcasecmp.c
58
return (tolower(*us1) - tolower(*--us2));
sys/dev/raid/mly/mly.c
1307
class = tolower(class);
sys/libkern/fnmatch.c
153
(tolower((unsigned char)c) ==
sys/libkern/fnmatch.c
154
tolower((unsigned char)*string))) {
sys/libkern/fnmatch.c
183
test = tolower((unsigned char)test);
sys/libkern/fnmatch.c
202
c = tolower((unsigned char)c);
sys/libkern/fnmatch.c
213
c2 = tolower((unsigned char)c2);
sys/libkern/strcasecmp.c
41
while (tolower(*us1) == tolower(*us2)) {
sys/libkern/strcasecmp.c
46
return (tolower(*us1) - tolower(*us2));
sys/libkern/strcasecmp.c
58
if (tolower(*us1) != tolower(*us2))
sys/libkern/strcasecmp.c
59
return (tolower(*us1) - tolower(*us2));
sys/netgraph/netgraph/ng_parse.c
1613
(tolower(*v) - 'a' + 10));
sys/netgraph7/netgraph/ng_parse.c
1805
(tolower(*v) - 'a' + 10));
sys/vfs/devfs/devfs_core.c
2918
if (tolower(*w) != tolower(*s))
tools/tools/ath/athrd/athrd.c
916
type = tolower(type);
usr.bin/find/getdate.y
679
*p = tolower(*p);
usr.bin/from/from.c
140
ch = tolower(ch);
usr.bin/from/from.c
146
ch = tolower(*t++);
usr.bin/from/from.c
74
*p = tolower(*p);
usr.bin/lam/lam.c
119
switch (tolower(*c)) {
usr.bin/localedef/ctype.c
280
ctn->tolower = wc;
usr.bin/localedef/ctype.c
402
if (ctn->tolower)
usr.bin/localedef/ctype.c
403
rl.maplower[wc] = ctn->tolower;
usr.bin/localedef/ctype.c
421
if (ctn->tolower == 0) {
usr.bin/localedef/ctype.c
424
(last_lo->tolower + 1 == ctn->tolower)) {
usr.bin/localedef/ctype.c
433
lo[rl.maplower_ext_nranges - 1].map = ctn->tolower;
usr.bin/localedef/ctype.c
81
int32_t tolower;
usr.bin/locate/locate/locate.c
192
myctype[ch] = tolower(ch);
usr.bin/locate/locate/locate.h
64
define TOLOWER(ch) tolower(ch)
usr.bin/mail/util.c
233
*dest = tolower((unsigned char)*dest);
usr.bin/sed/compile.c
390
lc = tolower(c);
usr.bin/strfile/strfile.c
191
fp->first = tolower((unsigned char)*nsp);
usr.bin/strfile/strfile.c
399
c1 = tolower(c1);
usr.bin/strfile/strfile.c
401
c2 = tolower(c2);
usr.bin/top/utils.c
262
*to++ = tolower(ch);
usr.bin/units/units.c
314
(tolower(*(slash - 1)) != 'e' ||
usr.bin/unzip/unzip.c
216
str[i] = tolower((unsigned char)path[i]);
usr.bin/whois/whois.c
320
buf[c] = tolower((int)buf[c]);
usr.sbin/config/mkmakefile.c
523
c = isupper(*cp) ? tolower(*cp) : *cp;
usr.sbin/config/mkmakefile.c
524
d = isupper(*dp) ? tolower(*dp) : *dp;
usr.sbin/config/mkoptions.c
366
*str = tolower(*str);
usr.sbin/cron/cron/cron.h
118
#define MkLower(ch) (isupper(ch) ? tolower(ch) : ch)
usr.sbin/cron/crontab/crontab.c
458
switch (islower(q[0]) ? q[0] : tolower(q[0])) {
usr.sbin/mfiutil/mfi_drive.c
656
*s1 = tolower(*s1);
usr.sbin/mptutil/mpt_volume.c
209
*s1 = tolower(*s1);
usr.sbin/newsyslog/newsyslog.c
321
#define tolowerch(Anychar) tolower((u_char)(Anychar))
usr.sbin/newsyslog/ptimes.c
290
if (tolower(*s) == 'l') {
usr.sbin/ppp/command.c
3033
tolower(*arg->argv[arg->argn - 1]) == 'a') {
usr.sbin/pw/psdate.c
72
mystr[i] = (char) tolower((unsigned char)mystr[i]);
usr.sbin/syslogd/syslogd.c
2033
*p = tolower(*name);
usr.sbin/vnconfig/vnconfig.c
721
switch(tolower(*ptr)) {
usr.sbin/zic/zic.c
2429
return (isascii(a) && isupper(a)) ? tolower(a) : a;