Searched refs:ISALNUM (Results 1 – 12 of 12) sorted by relevance
138 if(ISALNUM(c)) { /* ASCII value */ in setcharset()219 else if(ISALNUM(c)) { in setcharset()362 found = ISALNUM(*s); in loop()
637 if(ISALNUM(c)) { in Curl_ftp_parselist()653 else if(!ISALNUM(c) && c != '.') { in Curl_ftp_parselist()661 if(ISALNUM(c)) { in Curl_ftp_parselist()675 else if(!ISALNUM(c) && c != '.') { in Curl_ftp_parselist()683 if(ISALNUM(c)) { in Curl_ftp_parselist()711 else if(!ISALNUM(c) && c != '.' && c != ':') { in Curl_ftp_parselist()
284 #define ISALNUM(x) (isalnum((int) ((unsigned char)x))) macro
263 while(**date && !ISALNUM(**date)) in skip()
44 #define ISALNUM(c) Py_ISALNUM(c) macro
90 #define ISALNUM(c) _sch_test(c, _sch_isalnum) macro
247 #define ISALNUM(x) (isalnum((int) ((unsigned char)x))) macro
297 while(!ISALNUM(*token)) { /* may be NULL if token is all modifiers */ in proto2num()
332 if(ISALNUM(c) || c == '.' || c == '%') { in peek_ipv6()
728 while (*pp < end && ISALNUM(**pp)) in parse_tag()
589 static inline bool ISALNUM (unsigned char c) in ISALNUM() function
2027 IMPL_CTYPE_FN(ISALNUM) in IMPL_CTYPE_FN() argument