Searched refs:ascii (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dnsap_addr.c41 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 Dres_debug.c585 /* 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 Dgenkeymap.pl149 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 Dnbiprefix.S38 .ascii "ADDL"
42 .ascii "ADDL"
H A Dexeprefix.S40 .ascii "MZ"
50 .ascii "ADDW"
76 .ascii "ADDW"
H A Dromprefix.S67 .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 Dlkrnprefix.S85 why: .ascii "This image cannot be loaded from a floppy disk.\r\n"
102 .ascii "ADDL"
H A Dhdprefix.S73 .ascii "ADDL"
H A Dlibprefix.S858 .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 Ddskprefix.S153 .ascii "ADDW"
332 addb $0x90, %al /* convert al to ascii hex (four instructions) */
353 .ascii "Loading ROM image"
H A Dmromprefix.S430 .ascii "ADDL"
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_entry.S32 .ascii "!PXE" /* Signature */
70 .ascii "PXENV+" /* Signature */
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DMakefile20 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 DBPDG.py25 import encodings.ascii namespace
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/
H A DMakefile20 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 DAsmFuncs.S71 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 Dvgabios.c97 .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 Dzlibpas.pas44 data_type: Integer; (* best guess about the data type: ascii or binary *)
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas39 data_type: Integer; // best guess about the data type: ascii or binary
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-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 Dbuild.py26 import encodings.ascii namespace

Completed in 524 milliseconds