HomeSort by relevance Sort by last modified time
    Searched full:subopt_ttype (Results 1 - 1 of 1) sorted by null

  /external/curl/lib/
telnet.c 161 char subopt_ttype[32]; /* Set with suboption TTYPE */ member in struct:TELNET
850 strncpy(tn->subopt_ttype, option_arg, 31);
851 tn->subopt_ttype[31] = 0; /* String termination */
941 len = strlen(tn->subopt_ttype) + 4 + 2;
944 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE);
    [all...]

Completed in 57 milliseconds