Home
last modified time | relevance | path

Searched refs:ISDIGIT (Results 1 – 22 of 22) sorted by relevance

/curl/lib/
H A Dcurl_ctype.h39 #define ISXDIGIT(x) (ISDIGIT(x) || ISLOWHEXALHA(x) || ISUPHEXALHA(x))
40 #define ISALNUM(x) (ISDIGIT(x) || ISLOWER(x) || ISUPPER(x))
43 #define ISDIGIT(x) (((x) >= '0') && ((x) <= '9')) macro
H A Dparsedate.c302 if(ISDIGIT(date[1])) { in oneortwodigit()
318 if((hh < 24) && (*p == ':') && ISDIGIT(p[1])) { in match_time()
321 if((*p == ':') && ISDIGIT(p[1])) { in match_time()
410 else if(ISDIGIT(*date)) { in parsedate()
H A Dcurl_fnmatch.c137 if(ISDIGIT(c)) in charclass()
316 found = ISDIGIT(*s); in loop()
H A Dftplistparser.c387 parser->os_type = ISDIGIT(buffer[0]) ? OS_TYPE_WIN_NT : OS_TYPE_UNIX; in Curl_ftp_parselist()
448 while(ISDIGIT(*endptr)) in Curl_ftp_parselist()
532 if(ISDIGIT(c)) { in Curl_ftp_parselist()
559 else if(!ISDIGIT(c)) { in Curl_ftp_parselist()
614 if(ISDIGIT(c)) { in Curl_ftp_parselist()
644 else if(!ISDIGIT(c)) { in Curl_ftp_parselist()
H A Dmprintf.c176 if(ISDIGIT(*input)) { in dollarstring()
184 } while(ISDIGIT(*input)); in dollarstring()
323 while(ISDIGIT(*fmt)) { in parsefmt()
405 } while(ISDIGIT(*fmt)); in parsefmt()
H A Dcf-h1-proxy.c355 ISDIGIT(header[9]) && ISDIGIT(header[10]) && ISDIGIT(header[11]) && in on_resp_header()
356 !ISDIGIT(header[12])) { in on_resp_header()
H A Dhttp.c2944 while(*ptr && !ISDIGIT(*ptr) && *ptr != '*') in Curl_http_header()
2948 if(ISDIGIT(*ptr)) { in Curl_http_header()
3731 if(ISDIGIT(p[0]) && ISDIGIT(p[1]) && ISDIGIT(p[2])) { in http_rw_hd()
3751 if(ISDIGIT(p[0]) && ISDIGIT(p[1]) && ISDIGIT(p[2])) { in http_rw_hd()
3784 if(ISDIGIT(*p)) { in http_rw_hd()
3786 if((p[0] == '.') && ISDIGIT(p[1])) { in http_rw_hd()
3789 if(ISDIGIT(p[0]) && ISDIGIT(p[1]) && ISDIGIT(p[2])) { in http_rw_hd()
H A Dsmtp.c219 if(len < 4 || !ISDIGIT(line[0]) || !ISDIGIT(line[1]) || !ISDIGIT(line[2])) in smtp_endofresp()
H A Durlapi.c553 if(!ISDIGIT(*portptr)) in Curl_parse_port()
687 if(!ISDIGIT(*c)) in ipv4_normalize()
1821 if(!ISDIGIT(part[0])) in curl_url_set()
H A Dimap.c226 if(line < end && ISDIGIT(*line)) { in imap_matchresp()
230 while(line < end && ISDIGIT(*line)); in imap_matchresp()
1096 while((len < 20) && p[len] && ISDIGIT(p[len])) in imap_state_select_resp()
H A Dftp.c90 #define STATUSCODE(line) (ISDIGIT(line[0]) && ISDIGIT(line[1]) && \
91 ISDIGIT(line[2]))
1941 if(!ISDIGIT(*p)) in match_pasv_6nums()
1979 if((ptr[1] == sep) && (ptr[2] == sep) && ISDIGIT(ptr[3])) { in ftp_state_pasv_resp()
2469 while(ISDIGIT(fdigit[-1]) && (fdigit > start)) in ftp_state_size_resp()
2649 if(!ISDIGIT(*bytes)) { in ftp_state_get_resp()
H A Daltsvc.c570 if(ISDIGIT(*p)) in Curl_altsvc_parse()
H A Dcurl_sasl.c147 if(!ISUPPER(c) && !ISDIGIT(c) && c != '-' && c != '_') in Curl_sasl_decode_mech()
H A Dkrb5.c796 if(ISDIGIT(pbsz[5])) in sec_set_protection_level()
/curl/src/
H A Dtool_urlglob.c249 else if(ISDIGIT(*pattern)) { in glob_range()
262 while(ISDIGIT(*c)) { in glob_range()
280 if(!ISDIGIT(*pattern)) { in glob_range()
639 if(*filename == '#' && ISDIGIT(filename[1])) { in glob_match_url()
H A Dtool_getparam.c1514 while(ISDIGIT(*p)) in getparameter()
2400 if(ISDIGIT(*nextarg) && !strchr(nextarg, '-')) { in getparameter()
2422 if(!ISDIGIT(*tmp_range) && *tmp_range != '-' && *tmp_range != ',') { in getparameter()
/curl/lib/vtls/
H A Dx509asn1.c493 for(fracp = beg; fracp < end && ISDIGIT(*fracp); fracp++) in GTime2str()
519 while(tzp < end && ISDIGIT(*tzp)) in GTime2str()
/curl/tests/server/
H A Drtspd.c272 while(*ptr && !ISDIGIT(*ptr)) in ProcessRequest()
425 if(portp && (*(portp + 1) != '\0') && ISDIGIT(*(portp + 1))) in ProcessRequest()
H A Dsws.c521 if(portp && (*(portp + 1) != '\0') && ISDIGIT(*(portp + 1))) { in ProcessRequest()
586 while(*ptr && !ISDIGIT(*ptr)) in ProcessRequest()
H A Dtftpd.c1105 while(*ptr && !ISDIGIT(*ptr)) in validate_access()
/curl/lib/vssh/
H A Dlibssh.c2857 if(sshc->quote_attrs->gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in sftp_quote_stat()
2873 if(perms == 0 && !ISDIGIT(sshc->quote_path1[0])) { in sftp_quote_stat()
2887 if(sshc->quote_attrs->uid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in sftp_quote_stat()
H A Dlibssh2.c1739 if(sshp->quote_attrs.gid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()
1755 !ISDIGIT(sshc->quote_path1[0])) { in ssh_statemach_act()
1768 if(sshp->quote_attrs.uid == 0 && !ISDIGIT(sshc->quote_path1[0]) && in ssh_statemach_act()

Completed in 107 milliseconds