Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dtelnet.c158 char subopt_xdisploc[128]; /* Set with suboption XDISPLOC */ member
847 if(l < sizeof(tn->subopt_xdisploc)) { in check_telnet_options()
848 strcpy(tn->subopt_xdisploc, arg); in check_telnet_options()
959 len = strlen(tn->subopt_xdisploc) + 4 + 2; in suboption()
962 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE); in suboption()

Completed in 3 milliseconds