Home
last modified time | relevance | path

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

/external/curl/lib/
Dtelnet.c161 char subopt_ttype[32]; /* Set with suboption TTYPE */ member
849 strncpy(tn->subopt_ttype, option_arg, 31); in check_telnet_options()
850 tn->subopt_ttype[31] = 0; /* String termination */ in check_telnet_options()
937 len = strlen(tn->subopt_ttype) + 4 + 2; in suboption()
940 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE); in suboption()