| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
| H A D | nsap_addr.c | 41 const char *ascii, 49 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { 58 c = *ascii++; 80 register char *ascii 88 if (ascii) 89 start = ascii; 91 ascii = tmpbuf; 100 *ascii++ = (char)( nib + (nib < 10 ? '0' : '7')); 102 *ascii++ = (char)( nib + (nib < 10 ? '0' : '7')); 104 *ascii 40 inet_nsap_addr( const char *ascii, u_char *binary, int maxlen ) argument [all...] |
| H A D | res_debug.c | 585 /* converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */ 628 /* converts ascii lat/lon to unsigned encoded 32-bit number. moves pointer. */ 731 const char *ascii, 746 cp = ascii; 747 maxcp = cp + strlen(ascii); 844 char *ascii 866 (void) sprintf(ascii, "; error: unknown LOC RR version"); 867 return (ascii); 928 sprintf(ascii, 941 return (ascii); 730 loc_aton( const char *ascii, u_char *binary ) argument [all...] |
| /vbox/src/VBox/Devices/PC/ipxe/src/util/ |
| H A D | genkeymap.pl | 149 my $ascii = shift; 151 if ( $ascii == 0x5c ) { 153 } elsif ( $ascii == 0x27 ) { 155 } elsif ( ( $ascii >= 0x20 ) && ( $ascii <= 0x7e ) ) { 156 return sprintf ( "'%c'", $ascii ); 157 } elsif ( $ascii <= 0x1a ) { 158 return sprintf ( "Ctrl-%c", ( 0x40 + $ascii ) ); 160 return sprintf ( "0x%02x", $ascii );
|
| /vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/ |
| H A D | nbiprefix.S | 38 .ascii "ADDL" 42 .ascii "ADDL"
|
| H A D | exeprefix.S | 40 .ascii "MZ" 50 .ascii "ADDW" 76 .ascii "ADDW"
|
| H A D | romprefix.S | 67 .ascii ZINFO_TYPE_ADxB 77 .ascii "PCIR" /* Signature */ 97 .ascii ZINFO_TYPE_ADxW 101 .ascii ZINFO_TYPE_ADxW 113 .ascii "$PnP" /* Signature */ 146 .ascii PRODUCT_SHORT_NAME 149 .ascii "(PCI " 157 .ascii "UNDI" /* Signature */ 166 .ascii "PCIR" /* Bus type */ 538 .ascii "\ [all...] |
| H A D | lkrnprefix.S | 85 why: .ascii "This image cannot be loaded from a floppy disk.\r\n" 102 .ascii "ADDL"
|
| H A D | hdprefix.S | 73 .ascii "ADDL"
|
| H A D | libprefix.S | 858 .ascii "ADHL" 906 .ascii "COPY" 910 .ascii PACK_OR_COPY 914 .ascii "PAYL" 918 .ascii PACK_OR_COPY 922 .ascii PACK_OR_COPY 926 .ascii PACK_OR_COPY
|
| H A D | dskprefix.S | 153 .ascii "ADDW" 332 addb $0x90, %al /* convert al to ascii hex (four instructions) */ 353 .ascii "Loading ROM image"
|
| H A D | mromprefix.S | 430 .ascii "ADDL"
|
| /vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/ |
| H A D | pxe_entry.S | 32 .ascii "!PXE" /* Signature */ 70 .ascii "PXENV+" /* Signature */
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/ |
| H A D | Makefile | 20 MODULES=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_8,encodings.utf_16_le,encodings.latin_1,encodings.ascii
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/BPDG/ |
| H A D | BPDG.py | 25 import encodings.ascii namespace
|
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/ |
| H A D | Makefile | 20 MODULES=encodings.cp437,encodings.gbk,encodings.utf_16,encodings.utf_8,encodings.utf_16_le,encodings.latin_1,encodings.ascii
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/ |
| H A D | AsmFuncs.S | 71 DebugStackEnd : .ascii "DbgStkEnd >>>>>>" # 16 byte long string - must be 16 bytes to preserve alignment 81 DebugStackBegin : .ascii "<<<< DbgStkBegin" # initial debug ESP == DebugStackBegin, set in stub
|
| /vbox/src/VBox/Devices/Graphics/BIOS/ |
| H A D | vgabios.c | 97 .ascii "VirtualBox VGA BIOS" 99 .ascii "Plex86/Bochs VGABios" 101 .ascii " " 107 .ascii "current-cvs" 109 .ascii VGABIOS_VERS 111 .ascii " " 114 .ascii VGABIOS_DATE
|
| /vbox/src/libs/zlib-1.2.6/contrib/pascal/ |
| H A D | zlibpas.pas | 44 data_type: Integer; (* best guess about the data type: ascii or binary *)
|
| /vbox/src/libs/zlib-1.2.6/contrib/delphi/ |
| H A D | ZLib.pas | 39 data_type: Integer; // best guess about the data type: ascii or binary
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | saaj-impl.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/ |
| H A D | build.py | 26 import encodings.ascii namespace
|