Home
last modified time | relevance | path

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

/external/curl/lib/
Dtelnet.c162 char subopt_xdisploc[128]; /* Set with suboption XDISPLOC */ member
857 strncpy(tn->subopt_xdisploc, option_arg, 127); in check_telnet_options()
858 tn->subopt_xdisploc[127] = 0; /* String termination */ in check_telnet_options()
949 len = strlen(tn->subopt_xdisploc) + 4 + 2; in suboption()
952 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE); in suboption()