bin2hex_table     525 source3/modules/vfs_cap.c #define bin2hex(c)		bin2hex_table[(unsigned char)(c)]
bin2hex_table     548 source3/modules/vfs_cap.c static unsigned char bin2hex_table[256] = "0123456789abcdef";