Home
last modified time | relevance | path

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

/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c514 static char hexdigit[] = "0123456789abcdef"; in ext2fs_read() local
520 printf ("%c", hexdigit[*i >> 4]); in ext2fs_read()
521 printf ("%c", hexdigit[*i % 16]); in ext2fs_read()

Completed in 4 milliseconds