Home
last modified time | relevance | path

Searched refs:ASCII (Results 1 – 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab49 Hostname STANDARD, 12, ASCII, 1, 0, si
51 Dumpfile STANDARD, 14, ASCII, 1, 0, sdmi
52 DNSdmain STANDARD, 15, ASCII, 1, 0, sdmi
54 Rootpath STANDARD, 17, ASCII, 1, 0, sdmi
158 SrootOpt VENDOR, 1, ASCII, 1, 0, smi
160 SrootNM VENDOR, 3, ASCII, 1, 0, smi
161 SrootPTH VENDOR, 4, ASCII, 1, 0, smi
163 SswapPTH VENDOR, 6, ASCII, 1, 0, smi
164 SbootFIL VENDOR, 7, ASCII, 1, 0, smi
165 Stz VENDOR, 8, ASCII, 1, 0, smi
[all …]
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dutf_iso2022.h48 enum { ASCII, WANSUNG } state; enumerator
60 (cd->state == ASCII ? 3 : 2) :\
61 (cd->state == ASCII ? 7 : 6);\
84 cd->state = ASCII;\
100 if (cd->state == ASCII && errno != EILSEQ)\
H A Dutf_to_iso_main.c40 enum { ASCII, HANGUL } state; enumerator
56 cd->state = ASCII; in _icv_open()
108 cd->state = ASCII; in _icv_iconv()
131 cd->state = ASCII; in _icv_iconv()
173 if (cd->state == ASCII) { in _icv_iconv()
198 cd->state = ASCII; in _icv_iconv()
251 cd->state = ASCII; in _icv_iconv()
H A DUTF2_to_iso2022-7.c46 cd->state = ASCII; in _icv_open()
100 cd->state = ASCII; in _icv_iconv()
124 cd->state = ASCII; in _icv_iconv()
181 (cd->state == ASCII ? 3 : 2) : in _icv_iconv()
182 (cd->state == ASCII ? 7 : 6); in _icv_iconv()
225 cd->state = ASCII; in _icv_iconv()
241 if (cd->state == ASCII) in _icv_iconv()
H A Diso_to_utf_main.c38 enum { ASCII, HANGUL } state; enumerator
54 cd->state = ASCII; in _icv_open()
91 cd->state = ASCII; in _icv_iconv()
108 cd->state = ASCII; in _icv_iconv()
119 cd->state == ASCII) in _icv_iconv()
H A Dutf_nbyte.h36 enum { ASCII, WANSUNG } state; enumerator
67 if ((obtail - ob) < (i + (cd->state == ASCII ?\
74 if (cd->state == ASCII)\
94 cd->state = ASCII;\
H A Diso2022-7_to_euc.c49 enum { ASCII, WANSUNG } state; enumerator
66 cd->state = ASCII; in _icv_open()
103 cd->state = ASCII; in _icv_iconv()
146 cd->state = ASCII; in _icv_iconv()
157 cd->state == ASCII) in _icv_iconv()
H A Deuc_to_iso2022-7.c49 enum { ASCII, WANSUNG } state; enumerator
66 cd->state = ASCII; in _icv_open()
118 cd->state = ASCII; in _icv_iconv()
140 cd->state = ASCII; in _icv_iconv()
171 if (cd->state == ASCII) in _icv_iconv()
H A Diso2022-7_to_UTF2.c45 cd->state = ASCII; in _icv_open()
82 cd->state = ASCII; in _icv_iconv()
105 cd->state = ASCII; in _icv_iconv()
116 cd->state == ASCII) in _icv_iconv()
H A Deuc_to_nbyte.c60 typedef enum { ASCII, WANSUNG } _conv_desc; enumerator
75 *cd = ASCII; in _icv_open()
126 *state = ASCII; in _icv_iconv()
148 *state = ASCII; in _icv_iconv()
184 if ((obtail - ob) < (i + (*state == ASCII ? in _icv_iconv()
191 if (*state == ASCII) in _icv_iconv()
211 *state = ASCII; in _icv_iconv()
H A DUTF2_to_nbyte.c45 cd->state = ASCII; in _icv_open()
83 cd->state = ASCII; in _icv_iconv()
107 cd->state = ASCII; in _icv_iconv()
H A Diso2022_utf.h36 enum { ASCII, WANSUNG } state; enumerator
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java57 static final String ASCII = "Default"; field in IANACharCode
98 if (encoding.equals(ASCII)) { in encodeCharacterEncoding()
134 case CHAR_ASCII: return ASCII; in decodeCharacterEncoding()
204 } else if (encoding.equals(ASCII) || encoding.equals(LATIN1)) { in escapeChar()
292 } else if (encoding.equals(LATIN1) || encoding.equals(ASCII)) { in unescapeChar()
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Dea-iscii%iscii91.c41 typedef enum { SPACE, ASCII, POSSIBLE_ISCII, ISCII } CONTEXT; enumerator
191 if ( !isspace(c) ) st->context = ASCII; in _icv_iconv()
197 case ASCII: in _icv_iconv()
210 st->context = ASCII; in _icv_iconv()
H A Discii91%ea-iscii.c35 typedef enum { SPACE, ASCII, ISCII } CONTEXT; enumerator
218 st->context = ASCII; in _icv_iconv()
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt52 ASCII on stdout. print_audit_buf() formats binary audit data from
53 in_buf and copies in ASCII to out_buf, terminating with a null
70 (UIDs and GIDs, respectively) are converted to their ASCII
72 to their ASCII representation. If any other flags are
83 are converted to ASCII and displayed. The short ASCII
99 fields are always converted to their short ASCII
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h48 #define ASCII 1 macro
54 #define ASCII 1 macro
60 #define ASCII 1 macro
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c85 #define ASCII 16 /* convert blocked EBCDIC to ASCII */ macro
659 conv = ASCII; in main()
674 conv = ASCII; in main()
792 case ASCII: in main()
830 case ASCII: in main()
1111 case ASCII: in main()
1357 case ASCII: in main()
1388 case ASCII: in main()
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th41 46 constant dot \ ASCII definition of a period (in decimal)
233 \ Here we will add the ASCII decimal of the numerical prefix
234 \ to the stack (decimal ASCII for `1' is 49) as a "return value"
371 \ `printmenuitem' ends by adding the decimal ASCII value for the
482 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
649 \ get a non-zero ASCII code)
808 \ duplicate array index and convert to ASCII numeral
1025 \ Evaluate the decimal ASCII value against known menu item
1028 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
1121 49 \ Iterator start (loop range 49 to 56; ASCII '1' to '8')
[all …]
H A Dcheck-password.4th33 13 constant enter_key \ The decimal ASCII value for Enter key
34 8 constant bs_key \ The decimal ASCII value for Backspace key
35 21 constant ctrl_u \ The decimal ASCII value for Ctrl-U sequence
46 \ decimal ASCII representation. Note: the stack cannot be empty when this
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-data-hardware-registry.p5m31 value="ASCII databases describing various PCI, USB and other hardware"
42 desc="ASCII databases describing various PCI, USB and other hardware" \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME51 cvtatoe convert ASCII to EBCDIC
52 cvtetoa convert EBCDIC to ASCII
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/tbls/
H A DREADME33 has a mapping between ASCII range character 0x25 and U+066A. Due to
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr67 dup $80 u< if emit exit then \ special case ASCII
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME206 Translates ASCII files into PostScript.
225 host resident fonts. All the ASCII width tables in ./font/devpost were
241 fonts. The ASCII files can be found in directory font/devpost, and are
250 you build a new font file put the ASCII version in directory font/devpost,
256 Building new ASCII font files is described in more detail in font/README

1234