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

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp463 RTDECL(int) RTStrToUInt8Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint8_t *pu8) function
476 RT_EXPORT_SYMBOL(RTStrToUInt8Ex); variable
524 int rc = RTStrToUInt8Ex(pszValue, NULL, 0, &u8);
/vbox/include/iprt/
H A Dmangling.h1552 # define RTStrToUInt8Ex RT_MANGLER(RTStrToUInt8Ex) macro

Completed in 135 milliseconds