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

123

/freebsd-11.0-release/crypto/heimdal/
H A Dconfigure7715 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7716 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7718 # define ISLOWER(c) \
7722 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7731 if (XOR (islower (i), ISLOWER (i))
25843 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
25844 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
25846 # define ISLOWER(c) \
25850 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
25859 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/subversion/
H A Dconfigure5310 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5311 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5313 # define ISLOWER(c) \
5317 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5326 if (XOR (islower (i), ISLOWER (i))
20546 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
20547 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
20549 # define ISLOWER(c) \
20553 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
20562 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/apr/
H A Dconfigure10089 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
10090 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
10092 # define ISLOWER(c) \
10096 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
10105 if (XOR (islower (i), ISLOWER (i))
22486 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
22487 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
22489 # define ISLOWER(c) \
22493 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
22502 if (XOR (islower (i), ISLOWER (
[all...]
/freebsd-11.0-release/contrib/unbound/
H A Dconfigure3916 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3917 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3919 # define ISLOWER(c) \
3923 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3932 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dconfigure6091 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6092 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6094 # define ISLOWER(c) \
6098 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6107 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/binutils/gas/
H A Dconfigure5353 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5354 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5356 # define ISLOWER(c) \
5360 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5369 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/apr-util/
H A Dconfigure4680 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4681 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4683 # define ISLOWER(c) \
4687 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4696 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/binutils/ld/
H A Dconfigure5354 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5355 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5357 # define ISLOWER(c) \
5361 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5370 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Dconfigure4740 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4741 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4743 # define ISLOWER(c) \
4747 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4756 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/ntp/
H A Dconfigure5055 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5056 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5058 # define ISLOWER(c) \
5062 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5071 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dconfigure6260 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6261 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6263 # define ISLOWER(c) \
6267 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6276 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dconfigure4823 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4824 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4826 # define ISLOWER(c) \
4830 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4839 if (XOR (islower (i), ISLOWER (i))
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure5638 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5639 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5641 # define ISLOWER(c) \
5645 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5654 if (XOR (islower (i), ISLOWER (i))
[all...]

Completed in 821 milliseconds

123