Searched refs:RTStrToUInt16Ex (Results 1 - 6 of 6) 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/src/VBox/Runtime/common/net/
H A Dnetaddrstr2.cpp134 rc = RTStrToUInt16Ex(pcszValue, &pszNext, 16, pu16);
/vbox/src/VBox/VMM/testcase/
H A DtstAnimate.cpp82 int rc = RTStrToUInt16Ex(pszValue, NULL, 16, &u16);
119 rc = RTStrToUInt16Ex(pszPart2, NULL, 16, &u16);
/vbox/include/iprt/
H A Dstring.h2724 RTDECL(int) RTStrToUInt16Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint16_t *pu16);
H A Dmangling.h1543 # define RTStrToUInt16Ex RT_MANGLER(RTStrToUInt16Ex) macro
/vbox/src/VBox/Storage/
H A DISCSI.cpp1165 rc = RTStrToUInt16Ex(pcszPort, &pszPortEnd, 0, &uPort);

Completed in 145 milliseconds