| /src/sys/arch/bebox/stand/boot/ |
| pcconstab.US | 41 0, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, /* scan 0- 7 */ 42 ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, /* scan 8-15 * [all...] |
| kbd.c | 46 #define ASCII 0x0040 /* ascii code for this key */ 134 if ((act & ASCII) && !brk) {
|
| /src/sys/arch/prep/stand/boot/ |
| pcconstab.US | 41 0, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, /* scan 0- 7 */ 42 ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, ASCII, /* scan 8-15 * [all...] |
| kbd.c | 46 #define ASCII 0x0040 /* ascii code for this key */ 134 if ((act & ASCII) && !brk) {
|
| /src/external/mit/expat/dist/fuzz/ |
| xml_lpm_fuzzer.proto | 40 ASCII = 3;
|
| /src/share/locale/ctype/ |
| en_US.ASCII.src | 1 /* $NetBSD: en_US.ASCII.src,v 1.4 2004/06/24 03:28:50 itojun Exp $ */ 4 * Standard LOCALE_CTYPE for the ASCII Locale 7 VARIABLE Strict 7bit ASCII locale, CODESET=646
|
| Makefile | 37 LOCALESRC_en_US.US-ASCII= en_US.ASCII
|
| /src/external/ibm-public/postfix/share/ |
| readme.mk | 18 # ASCII only:
|
| /src/share/doc/standards/xopen/ |
| Makefile | 11 ARGS_TXT= ${GFLAGS} -dformat=ASCII ${POST_PLAIN}
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rcparse.h | 61 ASCII = 262, /* ASCII */ 166 #define ASCII 262
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rcparse.h | 61 ASCII = 262, /* ASCII */ 166 #define ASCII 262
|
| /src/lib/libc/citrus/modules/ |
| citrus_zw.c | 62 NONE, AMBIGIOUS, ASCII, GB2312 173 case ASCII: 200 psenc->charset = ASCII; 213 psenc->charset = ASCII; 429 case ASCII:
|
| citrus_hz.c | 59 * CTRL/ASCII 00000000 00000000 00000000 gxxxxxxx 67 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4 77 /* ASCII */ RANGE(0x20, 0x7F), 123 graphic_t *ascii, *gb2312; member in struct:__anon265 363 graphic = ei->ascii; 615 if (_bcs_strncasecmp("ASCII", s, 5) == 0) { 618 graphic->charset = ASCII; 620 ei->ascii = graphic;
|
| /src/lib/libc/arch/m68k/string/ |
| memccpy.S | 45 jeq Lmcloop | handle ASCII NUL specially
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Format.h | 224 bool ASCII; // Show the ASCII bytes for the hex bytes to the right. 231 ByteGroupSize(BGS), Upper(U), ASCII(A) {
|
| /src/external/gpl2/mkhybrid/dist/ |
| magic | 49 >3 byte &0x01 ASCII,
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| ascii.d | 4 Functions which operate on ASCII characters. 6 All of the functions in std.ascii accept Unicode characters but 7 effectively ignore them if they're not ASCII. All `isX` functions return 8 `false` for non-ASCII characters, and all `toX` functions do nothing 9 to non-ASCII characters. 54 $(LINK2 http://www.digitalmars.com/d/ascii-table.html, ASCII Table), 55 $(HTTP en.wikipedia.org/wiki/Ascii, Wikipedia) 60 Source: $(PHOBOSSRC std/ascii.d) 62 module std.ascii; [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp.keys.def | 109 The key is a hex-encoded ASCII string of 40 characters, 119 so it is generally appropriate to specify these keys in ASCII format.
|
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| defines.h | 54 #define ASCII 3
|
| /src/usr.bin/make/unit-tests/ |
| directive-for-escape.mk | 12 ASCII= !"\#$$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~ 20 .for chars in ${ASCII} 29 ASCII.2020-12-31= !"\\\#$$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~ 32 .for chars in ${ASCII.2020-12-31}
|
| /src/sys/arch/m68k/060sp/dist/ |
| ilsp.doc | 59 ASCII text file. The hexadecimal numbers are listed
|
| test.doc | 50 binary output images into ASCII text files. The hexadecimal
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-glade-3 | 30 <property name="title" translatable="yes">gedit: ASCII table</property> 195 msgid "gedit: ASCII table"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| charset.exp | 188 set charset_subset {ASCII ISO-8859-1 EBCDIC-US IBM1047} 258 # `cent' in ISO-8859-1, which has no equivalent in ASCII. 263 # `"'. Since ISO-8859-1 and ASCII are identical in the 269 if {! [string compare $host_charset iso-8859-1] && ! [string compare $target_charset ascii]} { 330 # Set the host character set to plain ASCII, and try actually printing 352 gdb_test_no_output "set host-charset ASCII" 449 # function to ASCII. 450 if {! [string compare $target_charset ascii]} { 453 "print ASCII unprintable character" 456 "print ASCII unprintable string [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| charset.exp | 177 set charset_subset {ASCII ISO-8859-1 EBCDIC-US IBM1047} 247 # `cent' in ISO-8859-1, which has no equivalent in ASCII. 252 # `"'. Since ISO-8859-1 and ASCII are identical in the 258 if {! [string compare $host_charset iso-8859-1] && ! [string compare $target_charset ascii]} { 319 # Set the host character set to plain ASCII, and try actually printing 341 gdb_test_no_output "set host-charset ASCII" 438 # function to ASCII. 439 if {! [string compare $target_charset ascii]} { 442 "print ASCII unprintable character" 445 "print ASCII unprintable string [all...] |