Searched refs:convert_to_ascii (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 150 convert_to_ascii (char *buf, int c,...) in convert_to_ascii() function 216 *convert_to_ascii (str, c, *((unsigned long *) dataptr++)) = 0; in grub_vprintf() 919 *convert_to_ascii (str, c, *((unsigned long *) dataptr++)) = 0; in grub_vsprintf()
|
H A D | shared.h | 993 char *convert_to_ascii (char *buf, int c, ...);
|
H A D | boot.c | 436 dest = convert_to_ascii (dest, 'u', (extended_memory + 0x400)); in load_image()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | piclsmc.c | 99 static void convert_to_ascii(uint8_t [], uint8_t [], int, int); 304 convert_to_ascii(data, store, len, extra_bytes); in read_bd_fields() 448 convert_to_ascii(uint8_t data [], uint8_t store[], in convert_to_ascii() function
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 500 * stage2/char_io.c (convert_to_ascii): Remove "%b" support. 4151 * stage2/char_io.c (convert_to_ascii): Rename the internal 5228 * stage2/char_io.c (convert_to_ascii) [!STAGE1_5]: Accept 'X' 5231 Mask *DATAPTR with MASK when calling convert_to_ascii. 8101 (convert_to_ascii) [STAGE1_5]: Eliminate the `x' and `d'
|