Searched refs:ISLOWER (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-10-stable/contrib/ipfilter/lib/
H A Dprintfieldhdr.c47 if (ISALPHA(*t) && ISLOWER(*t))
H A Dinet_addr.c90 #define ISLOWER(x) islower((u_char)(x)) macro
133 (c + 10 - (ISLOWER(c) ? 'a' : 'A'));
/freebsd-10-stable/contrib/nvi/common/
H A Dmultibyte.h50 #define ISLOWER iswlower macro
84 #define ISLOWER islower macro
/freebsd-10-stable/contrib/libreadline/
H A Dchardefs.h94 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
99 #define _rl_lowercase_p(c) (NON_NEGATIVE(c) && ISLOWER(c))
/freebsd-10-stable/contrib/binutils/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/freebsd-10-stable/contrib/gcclibs/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/freebsd-10-stable/contrib/gdb/include/
H A Dsafe-ctype.h99 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
/freebsd-10-stable/contrib/nvi/vi/
H A Dv_ulcase.c157 if (ISLOWER(ch)) {
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dsystem.h180 #define ISLOWER(C) (IN_CTYPE_DOMAIN (C) && islower (C)) macro
H A Ddfa.c71 #define ISLOWER(C) islower(C) macro
83 #define ISLOWER(C) (isascii(C) && islower(C)) macro
314 else if (ISLOWER (b))
661 FUNC(is_lower, ISLOWER)
/freebsd-10-stable/contrib/gcc/
H A Dgenextract.c323 if (ISLOWER (path[i]))
335 if (ISLOWER (path[i]))
H A Dgenpreds.c67 if (!ISDIGIT (*p) && !ISLOWER (*p))
438 if (ISLOWER (path[i]))
450 if (ISLOWER (path[i]))
H A Dgenrecog.c1831 else if (ISLOWER (newpos[depth]))
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c664 && ISLOWER((unsigned char)opname[2])
665 && ISLOWER((unsigned char)opname[3]))
4541 && ISLOWER((unsigned char)declp->b[2])
4542 && ISLOWER((unsigned char)declp->b[3]))
H A Dregex.c235 # define ISLOWER(c) (ISASCII (c) && islower (c))
3259 && (ISUPPER (ch) || ISLOWER (ch)))
3299 || (is_lower && ISLOWER (ch))
3308 && (ISUPPER (ch) || ISLOWER (ch)))
234 # define ISLOWER macro
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c664 && ISLOWER((unsigned char)opname[2])
665 && ISLOWER((unsigned char)opname[3]))
4541 && ISLOWER((unsigned char)declp->b[2])
4542 && ISLOWER((unsigned char)declp->b[3]))
H A Dregex.c235 # define ISLOWER(c) (ISASCII (c) && islower (c))
3259 && (ISUPPER (ch) || ISLOWER (ch)))
3299 || (is_lower && ISLOWER (ch))
3308 && (ISUPPER (ch) || ISLOWER (ch)))
234 # define ISLOWER macro
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_subst.c1363 if (ISLOWER(__ch)) \
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-sparc.c1419 if (ISLOWER (*s))
1423 while (ISLOWER (*s) || ISDIGIT (*s));
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h644 #define ISLOWER(x) islower((u_char)(x)) macro
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Devutil.c2278 IMPL_CTYPE_FN(ISLOWER)
/freebsd-10-stable/contrib/bmake/
H A Dconfigure3482 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3483 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3485 # define ISLOWER(c) \
3489 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3498 if (XOR (islower (i), ISLOWER (i))
4383 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4384 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4386 # define ISLOWER(c) \
4390 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4399 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-10-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure3004 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3005 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3007 # define ISLOWER(c) \
3011 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3020 if (XOR (islower (i), ISLOWER (i))
7247 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7248 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7250 # define ISLOWER(c) \
7254 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7263 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Dstabs.c300 else if (ISLOWER (d))
/freebsd-10-stable/contrib/dialog/
H A Dconfigure5219 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5220 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5222 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
5225 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5234 if (XOR (islower (i), ISLOWER (i))
13823 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13824 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13826 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
13829 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13838 if (XOR (islower (i), ISLOWER (
[all...]

Completed in 642 milliseconds

123