Searched defs:cNum (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Installer/linux/install_service/
H A Dgenerate_service_file.cpp817 uint8_t cNum; local
822 rc = RTStrToUInt8Ex(achDigits, &pchNext, 8, &cNum);
829 if (!escapeAndOutputCharacter(enmFormat, cNum))
837 uint8_t cNum; local
842 rc = RTStrToUInt8Ex(achDigits, &pchNext, 16, &cNum);
851 if (!escapeAndOutputCharacter(enmFormat, cNum))

Completed in 46 milliseconds