Searched defs:ansi (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/stage2/ | ||
H A D | fsys_jfs.c | 200 uni2ansi (UniChar *uni, char *ansi, int len) argument 203 *ansi++ = (*uni & 0xff80) ? '?' : *(char *)uni; |
Completed in 16 milliseconds