Searched refs:ISLOWER (Results 26 - 50 of 63) sorted by relevance

123

/freebsd-11.0-release/contrib/gcclibs/libcpp/
H A Dconfigure3445 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3446 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3448 # define ISLOWER(c) \
3452 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3461 if (XOR (islower (i), ISLOWER (i))
7138 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7139 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7141 # define ISLOWER(c) \
7145 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7154 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/libreadline/
H A Dconfigure2816 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2817 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
2819 # define ISLOWER(c) \
2823 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
2832 if (XOR (islower (i), ISLOWER (i))
3864 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3865 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3867 # define ISLOWER(c) \
3871 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3880 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/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...]
/freebsd-11.0-release/contrib/file/
H A Dconfigure5030 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5031 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5033 # define ISLOWER(c) \
5037 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5046 if (XOR (islower (i), ISLOWER (i))
12643 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12644 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12646 # define ISLOWER(c) \
12650 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12659 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/tcsh/
H A Dconfigure5483 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5484 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5486 # define ISLOWER(c) \
5490 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5499 if (XOR (islower (i), ISLOWER (i))
5883 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5884 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5886 # define ISLOWER(c) \
5890 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5899 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/gcclibs/libssp/
H A Dconfigure3664 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3665 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3667 # define ISLOWER(c) \
3671 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3680 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/ldns/drill/
H A Dconfigure3489 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3490 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3492 # define ISLOWER(c) \
3496 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3505 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-i386.c1276 else if (ISLOWER (c))
H A Dtc-mips.c10058 for (s = str; ISLOWER (*s); ++s)
/freebsd-11.0-release/contrib/byacc/
H A Dconfigure5436 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5437 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5439 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
5442 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5451 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/tcpdump/
H A Dconfigure4129 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4130 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4132 # define ISLOWER(c) \
4136 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4145 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/gcclibs/libmudflap/
H A Dconfigure3484 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3485 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3487 # define ISLOWER(c) \
3491 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3500 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/libpcap/
H A Dconfigure4127 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4128 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4130 # define ISLOWER(c) \
4134 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4143 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/ofed/libibcm/
H A Dconfigure4198 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4199 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4201 # define ISLOWER(c) \
4205 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4214 if (XOR (islower (i), ISLOWER (i))
20137 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20138 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20140 # define ISLOWER(c) \
20144 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20153 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/ofed/librdmacm/
H A Dconfigure4198 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4199 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4201 # define ISLOWER(c) \
4205 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4214 if (XOR (islower (i), ISLOWER (i))
20134 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20135 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20137 # define ISLOWER(c) \
20141 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20150 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/ncurses/
H A Dconfigure11231 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11232 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11234 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
11237 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11246 if (XOR (islower (i), ISLOWER (i))
13904 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13905 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13907 # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \
13910 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13919 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/gcclibs/libgomp/
H A Dconfigure5816 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5817 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5819 # define ISLOWER(c) \
5823 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5832 if (XOR (islower (i), ISLOWER (i))
13306 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
13307 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
13309 # define ISLOWER(c) \
13313 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
13322 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dconfigure3348 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3349 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3351 # define ISLOWER(c) \
3355 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3364 if (XOR (islower (i), ISLOWER (i))
8057 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8058 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8060 # define ISLOWER(c) \
8064 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8073 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/ldns/
H A Dconfigure3739 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3740 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3742 # define ISLOWER(c) \
3746 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3755 if (XOR (islower (i), ISLOWER (i))
15324 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15325 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15327 # define ISLOWER(c) \
15331 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15340 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A Dconfigure8470 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
8471 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
8473 # define ISLOWER(c) \
8477 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
8486 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/openpam/
H A Dconfigure4534 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4535 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4537 # define ISLOWER(c) \
4541 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4550 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dconfigure4066 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4067 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4069 # define ISLOWER(c) \
4073 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4082 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dconfigure4163 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4164 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4166 # define ISLOWER(c) \
4170 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4179 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dconfigure5521 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5522 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5524 # define ISLOWER(c) \
5528 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5537 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/groff/
H A Dconfigure6057 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6058 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6060 # define ISLOWER(c) \
6064 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6073 if (XOR (islower (i), ISLOWER (i))

Completed in 633 milliseconds

123