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

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dstate.c146 printoption("td: recv IAC", c));
152 printoption("td: recv IAC", c));
161 printoption("td: recv IAC", c));
171 printoption("td: recv IAC", c));
185 printoption("td: send IAC", DM));
199 printoption("td: recv IAC", c));
216 printoption("td: recv IAC", c));
423 DIAG(TD_OPTIONS, printoption("td: send do", option));
443 DIAG(TD_OPTIONS, printoption("td: recv will", option));
586 DIAG(TD_OPTIONS, printoption("t
[all...]
H A Dext.h149 void printoption (char *fmt, int option);
H A Dutility.c517 printoption(char *fmt, int option) function
H A Dtelnetd.c1165 printoption("td: send IAC", DM));
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c186 printoption("SENT", DO, c);
201 printoption("SENT", DONT, c);
216 printoption("SENT", WILL, c);
231 printoption("SENT", WONT, c);
1705 printoption("RCVD", IAC, DM);
1725 printoption("RCVD", IAC, c);
1732 printoption("RCVD", WILL, c);
1738 printoption("RCVD", WONT, c);
1744 printoption("RCVD", DO, c);
1757 printoption("RCV
[all...]
H A Dexterns.h293 void printoption (char *, int, int);
360 void printoption(char *direction, int cmd, int option);
H A Dutilities.c143 printoption(char *direction, int cmd, int option)
142 printoption(char *direction, int cmd, int option) function
H A Dcommands.c314 printoption("SENT", IAC, s->what);
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c232 printoption("SENT", DO, c);
249 printoption("SENT", DONT, c);
266 printoption("SENT", WILL, c);
283 printoption("SENT", WONT, c);
1774 printoption("RCVD", IAC, DM);
1793 printoption("RCVD", IAC, c);
1800 printoption("RCVD", WILL, c);
1806 printoption("RCVD", WONT, c);
1812 printoption("RCVD", DO, c);
1825 printoption("RCV
[all...]
H A Dexterns.h255 printoption(const char *, int, int),
H A Dutilities.c178 printoption(const char *direction, int cmd, int option)
177 printoption(const char *direction, int cmd, int option) function
H A Dcommands.c412 printoption("SENT", IAC, s->what);
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dstate.c172 printoption("td: recv IAC", c));
178 printoption("td: recv IAC", c));
187 printoption("td: recv IAC", c));
197 printoption("td: recv IAC", c));
211 printoption("td: send IAC", DM));
225 printoption("td: recv IAC", c));
242 printoption("td: recv IAC", c));
447 DIAG(TD_OPTIONS, printoption("td: send do", option));
460 DIAG(TD_OPTIONS, printoption("td: recv will", option));
654 DIAG(TD_OPTIONS, printoption("t
[all...]
H A Dext.h109 printoption(const char *, int),
H A Dutility.c501 printoption(const char *fmt, int option) function
H A Dtelnetd.c1191 printoption("td: send IAC", DM));
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c91 #define printoption(a,b,c,d) Curl_nop_stmt macro
105 static void printoption(struct SessionHandle *data,
310 static void printoption(struct SessionHandle *data, function
363 printoption(conn->data, "SENT", cmd, option);
1143 printoption(data, "RCVD", CURL_IAC, c);
1149 printoption(data, "RCVD", CURL_WILL, c);
1156 printoption(data, "RCVD", CURL_WONT, c);
1163 printoption(data, "RCVD", CURL_DO, c);
1170 printoption(data, "RCVD", CURL_DONT, c);
1200 printoption(dat
[all...]

Completed in 176 milliseconds