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

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c162 char subopt_ttype[32]; /* Set with suboption TTYPE */ member in struct:TELNET
852 strncpy(tn->subopt_ttype, option_arg, 31);
853 tn->subopt_ttype[31] = 0; /* String termination */
943 len = strlen(tn->subopt_ttype) + 4 + 2;
946 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE);

Completed in 88 milliseconds