Searched refs:ascii (Results 1 – 25 of 64) sorted by relevance
123
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | nsap_addr.c | 37 const char *ascii, in inet_nsap_addr() argument 45 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { in inet_nsap_addr() 54 c = *ascii++; in inet_nsap_addr() 76 register char *ascii in inet_nsap_ntoa() argument 84 if (ascii) in inet_nsap_ntoa() 85 start = ascii; in inet_nsap_ntoa() 87 ascii = tmpbuf; in inet_nsap_ntoa() 96 *ascii++ = (char)( nib + (nib < 10 ? '0' : '7')); in inet_nsap_ntoa() 98 *ascii++ = (char)( nib + (nib < 10 ? '0' : '7')); in inet_nsap_ntoa() 100 *ascii++ = '.'; in inet_nsap_ntoa() [all …]
|
D | res_debug.c | 731 const char *ascii, in loc_aton() argument 746 cp = ascii; in loc_aton() 747 maxcp = cp + strlen(ascii); in loc_aton() 844 char *ascii in loc_ntoa() argument 866 (void) sprintf(ascii, "; error: unknown LOC RR version"); in loc_ntoa() 867 return (ascii); in loc_ntoa() 928 sprintf(ascii, in loc_ntoa() 941 return (ascii); in loc_ntoa()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_02.txt | 12 Content-type: text/plain; charset=us-ascii 31 Content-type: text/plain; charset=us-ascii 48 Content-Type: text/plain; charset=us-ascii 64 Content-Type: text/plain; charset=us-ascii 78 Content-Type: text/plain; charset=us-ascii 93 Content-Type: text/plain; charset=us-ascii 108 Content-Type: text/plain; charset=us-ascii 123 Content-type: text/plain; charset=us-ascii
|
D | msg_30.txt | 7 Content-Type: text/plain; charset=us-ascii 16 Content-Type: text/plain; charset=us-ascii
|
D | msg_21.txt | 8 Content-Type: text/plain; charset="us-ascii" 14 Content-Type: text/plain; charset="us-ascii"
|
D | msg_28.txt | 8 Content-Type: text/plain; charset=us-ascii 18 Content-Type: text/plain; charset=us-ascii
|
D | msg_12.txt | 9 Content-Type: text/plain; charset="us-ascii" 29 Content-Type: text/plain; charset="us-ascii"
|
D | msg_12a.txt | 9 Content-Type: text/plain; charset="us-ascii" 31 Content-Type: text/plain; charset="us-ascii"
|
D | msg_29.txt | 6 Content-Type: text/plain; charset=us-ascii; 7 title*0*="us-ascii'en'This%20is%20even%20more%20";
|
D | msg_22.txt | 9 Content-Type: text/plain; charset="us-ascii" ; format="flowed" 42 Content-Type: text/plain; charset="us-ascii" ; format="flowed"
|
D | msg_18.txt | 1 Content-Type: text/plain; charset="us-ascii"
|
D | msg_09.txt | 9 Content-Type: text/plain; charset="us-ascii"
|
D | msg_08.txt | 9 Content-Type: text/plain; charset="us-ascii"
|
D | msg_32.txt | 7 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
|
D | msg_27.txt | 7 Content-Type: text/plain; charset=us-ascii
|
D | msg_01.txt | 6 Content-Type: text/plain; charset=us-ascii
|
D | msg_13.txt | 9 Content-Type: text/plain; charset="us-ascii" 18 Content-Type: text/plain; charset="us-ascii"
|
D | msg_20.txt | 6 Content-Type: text/plain; charset=us-ascii
|
D | msg_33.txt | 17 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
|
D | msg_10.txt | 9 Content-Type: text/plain; charset="us-ascii"
|
D | msg_14.txt | 6 Content-Type: text; charset=us-ascii
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_compiler.py | 249 ascii = "print '12345678', '\n" 253 self._testErrEnc(ascii, ascii, 19) 256 self._testErrEnc(encdef+ascii, ascii, 19)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | Makefile | 20 …ncodings.gbk,encodings.utf_16,encodings.utf_8,encodings.utf_16_le,encodings.latin_1,encodings.ascii
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | bs16.S | 40 OemId: .ascii "INTEL " # OemId - 8 bytes 57 VolId: .ascii " " # Volume Serial Number- 4 bytes 58 FatLabel: .ascii " " # Label - 11 bytes 59 SystemId: .ascii "FAT12 " # SystemId - 8 bytes
|
D | bs32.S | 40 OemId: .ascii "INTEL " # OemId - 8 bytes 72 VolId: .ascii " " # Volume Serial Number - 4 bytes 73 FatLabel: .ascii " " # Volume Label - 11 bytes 74 FileSystemType: .ascii "FAT32 " # File System Type - 8 bytes
|
123