HelenOS sources
PRIx8 722 kernel/generic/src/console/cmd.c printf("read %" PRIxn ": %" PRIx8 "\n", argv[0].intval, val);
PRIx8 811 kernel/generic/src/console/cmd.c printf("write %" PRIxn ": %" PRIx8 "\n", argv[0].intval,
PRIx8 66 kernel/test/print/print2.c TPRINTF("Testing printf(\"%%#" PRIx64 " %%#" PRIx32 " %%#" PRIx16 " %%#" PRIx8 " %%#" PRIxn " %%#" PRIx64 " %%s\", (uint64_t) UINT64_C(0x1234567887654321), (uint32_t) UINT32_C(0x12345678), (uint16_t) UINT16_C(0x1234), (uint8_t) UINT8_C(0x12), nat, (uint64_t) UINT64_C(0x1234567887654321), \"Lovely string\"):\n");
PRIx8 68 kernel/test/print/print2.c TPRINTF("Real output: [%#" PRIx64 "] [%#" PRIx32 "] [%#" PRIx16 "] [%#" PRIx8 "] [%#" PRIxn "] [%#" PRIx64 "] \"%s\"\n\n", (uint64_t) UINT64_C(0x1234567887654321), (uint32_t) UINT32_C(0x12345678), (uint16_t) UINT16_C(0x1234), (uint8_t) UINT8_C(0x12), nat, (uint64_t) UINT64_C(0x1234567887654321), "Lovely string");
PRIx8 236 uspace/app/blkdump/blkdump.c printf("\t\tADR / Control: 0x%" PRIx8 "\n", toc.ftrack_lsess.adr_control);
PRIx8 210 uspace/drv/bus/usb/uhci/uhci_rh.c RH_DEBUG(hub, port, "Bus state %" PRIx8 "(source %" PRIx16 ")",
PRIx8 427 uspace/drv/bus/usb/uhci/uhci_rh.c RH_DEBUG(hub, -1, "Event mask %" PRIx8
PRIx8 514 uspace/srv/net/inetsrv/inetsrv.c log_msg(LOG_DEFAULT, LVL_DEBUG, "No client found for protocol 0x%" PRIx8,
HelenOS homepage, sources at GitHub