HelenOS sources

paged_char        268 uspace/app/bdsh/cmds/modules/cat/cat.c 					paged_char(hexchars[((uint8_t)buff[i]) / 16]);
paged_char        269 uspace/app/bdsh/cmds/modules/cat/cat.c 					paged_char(hexchars[((uint8_t)buff[i]) % 16]);
paged_char        270 uspace/app/bdsh/cmds/modules/cat/cat.c 					paged_char(((count + i + 1) & 0xf) == 0 ? '\n' : ' ');
paged_char        285 uspace/app/bdsh/cmds/modules/cat/cat.c 					paged_char(c);
HelenOS homepage, sources at GitHub