Searched refs:port_sep (Results 1 – 1 of 1) sorted by relevance
1028 char *port_sep = NULL; in ftp_state_use_port() local1069 if((port_sep = strchr(port_start, '-')) != NULL) { in ftp_state_use_port()1070 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10)); in ftp_state_use_port()