HomeSort by relevance Sort by last modified time
    Searched defs:ASCII (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
io.h 81 #define ASCII 2
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
IANACharCode.java 57 static final String ASCII = "Default";
98 if (encoding.equals(ASCII)) {
134 case CHAR_ASCII: return ASCII;
204 } else if (encoding.equals(ASCII) || encoding.equals(LATIN1)) {
292 } else if (encoding.equals(LATIN1) || encoding.equals(ASCII)) {
  /onnv/onnv-gate/usr/src/cmd/sgs/lex/common/
ldefs.h 50 #define ASCII 1
56 #define ASCII 1
62 #define ASCII 1
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
Option.java 68 public static byte ASCII = 0;
84 new OptionType((byte)0, "ASCII", "ascii_type"),
  /onnv/onnv-gate/usr/src/cmd/dd/
dd.c 67 #define NBASCII 4 /* file copy, convert from EBCDIC to ASCII */
68 #define LCNBASCII 5 /* file copy, EBCDIC to lower case ASCII */
69 #define UCNBASCII 6 /* file copy, EBCDIC to upper case ASCII */
70 #define NBEBCDIC 7 /* file copy, convert from ASCII to EBCDIC */
71 #define LCNBEBCDIC 8 /* file copy, ASCII to lower case EBCDIC */
72 #define UCNBEBCDIC 9 /* file copy, ASCII to upper case EBCDIC */
73 #define NBIBM 10 /* file copy, convert from ASCII to IBM */
74 #define LCNBIBM 11 /* file copy, ASCII to lower case IBM */
75 #define UCNBIBM 12 /* file copy, ASCII to upper case IBM */
76 #define UNBLOCK 13 /* convert blocked ASCII to ASCII *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 152 #define ASCII 1
224 Byte data_type; /* UNKNOWN, BINARY or ASCII */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/
tdef.h 61 # define ASCII 1
81 # define ASCII 0
89 * Some make use of the fact that most ascii characters between
254 #define ZWDELIM1 ZBIT | FIRSTOFMB | ' ' /* non-ASCII word delimiter 1 */
255 #define ZWDELIM2 ZBIT | MIDDLEOFMB | ' ' /* non-ASCII word delimiter 2 */

Completed in 480 milliseconds