telnet.c | 160 char subopt_ttype[32]; /* Set with suboption TTYPE */ member in struct:TELNET 849 strncpy(tn->subopt_ttype, option_arg, 31); 850 tn->subopt_ttype[31] = 0; /* String termination */ 940 len = strlen(tn->subopt_ttype) + 4 + 2; 943 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE); [all...] |