/third_party/toybox/toys/pending/ |
D | telnet.c | 122 put_iac(6, IAC,DONT,TELOPT_ECHO,IAC,DONT, TELOPT_SGA); in handle_esc() 187 if(ddww == DONT) break; in handle_ddww() 193 put_iac(3, IAC,DONT,TELOPT_ECHO); in handle_ddww() 204 put_iac(3, IAC,DONT,TELOPT_SGA); in handle_ddww() 220 if(ddww == WILL) put_iac(3, IAC,DONT,opt); in handle_ddww() 242 case DONT: /* FALLTHROUGH */ in read_server()
|
D | telnetd.c | 41 # define DONT 254 /* you are not to use option */ macro
|
/third_party/openssl/util/ |
D | openssl-format-source | 41 DONT=false 63 -n) DONT="true"; continue;; 97 if [ "$DONT" = "false" ]; then
|
/third_party/curl/tests/ |
D | negtelnetserver.py | 120 DONT = 5 variable in Negotiator 149 elif self.state in [self.WILL, self.WONT, self.DO, self.DONT]: 189 elif byte_int == NegTokens.DONT: 192 self.state = self.DONT 232 self.send_iac([NegTokens.DONT, NegOptions.to_val(option_str)]) 267 DONT = 254 variable in NegTokens
|
/third_party/python/Lib/ |
D | telnetlib.py | 51 DONT = bytes([254]) variable 447 if c in (DO, DONT, WILL, WONT): 475 if cmd in (DO, DONT): 488 self.sock.sendall(IAC + DONT + opt)
|
/third_party/flatbuffers/ |
D | Formatters.md | 8 - DONT format/lint the generated code.
|
/third_party/musl/include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | telnet.h | 5 #define DONT 254 macro
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | plugin_guidelines | 82 DONT!! 141 DONT!!
|
/third_party/python/Doc/library/ |
D | telnetlib.rst | 23 The symbolic constants for the telnet commands are: IAC, DONT, DO, WONT, WILL, 224 (DO/DONT/WILL/WONT), option). No other action is done afterwards by telnetlib.
|
/third_party/flatbuffers/docs/source/ |
D | SwiftUsage.md | 81 // DONT use monster.pos to mutate since swift copy on write
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | CodingStandard.md | 34 * {DONT} use C++ exceptions, they are disabled in the builds and not caught.
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | CodingStandard.md | 37 * {DONT} use C++ exceptions, they are disabled in the builds and not caught.
|
/third_party/python/Lib/test/ |
D | test_telnetlib.py | 360 (tl.IAC + tl.DONT + bytes([1]), ": IAC DONT 1\n"),
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 3109 DONT
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 3109 DONT
|
/third_party/python/Misc/ |
D | HISTORY | 14109 DO/DONT correctly.
|