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

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp815 RTDECL(int) RTStrToInt16Ex(const char *pszValue, char **ppszNext, unsigned uBase, int16_t *pi16) function
829 RT_EXPORT_SYMBOL(RTStrToInt16Ex); variable
877 int rc = RTStrToInt16Ex(pszValue, NULL, 0, &i16);
/vbox/include/iprt/
H A Dmangling.h1528 # define RTStrToInt16Ex RT_MANGLER(RTStrToInt16Ex) macro

Completed in 157 milliseconds