Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_ctype.h38 #define ISALPHA(x) (ISLOWER(x) || ISUPPER(x))
40 #define ISALNUM(x) (ISDIGIT(x) || ISLOWER(x) || ISUPPER(x))
42 #define ISLOWER(x) (((x) >= 'a') && ((x) <= 'z')) macro
H A Dcurl_fnmatch.c88 if(ISLOWER(c)) in parsekeyword()
135 if(ISLOWER(c)) in charclass()
326 found = ISLOWER(*s); in loop()

Completed in 4 milliseconds