Home
last modified time | relevance | path

Searched refs:ISUPPER (Results 1 – 6 of 6) 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))
41 #define ISUPPER(x) (((x) >= 'A') && ((x) <= 'Z')) macro
H A Dcurl_fnmatch.c133 if(ISUPPER(c)) in charclass()
324 found = ISUPPER(*s); in loop()
H A Dcurl_sasl.c147 if(!ISUPPER(c) && !ISDIGIT(c) && c != '-' && c != '_') in Curl_sasl_decode_mech()
H A Durlapi.c1947 (ISUPPER(p[1]) || ISUPPER(p[2]))) { in curl_url_set()
/curl/lib/vtls/
H A Dx509asn1.c721 for(p3 = str; ISUPPER(*p3); p3++) in encodeDN()
/curl/tests/server/
H A Dtftpd.c966 if(ISUPPER(*cp)) in do_tftp()

Completed in 26 milliseconds