Home
last modified time | relevance | path

Searched refs:ISLOWER (Results 1 – 14 of 14) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dinet_addr.c80 #define ISLOWER(x) islower((u_char)(x)) macro
121 (c + 10 - (ISLOWER(c) ? 'a' : 'A')); in inet_aton()
H A Dprintfieldhdr.c45 if (ISALPHA(*t) && ISLOWER(*t)) in printfieldhdr()
/freebsd/contrib/nvi/common/
H A Dmultibyte.h48 #define ISLOWER iswlower macro
82 #define ISLOWER islower macro
/freebsd/contrib/nvi/vi/
H A Dv_ulcase.c153 if (ISLOWER(ch)) { in ulcase()
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4158 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
159 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
161 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
164 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
168 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
/freebsd/contrib/nvi/ex/
H A Dex_subst.c1359 if (ISLOWER(__ch)) \ in re_sub()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h603 #define ISLOWER(x) islower((u_char)(x)) macro
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil.c2380 IMPL_CTYPE_FN(ISLOWER) in IMPL_CTYPE_FN()
/freebsd/contrib/libevent/
H A Devutil.c2380 IMPL_CTYPE_FN(ISLOWER) in IMPL_CTYPE_FN()
H A Dconfigure4753 if (XOR (islower (i), ISLOWER (i))
/freebsd/contrib/openbsm/
H A Dconfigure7346 if (XOR (islower (i), ISLOWER (i))
12815 if (XOR (islower (i), ISLOWER (i))
/freebsd/contrib/byacc/
H A Dconfigure5100 if (XOR (islower (i), ISLOWER (i))
/freebsd/crypto/heimdal/
H A Dconfigure7731 if (XOR (islower (i), ISLOWER (i))
25859 if (XOR (islower (i), ISLOWER (i))
/freebsd/contrib/dialog/
H A Dconfigure23518 if (XOR (islower (i), ISLOWER (i))