/external/curl/tests/server/ |
rtspd.c | 545 char *portp = strchr(doc, ':'); local 546 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1))) 547 req->testno = strtol(portp+1, NULL, 10); [all...] |
sws.c | 548 char *portp = NULL; local 577 portp = p+1; 582 portp = strchr(doc, ':'); 584 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1))) { 585 unsigned long ulnum = strtoul(portp+1, NULL, 10); [all...] |
/external/fio/engines/ |
rdma.c | 1055 char *sep, *portp, *modep; local 1083 portp = sep; 1084 sep = strchr(portp, '/'); 1090 port = strtol(portp, NULL, 10);
|
/external/fio/ |
server.c | 1633 char *portp; local [all...] |
/external/libxml2/ |
nanoftp.c | 1381 unsigned char ad[6], *adp, *portp; local [all...] |