Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c83 # define ISLOWER(c) (ISASCII (c) && islower (c)) macro
382 || (STREQ (str, "lower") && ISLOWER ((unsigned char) *n))
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h158 #define ISLOWER(c) (ISASCII (c) && islower (c)) macro
Dconfigure4565 if (XOR (islower (i), ISLOWER (i))
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.04341 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4342 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4344 # define ISLOWER(c) \
4348 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4357 if (XOR (islower (i), ISLOWER (i))
6469 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6470 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6472 # define ISLOWER(c) \
6476 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6485 if (XOR (islower (i), ISLOWER (i))
/ndk/sources/host-tools/make-3.81/
Dconfigure4357 if (XOR (islower (i), ISLOWER (i))