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

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c163 char subopt_xdisploc[128]; /* Set with suboption XDISPLOC */ member in struct:TELNET
860 strncpy(tn->subopt_xdisploc, option_arg, 127);
861 tn->subopt_xdisploc[127] = 0; /* String termination */
955 len = strlen(tn->subopt_xdisploc) + 4 + 2;
958 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE);

Completed in 66 milliseconds