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

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp902 RTDECL(int) RTStrToInt8Ex(const char *pszValue, char **ppszNext, unsigned uBase, int8_t *pi8) function
916 RT_EXPORT_SYMBOL(RTStrToInt8Ex); variable
964 int rc = RTStrToInt8Ex(pszValue, NULL, 0, &i8);
/vbox/include/iprt/
H A Dmangling.h1537 # define RTStrToInt8Ex RT_MANGLER(RTStrToInt8Ex) macro

Completed in 224 milliseconds