Symbol: islower
bin/ed/main.c
1232
if (!islower((unsigned char)n)) {
bin/ed/main.c
1246
if (!islower((unsigned char)n)) {
crypto/heimdal/appl/ftp/ftp/cmds.c
472
while (*tp && !islower((unsigned char)*tp)) {
crypto/heimdal/appl/ftp/ftp/cmds.c
625
while (*tp && !islower((unsigned char)*tp)) {
crypto/heimdal/appl/kf/kfd.c
115
islower((unsigned char)version[3])) {
crypto/heimdal/appl/telnet/telnet/telnet.c
583
else if (islower((unsigned char)c))
crypto/krb5/src/lib/kadm5/srv/server_misc.c
87
if (islower(c))
crypto/krb5/src/lib/krb5/ccache/ccselect_hostname.c
78
if (islower(*p))
crypto/krb5/src/lib/krb5/os/hostrealm_domain.c
66
if (islower((unsigned char)*p))
crypto/krb5/src/wconfig.c
113
if (islower(*cp))
crypto/krb5/src/windows/kfwlogon/kfwlogon.c
272
if ( !islower(*ctemp) ) {
crypto/krb5/src/windows/leashdll/lshutil.cpp
402
if (__isascii(c) && islower(c)) {
crypto/openssh/openbsd-compat/charclass.h
22
{ "lower", islower },
crypto/openssh/openbsd-compat/inet_aton.c
118
(c + 10 - (islower(c) ? 'a' : 'A'));
crypto/openssl/apps/dgst.c
530
if (!islower((unsigned char)*name->name))
crypto/openssl/apps/enc.c
831
if (!islower((unsigned char)*name->name))
crypto/openssl/test/ctype_internal_test.c
44
&& TEST_int_eq(islower(n) != 0, ossl_islower(n) != 0)
include/ctype.h
53
int islower(int);
lib/libc/iconv/citrus_bcs.h
57
_CITRUS_BCS_PRED(islower, c >= 'a' && c <= 'z')
lib/libc/inet/inet_addr.c
138
(c + 10 - (islower((unsigned char)c) ? 'a' : 'A'));
lib/libc/inet/inet_network.c
71
(c + 10 - (islower((unsigned char)c) ? 'a' : 'A'));
lib/libc/inet/nsap_addr.c
54
if (islower(c))
lib/libc/nameser/ns_ttl.c
114
if (islower(ch))
libexec/atrun/atrun.c
556
if (islower(queue))
libexec/getty/main.c
339
else if (islower(*p))
libexec/getty/main.c
572
if (islower(c))
sbin/ipf/libipf/inet_addr.c
80
#define ISLOWER(x) islower((u_char)(x))
stand/common/interp_backslash.c
21
#define DIGIT(x) (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A')
stand/libsa/stand.h
259
return isupper(c) || islower(c);
stand/libsa/stand.h
290
return islower(c) ? c - 'a' + 'A' : c;
sys/dev/bhnd/nvram/bhnd_nvram_private.h
66
#define bhnd_nv_islower(c) islower(c)
sys/dev/pms/freebsd/driver/common/osstring.h
79
#define osti_islower(c) islower(c)
sys/netpfil/ipfilter/netinet/ip_compat.h
603
#define ISLOWER(x) islower((u_char)(x))
sys/netpfil/ipfilter/netinet/ip_proxy.h
140
# ifndef islower
sys/netpfil/ipfilter/netinet/ip_proxy.h
144
# define isalpha(x) (isupper(x) || islower(x))
sys/sys/ctype.h
69
return (isupper(c) || islower(c));
usr.bin/at/at.c
795
if (!(islower(queue)||isupper(queue)))
usr.bin/caesar/caesar.c
52
islower(ch) ? ('a' + (ch - 'a' + perm) % 26) : ch) : ch
usr.bin/caesar/caesar.c
95
if (islower(ch))
usr.bin/finger/util.c
347
if (islower(*t))
usr.bin/fortune/fortune/fortune.c
1236
if (islower((unsigned char)*orig)) {
usr.bin/fortune/fortune/fortune.c
1335
else if (islower(ch))
usr.bin/fortune/fortune/fortune.c
220
else if (islower(ch))
usr.bin/lex/initparse.c
1679
CCL_EXPR(islower);
usr.bin/lex/initparse.c
1705
CCL_EXPR(islower);
usr.bin/lex/initparse.c
1754
CCL_NEG_EXPR(islower);
usr.bin/localedef/bootstrap/ctype.h
51
int (islower)(int);
usr.bin/localedef/scanner.c
244
(isdigit(x) ? (x - '0') : ((islower(x) ? (x - 'a') : (x - 'A')) + 10))
usr.bin/mail/head.c
195
if (!islower((unsigned char)*cp++))
usr.bin/patch/util.c
141
for (s = simplename; *s && !islower((unsigned char)*s); s++)
usr.bin/rpcgen/rpc_main.c
531
if (islower(*tmp))
usr.bin/tip/tip/tip.c
418
if (boolean(value(RAISE)) && islower(gch))
usr.sbin/config/mkmakefile.cc
843
if (islower(*str))
usr.sbin/cron/cron/macros.h
94
#define MkUpper(ch) (islower(ch) ? toupper(ch) : ch)
usr.sbin/cron/crontab/crontab.c
460
switch (islower(q[0]) ? q[0] : tolower(q[0])) {
usr.sbin/lpr/common_source/ctlinfo.c
371
if (islower(id)) {
usr.sbin/lpr/common_source/ctlinfo.c
83
#define islowerch(Anychar) islower((u_char)(Anychar))
usr.sbin/makefs/cd9660.c
1603
if (islower((unsigned char)*oldname))
usr.sbin/makefs/cd9660.c
1663
if (islower((unsigned char)*oldname))
usr.sbin/makefs/cd9660/cd9660_strings.c
112
if (islower((unsigned char)*c) )
usr.sbin/makefs/cd9660/cd9660_strings.c
52
if (islower((unsigned char)str[p]) )
usr.sbin/makefs/cd9660/cd9660_strings.c
88
if (islower((unsigned char)*c) )