Searched refs:ASCII (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt54 ASCII on stdout. print_audit_buf() formats binary audit data from
55 in_buf and copies in ASCII to out_buf, terminating with a null
72 (UIDs and GIDs, respectively) are converted to their ASCII
74 to their ASCII representation. If any other flags are
85 are converted to ASCII and displayed. The short ASCII
101 fields are always converted to their short ASCII
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java57 static final String ASCII = "Default"; field in class:IANACharCode
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)) {
H A DSLPHeaderV1.java154 locale = new Locale(new String(a_bTemp, IANACharCode.ASCII), "");
H A DServiceLocationAttributeV1.java583 (charCode.equals(IANACharCode.ASCII) ||
597 // Need to check ASCII and LATIN1 to make sure that
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h50 #define ASCII 1 macro
56 #define ASCII 1 macro
62 #define ASCII 1 macro
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c70 #define NBASCII 4 /* file copy, convert from EBCDIC to ASCII */
71 #define LCNBASCII 5 /* file copy, EBCDIC to lower case ASCII */
72 #define UCNBASCII 6 /* file copy, EBCDIC to upper case ASCII */
73 #define NBEBCDIC 7 /* file copy, convert from ASCII to EBCDIC */
74 #define LCNBEBCDIC 8 /* file copy, ASCII to lower case EBCDIC */
75 #define UCNBEBCDIC 9 /* file copy, ASCII to upper case EBCDIC */
76 #define NBIBM 10 /* file copy, convert from ASCII to IBM */
77 #define LCNBIBM 11 /* file copy, ASCII to lower case IBM */
78 #define UCNBIBM 12 /* file copy, ASCII to upper case IBM */
79 #define UNBLOCK 13 /* convert blocked ASCII t
82 #define ASCII macro
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h61 # define ASCII 1 macro
81 # define ASCII 0 macro
254 #define ZWDELIM1 ZBIT | FIRSTOFMB | ' ' /* non-ASCII word delimiter 1 */
255 #define ZWDELIM2 ZBIT | MIDDLEOFMB | ' ' /* non-ASCII word delimiter 2 */
H A Dni.c104 int ascii = ASCII;
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S145 .set ASCII_BEL,'#' # ASCII code for <BEL>
146 .set ASCII_CR,0x0D # ASCII code for <CR>
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c152 #define ASCII 1 macro
224 Byte data_type; /* UNKNOWN, BINARY or ASCII */
2499 * Set the data type to ASCII or BINARY, using a crude approximation:
2513 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3312 % control sequences and just writes whatever the best ASCII sort string

Completed in 96 milliseconds