bin/csh/char.h
68
#define Tolower(c) (((c) & QUOTE) ? 0 : tolower((unsigned char) (c)))
bin/dd/dd.c
180
casetab[cnt] = tolower(ctab[cnt]);
bin/dd/dd.c
188
casetab[cnt] = tolower(cnt);
bin/ksh/emacs.c
2107
*cp = tolower((unsigned char)*cp);
bin/ksh/emacs.c
2123
*cp = tolower((unsigned char)*cp);
bin/ksh/var.c
565
*q = tolower((unsigned char)*q);
bin/ksh/vi.c
1126
*p = tolower(c);
games/battlestar/getcom.c
88
*buf2++ = tolower((unsigned char)*buf1++);
games/fortune/strfile/strfile.c
187
fp->first = tolower((unsigned char)*nsp);
games/fortune/strfile/strfile.c
404
c1 = tolower(c1);
games/fortune/strfile/strfile.c
406
c2 = tolower(c2);
games/hack/hack.cmd.c
167
if(movecmd(tolower((unsigned char)*cmd))) {
games/hack/hack.cmd.c
189
if(*cmd == 'F' && movecmd(tolower((unsigned char)cmd[1]))) {
games/hack/hack.cmd.c
198
if(*cmd == 'M' && movecmd(tolower((unsigned char)cmd[1]))) {
games/hangman/getguess.c
58
ch = tolower(ch);
games/hunt/hunt/hunt.c
464
ch = tolower(ch);
games/hunt/hunt/playit.c
287
ch = tolower(ch);
games/hunt/hunt/playit.c
299
ch = tolower(ch);
games/hunt/hunt/playit.c
369
ch = tolower(ch);
games/monop/getinp.c
106
tolower((unsigned char)*tsp) : *tsp;
games/monop/getinp.c
84
*sp = tolower((unsigned char)*sp);
games/pig/pig.c
104
buf[0] = tolower((unsigned char)buf[0]);
games/quiz/quiz.c
352
*p = tolower(ch);
games/quiz/rxp.c
216
ch = isascii(*rp) && isupper(*rp) ? tolower(*rp) : *rp;
games/robots/move.c
169
Run_ch = tolower(c);
games/sail/misc.c
186
return sp->file->FS ? flag : tolower((unsigned char)flag);
games/sail/pl_4.c
90
if ((c == *buf || tolower((unsigned char)c) == *buf || colours(sp) == *buf)
games/worm/worm.c
301
ch = tolower(ch);
games/worm/worm.c
306
ch = tolower(ch);
games/worm/worm.c
311
ch = tolower(ch);
games/worm/worm.c
316
ch = tolower(ch);
include/ctype.h
295
return tolower(_c);
include/ctype.h
79
int tolower(int);
lib/libc/gen/fnmatch.c
226
(tolower((unsigned char)**string) >=
lib/libc/gen/fnmatch.c
227
tolower((unsigned char)*startch)) &&
lib/libc/gen/fnmatch.c
228
(tolower((unsigned char)**string) <=
lib/libc/gen/fnmatch.c
229
tolower((unsigned char)**pattern)))
lib/libc/gen/fnmatch.c
241
(tolower((unsigned char)**string) ==
lib/libc/gen/fnmatch.c
242
tolower((unsigned char)**pattern)))
lib/libc/gen/fnmatch.c
268
(tolower((unsigned char)**string) ==
lib/libc/gen/fnmatch.c
269
tolower((unsigned char)**pattern)))
lib/libc/gen/readpassphrase.c
122
ch = (char)tolower((unsigned char)ch);
lib/libc/gen/tolower_.c
61
DEF_STRONG(tolower);
lib/libc/hidden/ctype.h
33
__only_inline int tolower(int _c);
lib/libc/hidden/ctype.h
87
PROTO_NORMAL(tolower);
lib/libc/locale/isctype_l.c
114
return tolower(c);
lib/libc/net/inet_net_pton.c
99
ch = tolower(ch);
lib/libc/net/res_comp.c
297
if (tolower((unsigned char)*dn++) !=
lib/libc/net/res_comp.c
298
tolower((unsigned char)*cp++))
lib/libc/net/ruserok.c
176
tolower((unsigned char)*p) : *p;
lib/libc/regex/regcomp.c
841
return ((uch)tolower(ch));
lib/libc/string/strcasestr.c
49
c = (char)tolower((unsigned char)c);
lib/libc/string/strcasestr.c
55
} while ((char)tolower((unsigned char)sc) != c);
lib/libcrypto/asn1/asn_mime.c
852
*p = tolower((unsigned char)*p);
lib/libcrypto/asn1/asn_mime.c
858
*p = tolower((unsigned char)*p);
lib/libcrypto/asn1/asn_mime.c
887
*p = tolower((unsigned char)*p);
lib/libcrypto/asn1/x_name.c
611
*to++ = tolower(*from);
lib/libcrypto/bn/bn_print.c
109
if (BIO_printf(bio, "%c%c%s", tolower(hi), tolower(lo), sep) <= 0)
lib/libcurses/tinfo/access.c
59
#define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c))
lib/libskey/skeylogin.c
438
*p = (char)tolower((unsigned char)*p);
lib/libskey/skeysubr.c
77
*p = (char)tolower((unsigned char)*p);
lib/libutil/fmt_scaled.c
166
*p == tolower((unsigned char)scale_chars[i])) {
libexec/login_token/token.c
388
*cp = tolower((unsigned char)*cp);
libexec/login_yubikey/yubikey.c
262
p1 = strchr(hex_trans, tolower((unsigned char)*src));
libexec/login_yubikey/yubikey.c
289
p1 = strchr(modhex_trans, tolower((unsigned char)*src));
libexec/spamd/grey.c
243
*cp = tolower((unsigned char)*cp);
regress/lib/libc/locale/check_isw/check_isw.c
119
check_value(tolower(s[j]), buf[0], 'c');
regress/lib/libc/locale/check_isw/check_isw.c
67
check_value(tolower(i), towlower(i), 'c');
regress/lib/libc/locale/uselocale/uselocale.c
115
TESTFUNC(tolower, int, "0x%.2x", "0x%.2x", 0)
regress/lib/libc/locale/uselocale/uselocale.c
283
TEST_R(tolower, 0x61, 0x41); /* A */
regress/lib/libc/locale/uselocale/uselocale.c
286
TEST_R(tolower, 0x40, 0x40); /* @ */
regress/sbin/ifconfig/ifaddr.c
1708
putchar(tolower(c));
regress/sbin/ifconfig/ifaddr.c
871
hexstr = (val[0] == '0' && tolower((u_char)val[1]) == 'x');
regress/sbin/ifconfig/ifaddr.c
896
#define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10)
regress/sbin/ifconfig/ifaddr.c
920
if (len < 2 || buf[0] != '0' || tolower(buf[1]) != 'x') {
regress/sbin/ifconfig/ifaddr.c
943
if (len < 2 || buf[0] != '0' || tolower(buf[1]) != 'x') {
regress/sbin/isakmpd/crypto/cryptotest.c
56
#define nibble2bin(y) (tolower((y)) < 'a' ? (y) - '0': tolower((y)) - 'a' + 10)
sbin/disklabel/disklabel.c
181
print_unit = tolower((unsigned char)optarg[0]);
sbin/disklabel/editor.c
1124
switch (tolower((unsigned char)*unit)) {
sbin/disklabel/editor.c
1936
switch (tolower(unit)) {
sbin/disklabel/editor.c
385
} while (arg && tolower((unsigned char)*arg) != 'y' &&
sbin/disklabel/editor.c
386
tolower((unsigned char)*arg) != 'n');
sbin/disklabel/editor.c
387
if (arg && tolower((unsigned char)*arg) == 'y') {
sbin/fdisk/misc.c
158
switch (tolower((unsigned char)buf[n-1])) {
sbin/ifconfig/ifconfig.c
1713
hexstr = (val[0] == '0' && tolower((u_char)val[1]) == 'x');
sbin/ifconfig/ifconfig.c
1738
#define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10)
sbin/ifconfig/ifconfig.c
1762
if (len < 2 || buf[0] != '0' || tolower(buf[1]) != 'x') {
sbin/ifconfig/ifconfig.c
1785
if (len < 2 || buf[0] != '0' || tolower(buf[1]) != 'x') {
sbin/ifconfig/ifconfig.c
6579
putchar(tolower(c));
sbin/iked/parse.y
1149
switch (tolower((unsigned char)unit)) {
sbin/iked/util.c
465
*str = tolower((unsigned char)*str);
sbin/iked/util.c
534
buf[idx][j++] = tolower((unsigned char)c);
sbin/ipsecctl/parse.y
2107
switch (tolower((unsigned char)unit)) {
sbin/isakmpd/conf.c
95
hash = ((hash << 1) | (hash >> 7)) ^ tolower((unsigned char)*s);
sbin/pfctl/pfctl_parser.c
330
*p = tolower((unsigned char)*name);
sbin/scsi/libscsi.c
310
if (tolower((unsigned char)*fmt) == 'v') {
sbin/scsi/libscsi.c
457
} else if (tolower((unsigned char)*p) == 'v') {
sbin/scsi/libscsi.c
464
else if (tolower((unsigned char)*p) == 'i') {
sbin/scsi/libscsi.c
473
} else if (tolower((unsigned char)*p) == 't') {
sbin/scsi/libscsi.c
486
} else if (tolower((unsigned char)*p) == 's') { /* Seek */
sbin/scsi/libscsi.c
489
if (tolower((unsigned char)*p) == 'v') {
sbin/slaacd/slaacd.c
891
ch = tolower((unsigned char)ch);
sbin/sysctl/sysctl.c
344
ch = tolower((unsigned char)ch);
sbin/unwind/libunbound/services/outside_network.c
2833
*d = (uint8_t)tolower((unsigned char)*d);
sbin/unwind/libunbound/sldns/str2wire.c
2434
*s = (char)tolower((unsigned char)*s);
sbin/unwind/libunbound/util/config_file.c
2313
if(len > 1 && tolower((unsigned char)str[len-1]) == 'g')
sbin/unwind/libunbound/util/config_file.c
2315
else if(len > 1 && tolower((unsigned char)str[len-1]) == 'm')
sbin/unwind/libunbound/util/config_file.c
2317
else if(len > 1 && tolower((unsigned char)str[len-1]) == 'k')
sbin/unwind/libunbound/util/data/dname.c
119
tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) {
sbin/unwind/libunbound/util/data/dname.c
120
if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2))
sbin/unwind/libunbound/util/data/dname.c
143
*dname = (uint8_t)tolower((unsigned char)*dname);
sbin/unwind/libunbound/util/data/dname.c
172
*dname = (uint8_t)tolower((unsigned char)*dname);
sbin/unwind/libunbound/util/data/dname.c
272
if(tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) {
sbin/unwind/libunbound/util/data/dname.c
273
if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2))
sbin/unwind/libunbound/util/data/dname.c
300
labuf[++i] = (uint8_t)tolower((unsigned char)*dname);
sbin/unwind/libunbound/util/data/dname.c
336
labuf[++i] = (uint8_t)tolower((unsigned char)*dname);
sbin/unwind/libunbound/util/data/dname.c
474
if(*p1 != *p2 && tolower((unsigned char)*p1) != tolower((unsigned char)*p2)) {
sbin/unwind/libunbound/util/data/dname.c
475
if(tolower((unsigned char)*p1) < tolower((unsigned char)*p2))
sbin/unwind/libunbound/util/data/dname.c
531
if(*d1 != *d2 && tolower((unsigned char)*d1)
sbin/unwind/libunbound/util/data/dname.c
532
!= tolower((unsigned char)*d2)) {
sbin/unwind/libunbound/util/data/dname.c
533
if(tolower((unsigned char)*d1) <
sbin/unwind/libunbound/util/data/dname.c
534
tolower((unsigned char)*d2)) {
sbin/unwind/libunbound/util/data/dname.c
578
if(*prefix != tolower((unsigned char)*label)) {
sbin/unwind/libunbound/validator/val_nsec3.c
710
if(tolower((unsigned char)*lab1) != tolower((unsigned char)*lab2)) {
sbin/unwind/libunbound/validator/val_nsec3.c
711
if(tolower((unsigned char)*lab1) < tolower((unsigned char)*lab2))
sbin/unwind/libunbound/validator/val_sigcrypt.c
817
if( ((dname_i && lablen_i)?(uint8_t)tolower((int)*di):*di)
sbin/unwind/libunbound/validator/val_sigcrypt.c
818
!= ((dname_j && lablen_j)?(uint8_t)tolower((int)*dj):*dj)
sbin/unwind/libunbound/validator/val_sigcrypt.c
820
if(((dname_i && lablen_i)?(uint8_t)tolower((int)*di):*di)
sbin/unwind/libunbound/validator/val_sigcrypt.c
821
< ((dname_j && lablen_j)?(uint8_t)tolower((int)*dj):*dj))
sys/arch/alpha/stand/nboot/machdep.c
106
*s = tolower(*s);
sys/arch/hppa/stand/libsa/lif.c
110
if (tolower(*q) != tolower(*p))
sys/dev/microcode/aic7xxx/aicasm_symbol.c
391
*letter = tolower(*letter);
sys/kern/tty.c
437
c = tolower(c);
sys/kern/tty.c
440
c = tolower(c);
usr.bin/awk/lex.c
438
c = tolower(c);
usr.bin/awk/lex.c
463
c = tolower(c);
usr.bin/awk/lib.c
890
if (s[0] == '0' && tolower((uschar)s[1]) == 'x' && isxdigit((uschar)s[2]))
usr.bin/awk/run.c
2035
return tolower(wc & 0xFF);
usr.bin/awk/run.c
2048
return nawk_convert(s, tolower, towlower);
usr.bin/cvs/date.y
638
*p = tolower(*p);
usr.bin/dig/lib/dns/rcode.c
179
switch (tolower((unsigned char)source->base[0])) {
usr.bin/dig/lib/isc/symtab.c
124
c = tolower((unsigned char)c);
usr.bin/file/magic-test.c
128
if (cflag && islower((u_char)b) && tolower((u_char)a) == (u_char)b)
usr.bin/from/from.c
155
ch = tolower((unsigned char)ch);
usr.bin/from/from.c
162
ch = tolower((unsigned char)ch);
usr.bin/from/from.c
67
*p = tolower((unsigned char)*p);
usr.bin/ftp/cmds.c
287
tolower((unsigned char)*tp2);
usr.bin/ftp/small.c
248
*tp2 = tolower((unsigned char)*tp2);
usr.bin/ftp/util.c
493
switch (tolower((unsigned char)*str)) {
usr.bin/grep/util.c
323
fg->qsBc[tolower(fg->pattern[i])] = fg->patternLen - i;
usr.bin/grep/util.c
476
fg->qsBc[tolower(fg->pattern[i])] = fg->patternLen - i;
usr.bin/less/main.c
350
c = tolower(c);
usr.bin/less/main.c
354
sc = tolower(sc);
usr.bin/lex/ccl.c
307
return isupper(c) ? tolower(c) : (islower(c) ? toupper(c) : c);
usr.bin/lex/misc.c
229
return (u_char) ((isascii(c) && isupper(c)) ? tolower(c) : c);
usr.bin/lex/scanopt.c
49
while (tolower ((u_char)*a++) == tolower ((u_char)*b++)) ;
usr.bin/locate/locate/fastfind.c
119
*p = tolower(*p);
usr.bin/locate/locate/fastfind.c
147
cc = tolower(cc);
usr.bin/locate/locate/fastfind.c
195
if (tolower(c) == cc)
usr.bin/locate/locate/fastfind.c
205
if (tolower(bigram1[c]) == cc ||
usr.bin/locate/locate/fastfind.c
206
tolower(bigram2[c]) == cc)
usr.bin/locate/locate/fastfind.c
232
|| tolower(*s) == cc
usr.bin/locate/locate/fastfind.c
239
&& tolower(*q) != *p
usr.bin/look/look.c
142
ch = tolower((unsigned char)ch);
usr.bin/look/look.c
287
ch = tolower((unsigned char)ch);
usr.bin/mail/collect.c
528
if (tolower(f) == 'f')
usr.bin/mail/util.c
238
if ((*d++ = tolower((unsigned char)*s++)) == 0)
usr.bin/make/defines.h
105
#define TOLOWER(c) (tolower((unsigned char)(c)))
usr.bin/mandoc/mdoc_validate.c
2813
*p = tolower((unsigned char)*p);
usr.bin/mandoc/tbl_layout.c
106
switch (tolower((unsigned char)p[(*pos)++])) {
usr.bin/mandoc/tbl_layout.c
240
if (tolower((unsigned char)p[*pos]) == keys[i].name)
usr.bin/newsyslog/newsyslog.c
1308
if (tolower((unsigned char)*s) == 'l') {
usr.bin/rcs/date.y
643
*p = tolower(*p);
usr.bin/rcs/rcsutil.c
563
c = tolower(c);
usr.bin/skeyinit/skeyinit.c
201
*p++ = tolower((unsigned char)hostname[i]);
usr.bin/skeyinit/skeyinit.c
244
*p = tolower((unsigned char)*p);
usr.bin/skeyinit/skeyinit.c
370
*p = tolower((unsigned char)*p);
usr.bin/spell/look.c
166
ch = tolower(*s2);
usr.bin/spell/look.c
55
*s = tolower(*s);
usr.bin/spell/spellprog.c
330
*dp = tolower((unsigned char)*cp);
usr.bin/spell/spellprog.c
337
*dp = tolower((unsigned char)*dp);
usr.bin/spell/spellprog.c
339
word[0] = tolower((unsigned char)word[0]);
usr.bin/spell/spellprog.c
601
if (tolower((unsigned char)*bp) != *cp)
usr.bin/spell/spellprog.c
709
switch (tolower(c)) {
usr.bin/ssh/match.c
144
tolower((u_char)pattern[i]) : pattern[i];
usr.bin/ssh/misc.c
1923
*s = tolower((u_char)*s);
usr.bin/ssh/misc.c
2388
c = tolower((u_char)name[i]);
usr.bin/systat/engine.c
626
int key = tolower(ch);
usr.bin/telnet/genget.c
54
while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) {
usr.bin/tic/transform.c
55
if (tolower(UChar(a[n])) != tolower(UChar(ignore[n - first]))) {
usr.bin/tmux/key-string.c
285
return (tolower((u_char)string[1])|KEYC_CTRL);
usr.bin/tmux/mode-tree.c
170
if (*ptr != tolower((u_char)*ptr))
usr.bin/tmux/window-buffer.c
241
if (icase && tolower(udata[i + j]) != tolower(ufind[j]))
usr.bin/tmux/window-copy.c
3467
return (tolower(ud->data[0]) == sud->data[0]);
usr.bin/tmux/window-copy.c
3943
if (*ptr != tolower((u_char)*ptr))
usr.bin/tmux/window-customize.c
1379
if (tolower((u_char) s[0]) != 'y' || s[1] != '\0')
usr.bin/tmux/window-customize.c
1414
if (tolower((u_char) s[0]) != 'y' || s[1] != '\0')
usr.bin/tmux/window-tree.c
1122
if (tolower((u_char) s[0]) != 'y' || s[1] != '\0')
usr.bin/tmux/window-tree.c
1143
if (tolower((u_char) s[0]) != 'y' || s[1] != '\0')
usr.bin/tset/tset.c
111
#define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c))
usr.bin/units/units.c
293
(tolower((unsigned char)*(slash - 1)) != 'e' ||
usr.bin/vi/common/cut.c
109
name = tolower(name);
usr.bin/vi/common/cut.h
69
L__name = isupper(nch) ? tolower(nch) : (nch); \
usr.bin/vi/ex/ex.c
430
p[0] = tolower(p[0]);
usr.bin/vi/ex/ex_subst.c
1250
__ch = tolower(__ch); \
usr.bin/vi/ex/ex_usage.c
67
ap->bp[0] = tolower(ap->bp[0]);
usr.bin/vi/vi/v_ulcase.c
159
*p = tolower(ch);
usr.bin/whois/whois.c
249
*p = tolower((unsigned char)*p);
usr.bin/yacc/reader.c
287
c = tolower(c);
usr.sbin/config/main.c
389
tolower((unsigned char)c) : c;
usr.sbin/config/main.c
436
tolower((unsigned char)c) : c;
usr.sbin/config/main.c
460
tolower((unsigned char)c) : c;
usr.sbin/httpd/httpd.c
1245
tolower((unsigned char)c);
usr.sbin/httpd/patterns.c
128
switch (tolower(cl)) {
usr.sbin/ldapd/util.c
72
*p++ = tolower((unsigned char)*s);
usr.sbin/lpr/lpd/allowedhost.c
76
tolower((unsigned char)*cp) : *cp;
usr.sbin/nsd/dname.h
23
#define DNAME_NORMALIZE tolower
usr.sbin/nsd/tsig.c
212
if(tolower((unsigned char)*str1) != tolower((unsigned char)*str2)) {
usr.sbin/nsd/tsig.c
213
if(tolower((unsigned char)*str1) < tolower((unsigned char)*str2))
usr.sbin/rbootd/parseconf.c
256
tolower((unsigned char)*cp) : *cp) - 'a' + 10;
usr.sbin/relayd/relayd.c
1578
c = tolower((unsigned char)host[i]);
usr.sbin/relayd/util.c
268
*p++ = tolower((u_char)c);
usr.sbin/rpc.statd/statd.c
248
*ptr = tolower((unsigned char) *ptr);
usr.sbin/rpc.statd/statd.c
282
*ptr = tolower((unsigned char) *ptr);
usr.sbin/smtpd/util.c
366
tolower((unsigned char)*hostname) !=
usr.sbin/smtpd/util.c
367
tolower((unsigned char)*pattern))
usr.sbin/smtpd/util.c
372
if (tolower((unsigned char)*pattern) !=
usr.sbin/smtpd/util.c
373
tolower((unsigned char)*hostname))
usr.sbin/smtpd/util.c
643
*buf = tolower((unsigned char)*buf);
usr.sbin/snmpd/mib.y
1241
if (tolower(buf[i - 1]) == 'b') {
usr.sbin/snmpd/mib.y
1251
} else if (tolower(buf[i - 1]) == 'h') {
usr.sbin/spamdb/spamdb.c
130
ip[i] = tolower((unsigned char)ip[i]);
usr.sbin/syslogd/syslogd.c
3104
*p = tolower((unsigned char)*name);
usr.sbin/tftpd/tftpd.c
808
*cp = tolower((unsigned char)*cp);
usr.sbin/tftpd/tftpd.c
866
*cp = tolower((unsigned char)*cp);
usr.sbin/unbound/services/outside_network.c
2833
*d = (uint8_t)tolower((unsigned char)*d);
usr.sbin/unbound/sldns/str2wire.c
2434
*s = (char)tolower((unsigned char)*s);
usr.sbin/unbound/testcode/petal.c
348
host[i] = tolower((unsigned char)host[i]);
usr.sbin/unbound/testcode/petal.c
358
file[i] = tolower((unsigned char)file[i]);
usr.sbin/unbound/testcode/testpkts.c
1152
(*p)[i] = (uint8_t)tolower((int)(*p)[i]);
usr.sbin/unbound/util/config_file.c
2313
if(len > 1 && tolower((unsigned char)str[len-1]) == 'g')
usr.sbin/unbound/util/config_file.c
2315
else if(len > 1 && tolower((unsigned char)str[len-1]) == 'm')
usr.sbin/unbound/util/config_file.c
2317
else if(len > 1 && tolower((unsigned char)str[len-1]) == 'k')
usr.sbin/unbound/util/data/dname.c
119
tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) {
usr.sbin/unbound/util/data/dname.c
120
if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2))
usr.sbin/unbound/util/data/dname.c
143
*dname = (uint8_t)tolower((unsigned char)*dname);
usr.sbin/unbound/util/data/dname.c
172
*dname = (uint8_t)tolower((unsigned char)*dname);
usr.sbin/unbound/util/data/dname.c
272
if(tolower((unsigned char)*d1) != tolower((unsigned char)*d2)) {
usr.sbin/unbound/util/data/dname.c
273
if(tolower((unsigned char)*d1) < tolower((unsigned char)*d2))
usr.sbin/unbound/util/data/dname.c
300
labuf[++i] = (uint8_t)tolower((unsigned char)*dname);
usr.sbin/unbound/util/data/dname.c
336
labuf[++i] = (uint8_t)tolower((unsigned char)*dname);
usr.sbin/unbound/util/data/dname.c
474
if(*p1 != *p2 && tolower((unsigned char)*p1) != tolower((unsigned char)*p2)) {
usr.sbin/unbound/util/data/dname.c
475
if(tolower((unsigned char)*p1) < tolower((unsigned char)*p2))
usr.sbin/unbound/util/data/dname.c
531
if(*d1 != *d2 && tolower((unsigned char)*d1)
usr.sbin/unbound/util/data/dname.c
532
!= tolower((unsigned char)*d2)) {
usr.sbin/unbound/util/data/dname.c
533
if(tolower((unsigned char)*d1) <
usr.sbin/unbound/util/data/dname.c
534
tolower((unsigned char)*d2)) {
usr.sbin/unbound/util/data/dname.c
578
if(*prefix != tolower((unsigned char)*label)) {
usr.sbin/unbound/validator/val_nsec3.c
710
if(tolower((unsigned char)*lab1) != tolower((unsigned char)*lab2)) {
usr.sbin/unbound/validator/val_nsec3.c
711
if(tolower((unsigned char)*lab1) < tolower((unsigned char)*lab2))
usr.sbin/unbound/validator/val_sigcrypt.c
817
if( ((dname_i && lablen_i)?(uint8_t)tolower((int)*di):*di)
usr.sbin/unbound/validator/val_sigcrypt.c
818
!= ((dname_j && lablen_j)?(uint8_t)tolower((int)*dj):*dj)
usr.sbin/unbound/validator/val_sigcrypt.c
820
if(((dname_i && lablen_i)?(uint8_t)tolower((int)*di):*di)
usr.sbin/unbound/validator/val_sigcrypt.c
821
< ((dname_j && lablen_j)?(uint8_t)tolower((int)*dj):*dj))
usr.sbin/ypserv/makedbm/makedbm.c
236
*p = (char)tolower((unsigned char)*p); /* fix it */
usr.sbin/ypserv/ypserv/acl.c
163
!isspace((*p = tolower(*p)))) {
usr.sbin/ypserv/ypserv/acl.c
192
!isspace((*p = tolower(*p)))) {
usr.sbin/ypserv/ypserv/acl.c
233
!isspace((*p = tolower(*p)))) {
usr.sbin/ypserv/ypserv/acl.c
297
!isspace((*p = tolower(*p)))) {
usr.sbin/ypserv/ypserv/acl.c
320
!isspace((*p = tolower(*p)))) {
usr.sbin/ypserv/ypserv/acl.c
438
!isspace((*p = tolower(*p)))) {
usr.sbin/ypserv/ypserv/acl.c
461
!isspace((*p = tolower(*p)))) {
usr.sbin/zic/zic.c
1158
switch (tolower((unsigned char)*ep)) {
usr.sbin/zic/zic.c
2389
if (tolower(*abbr) != tolower(*word))
usr.sbin/zic/zic.c
2396
} while (tolower(*word) != tolower(*abbr));