Searched refs:RTStrToInt16Full (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dgetopt.cpp332 MY_INT_CASE(RTGETOPT_REQ_INT16, int16_t, i16, RTStrToInt16Full)
341 MY_BASE_INT_CASE(RTGETOPT_REQ_INT16 | RTGETOPT_FLAG_HEX, int16_t, i16, RTStrToInt16Full, 16)
350 MY_BASE_INT_CASE(RTGETOPT_REQ_INT16 | RTGETOPT_FLAG_DEC, int16_t, i16, RTStrToInt16Full, 10)
359 MY_BASE_INT_CASE(RTGETOPT_REQ_INT16 | RTGETOPT_FLAG_OCT, int16_t, i16, RTStrToInt16Full, 8)
/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp849 RTDECL(int) RTStrToInt16Full(const char *pszValue, unsigned uBase, int16_t *pi16) function
863 RT_EXPORT_SYMBOL(RTStrToInt16Full); variable
/vbox/include/iprt/
H A Dstring.h2938 RTDECL(int) RTStrToInt16Full(const char *pszValue, unsigned uBase, int16_t *pi16);
H A Dmangling.h1529 # define RTStrToInt16Full RT_MANGLER(RTStrToInt16Full) macro

Completed in 167 milliseconds