Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dtelnet.c122 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()
Dtelnetd.c41 # define DONT 254 /* you are not to use option */ macro
/third_party/openssl/util/
Dopenssl-format-source41 DONT=false
63 -n) DONT="true"; continue;;
97 if [ "$DONT" = "false" ]; then
/third_party/curl/tests/
Dnegtelnetserver.py120 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/
Dtelnetlib.py51 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/
DFormatters.md8 - DONT format/lint the generated code.
/third_party/musl/include/arpa/
Dtelnet.h5 #define DONT 254 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dtelnet.h5 #define DONT 254 macro
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dtelnet.h5 #define DONT 254 macro
/third_party/musl/ndk_musl_include/arpa/
Dtelnet.h5 #define DONT 254 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dtelnet.h5 #define DONT 254 macro
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dplugin_guidelines82 DONT!!
141 DONT!!
/third_party/python/Doc/library/
Dtelnetlib.rst23 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/
DSwiftUsage.md81 // DONT use monster.pos to mutate since swift copy on write
/third_party/skia/third_party/externals/angle2/doc/
DCodingStandard.md34 * {DONT} use C++ exceptions, they are disabled in the builds and not caught.
/third_party/flutter/skia/third_party/externals/angle2/doc/
DCodingStandard.md37 * {DONT} use C++ exceptions, they are disabled in the builds and not caught.
/third_party/python/Lib/test/
Dtest_telnetlib.py360 (tl.IAC + tl.DONT + bytes([1]), ": IAC DONT 1\n"),
/third_party/harfbuzz/perf/texts/
Den-words.txt3109 DONT
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt3109 DONT
/third_party/python/Misc/
DHISTORY14109 DO/DONT correctly.