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

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp376 RTDECL(int) RTStrToUInt16Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint16_t *pu16) function
389 RT_EXPORT_SYMBOL(RTStrToUInt16Ex); variable
437 int rc = RTStrToUInt16Ex(pszValue, NULL, 0, &u16);
/vbox/include/iprt/
H A Dmangling.h1543 # define RTStrToUInt16Ex RT_MANGLER(RTStrToUInt16Ex) macro

Completed in 1790 milliseconds