| /osnet-11/usr/src/lib/libresolv2/common/inet/ |
| H A D | nsap_addr.c | 44 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { argument 48 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X')) 50 ascii += 2; 52 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { 61 c = *ascii++; 80 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { argument 86 if (ascii) 87 start = ascii; [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/tests/boot/ |
| H A D | kbsd.init-i386.S | 115 .ascii "NetBSD" 119 .ascii "/dev/console" 122 .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
| H A D | kbsd.init-x86_64.S | 101 .ascii "NetBSD" 105 .ascii "/dev/console" 108 .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
| H A D | kernel-8086.S | 62 .ascii "Shutdown" 65 .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
| H A D | kernel-i386.S | 85 .ascii "Shutdown" 88 .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
| H A D | kfreebsd.init-i386.S | 106 .ascii "/dev/console" 109 .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
| H A D | kfreebsd.init-x86_64.S | 90 .ascii "/dev/console" 93 .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
| H A D | linux.init-i386.S | 78 .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
| H A D | linux.init-x86_64.S | 77 .ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
| /osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/arcfour/ |
| H A D | arcfour_str2key.c | 12 static void asctouni(unsigned char *unicode, unsigned char *ascii, size_t len) argument 16 unicode[2*counter]=ascii[counter]; 44 thes user's password is in ascii.
|
| /osnet-11/usr/src/grub/grub-0.97/stage2/ |
| H A D | serial.c | 203 char ascii; 219 char ascii; 242 input_buf[0] = three_code_table[i].ascii; 259 input_buf[0] = four_code_table[i].ascii; 201 char ascii; member in struct:__anon337 217 char ascii; member in struct:__anon338
|
| /osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/ |
| H A D | cdboot.S | 165 .ascii "no boot info\0" 168 .ascii "cdrom read fails\0"
|
| H A D | lnxboot.S | 68 .ascii "HdrS" /* Header signature. */ 287 .ascii "move memory fails\0"
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| H A D | Guess.pm | 9 our %DEF_SUSPECTS = map { $_ => find_encoding($_) } qw(ascii utf8); 122 delete @try{qw/utf8 ascii/}; 149 $try{ascii} or 151 return $try{ascii}; 187 By default, it checks only ascii, utf8 and UTF-16/32 with BOM. 189 use Encode::Guess; # ascii/utf8/BOMed UTF 200 will be limited to the suspects and C<ascii>. 272 # check only ascii and utf8 285 one suspect (besides ascii and utf8).
|
| H A D | Alias.pm | 142 define_alias(qr/^(?:US-?)ascii$/i => '"ascii"'); 143 define_alias('C' => 'ascii'); 144 define_alias(qr/\bISO[-_]?646[-_]?US$/i => '"ascii"'); 155 define_alias( qr/\bANSI[-_]?X3\.4[-_]?1968$/i => '"ascii"' ); 170 define_alias( 'ascii' => 'US-ascii',
|
| /osnet-11/usr/src/grub/grub2/include/grub/ |
| H A D | dl.h | 99 .ascii "LICENSE="; \ 100 .ascii license; \
|
| /osnet-11/usr/src/lib/libresolv2/common/resolv/ |
| H A D | res_debug.c | 800 /*% converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */ 840 /*% converts ascii lat/lon to unsigned encoded 32-bit number. moves pointer. */ 938 loc_aton(ascii, binary) 939 const char *ascii; 953 cp = ascii; 954 maxcp = cp + strlen(ascii); 1049 loc_ntoa(binary, ascii) 1051 char *ascii; 1074 if (ascii == NULL) 1075 ascii [all...] |
| /osnet-11/usr/src/grub/grub2/grub-core/term/ |
| H A D | terminfo.c | 435 unsigned ascii; 456 unsigned ascii; 488 keys[0] = three_code_table[i].ascii; 534 keys[0] = three_code_table[i].ascii; 623 {"ascii", 'a', 0, N_("Terminal is ASCII-only [default]."), 0, ARG_TYPE_NONE}, 434 unsigned ascii; member in struct:__anon660 455 unsigned ascii; member in struct:__anon661
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/CN/ |
| H A D | HZ.pm | 145 if ($str =~ s/^([[:ascii:]]+)//) {
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
| H A D | Tabs.pm | 88 compression with plain ascii!
|
| /osnet-11/usr/src/grub/grub2/grub-core/kern/ |
| H A D | vga_init.c | 51 #include <ascii.h>
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/ |
| H A D | Aliases.t | 23 'US-ascii' => 'ascii', 24 'ISO-646-US' => 'ascii', 133 qr/ascii/i => 'WinLatin1',
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Carp/ |
| H A D | Heavy.pm | 61 $arg =~ s/([[:cntrl:]]|[[:^ascii:]])/sprintf("\\x{%x}",ord($1))/eg;
|
| /osnet-11/usr/src/grub/grub2/util/ |
| H A D | grub-mkconfig.in | 180 for basename in unicode unifont ascii; do 187 if [ "${basename}" = "ascii" ] ; then 188 # make sure all our children behave in conformance with ascii.. 208 # make sure all our children behave in conformance with ascii..
|
| /osnet-11/usr/src/lib/libntfs/common/libntfs/ |
| H A D | dir.c | 496 char *ascii = NULL; local 509 ascii = strdup(pathname); 510 if (!unicode || !ascii) { 515 p = ascii; 561 free(ascii);
|