Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dtftp.h7 #define ACK 04 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dtftp.h7 #define ACK 04 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dtftp.h7 #define ACK 04 macro
/third_party/musl/include/arpa/
H A Dtftp.h7 #define ACK 04 macro
/third_party/vk-gl-cts/executor/
H A DxeXMLWriter.cpp52 case 6: return "<ACK>"; in getEscapeEntity()
/third_party/backends/backend/
H A Depsonds.h61 #define ACK 0x06 macro
H A Depsonds-io.c125 * to give back an ACK or a NAK, namely FS X or FS Y
141 if (result == ACK) in eds_control()
149 DBG(1, "%s: result is neither ACK nor NAK but 0x%02x\n", in eds_control()
H A Depson2.h91 #define ACK 0x06 macro
H A Depson2-io.c200 * to give back an ACK or a NAK.
216 if (result == ACK) in e2_cmd_simple()
224 DBG(1, "%s: result is neither ACK nor NAK but 0x%02x\n", __func__, in e2_cmd_simple()
357 * will answer with ACK/NAK.
381 /* Send an ACK to the scanner */
H A Depson.c356 #define ACK 0x06 macro
1052 if (ACK != result[0]) in expect_ack()
1912 case ACK: in command()
1913 break; /* no need to read any more data after ACK or NAK */ in command()
4393 * on 1 ACK in sane_start()
4394 * off 0 ACK in sane_start()
5347 * send the ACK signal to the scanner in order to make in sane_read()
/third_party/python/Lib/curses/
H A Dascii.py9 ACK = 0x06 # ^F variable
41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
H A Dtextpad.py123 elif ch in (curses.ascii.ACK, curses.KEY_RIGHT): # ^f
/third_party/vk-gl-cts/framework/qphelper/
H A DqpXmlWriter.c72 case 6: repl = "<ACK>"; break; in writeEscaped()

Completed in 12 milliseconds