Searched refs:port_sep (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c778 char *port_sep = NULL; local
819 if((port_sep = strchr(port_start, '-')) != NULL) {
820 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10));

Completed in 92 milliseconds