Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/libipf/
HDinet_addr.c84 #define ISLOWER(x) islower((u_char)(x)) macro
125 (c + 10 - (ISLOWER(c) ? 'a' : 'A')); in inet_aton()
HDprintfieldhdr.c45 if (ISALPHA(*t) && ISLOWER(*t)) in printfieldhdr()
/freebsd-14-stable/contrib/nvi/common/
HDmultibyte.h48 #define ISLOWER iswlower macro
82 #define ISLOWER islower macro
/freebsd-14-stable/contrib/nvi/vi/
HDv_ulcase.c153 if (ISLOWER(ch)) { in ulcase()
/freebsd-14-stable/contrib/ntp/sntp/m4/
HDopenldap.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-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h605 #define ISLOWER(x) islower((u_char)(x)) macro
/freebsd-14-stable/contrib/nvi/ex/
HDex_subst.c1359 if (ISLOWER(__ch)) \ in re_sub()
/freebsd-14-stable/contrib/libevent/
HDevutil.c2380 IMPL_CTYPE_FN(ISLOWER) in IMPL_CTYPE_FN()
HDconfigure4753 if (XOR (islower (i), ISLOWER (i))
/freebsd-14-stable/contrib/ntp/sntp/libevent/
HDevutil.c2380 IMPL_CTYPE_FN(ISLOWER) in IMPL_CTYPE_FN()
/freebsd-14-stable/contrib/openbsm/
HDconfigure7346 if (XOR (islower (i), ISLOWER (i))
12815 if (XOR (islower (i), ISLOWER (i))
/freebsd-14-stable/contrib/byacc/
HDconfigure5110 if (XOR (islower (i), ISLOWER (i))
/freebsd-14-stable/crypto/heimdal/
HDconfigure7731 if (XOR (islower (i), ISLOWER (i))
25859 if (XOR (islower (i), ISLOWER (i))
/freebsd-14-stable/contrib/dialog/
HDconfigure23518 if (XOR (islower (i), ISLOWER (i))