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

/macosx-10.10/ntp-92/include/
H A Dascii.h57 #define DLE 16 macro
/macosx-10.10/efax-38/efax/
H A Defaxmsg.h14 VT, FF, CR, SO, SI, DLE, XON, DC2, XOFF,DC4, NAK, enumerator in enum:cchar
H A Defaxio.c102 if ( c == DLE ) buf[i++] = DLE ;
H A Defaxos.c329 /* tgetd returns the next data character after removing DLE
330 escapes, DLE-ETX terminators and fixing bit order. Evaluates
331 to the next character, EOF on error/timeout, or -2 on DLE-ETX. */
340 if ( c != DLE )
347 if ( c == DLE || c == SUB )
348 c = f->ibitorder [ DLE ] ;
350 c = msg ( "W0invalid escape sequence (DLE-%s) in data", cname(c) ) ;
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_palisade.h129 #define DLE 0x10 macro
H A Drefclock_palisade.c139 *buffer->data = DLE;
155 *buffer->data = DLE;
170 if (b == DLE)
171 *(buffer->data+buffer->size++) = DLE;
199 *(buffer->data+buffer->size++) = DLE;
1059 case DLE:
1073 if (*c == DLE)
1080 if (*c == DLE) {
1097 if ( *c != DLE)
H A Drefclock_parse.c707 static char tsipquery[] = { DLE, 0x21, DLE, ETX, DLE, 0x2F, DLE, ETX };
4777 * <DLE><id> ... <data> ... <DLE><ETX>
4779 * Any bytes within the <data> portion of value 10 hex (<DLE>) are doubled
4864 buf->txt[0] = DLE;
4881 if (b == DLE)
4882 buf->txt[buf->idx++] = DLE;
[all...]
H A Drefclock_ripencc.c81 #define DLE (0x10) macro
1772 * strips control bytes (DLE), and checks if the report end sequence (DLE ETX)
1792 * has been received; end of report is signified by DLE ETX.
1811 case DLE:
1826 case DLE:
1827 /* expect DLE or ETX next */
1840 case DLE:
1861 case DLE:
/macosx-10.10/uucp-11/uucp/
H A Dprotg.c44 <DLE><k><c0><c1><C><x>
46 <DLE> is the ASCII DLE character (^P or '\020').
84 /* DLE value. */ macro
85 #define DLE ('\020')
966 z[IFRAME_DLE] = DLE;
1096 ab[IFRAME_DLE] = DLE;
1394 /* Look for the DLE which must start a packet. */
1395 if (abPrecbuf[iPrecstart] != DLE)
1403 zdle = memchr (abPrecbuf + iPrecstart, DLE, (size_
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/base32/
H A Dbase32_c.tcl164 /* DLE */ 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
H A Dbase32hex_c.tcl164 /* DLE */ 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64,
/macosx-10.10/vim-55/runtime/syntax/
H A Dhaskell.vim59 syn match hsSpecialChar contained "\\\(NUL\|SOH\|STX\|ETX\|EOT\|ENQ\|ACK\|BEL\|BS\|HT\|LF\|VT\|FF\|CR\|SO\|SI\|DLE\|DC1\|DC2\|DC3\|DC4\|NAK\|SYN\|ETB\|CAN\|EM\|SUB\|ESC\|FS\|GS\|RS\|US\|SP\|DEL\)"
/macosx-10.10/adv_cmds-158/localedef/
H A Dlocaledef.pl194 <DLE> \\x10

Completed in 267 milliseconds