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 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...]

Completed in 54 milliseconds