Home
last modified time | relevance | path

Searched refs:iso_to_dos (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/sunpc/other/
H A Dunix2dos.c119 unsigned char iso_to_dos[256]; in main() local
391 iso_to_dos[dos_to_iso[i]] = i; in main()
414 *dest_str++ = iso_to_dos[*src_str++]; in main()