Searched refs:RTStrToInt64Full (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp672 RTDECL(int) RTStrToInt64Full(const char *pszValue, unsigned uBase, int64_t *pi64) function
689 RT_EXPORT_SYMBOL(RTStrToInt64Full); variable
765 int rc = RTStrToInt64Full(pszValue, uBase, &i64);
852 int rc = RTStrToInt64Full(pszValue, uBase, &i64);
939 int rc = RTStrToInt64Full(pszValue, uBase, &i64);
/vbox/src/VBox/Runtime/common/misc/
H A Dgetopt.cpp334 MY_INT_CASE(RTGETOPT_REQ_INT64, int64_t, i64, RTStrToInt64Full)
343 MY_BASE_INT_CASE(RTGETOPT_REQ_INT64 | RTGETOPT_FLAG_HEX, int64_t, i64, RTStrToInt64Full, 16)
352 MY_BASE_INT_CASE(RTGETOPT_REQ_INT64 | RTGETOPT_FLAG_DEC, int64_t, i64, RTStrToInt64Full, 10)
361 MY_BASE_INT_CASE(RTGETOPT_REQ_INT64 | RTGETOPT_FLAG_OCT, int64_t, i64, RTStrToInt64Full, 8)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPipe.cpp58 rc = RTStrToInt64Full(pszPipe, 10, &iNative);
135 rc = RTStrToInt64Full(pszPipe, 10, &iNative);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_options.c583 i = RTStrToInt64Full(arg, 0, &val);
640 rc = RTStrToInt64Full(arg, 0, rval);
/vbox/src/VBox/Runtime/common/zip/
H A Dxarvfs.cpp409 int rc = RTStrToInt64Full(pszValue, 0, poff);
427 rc = RTStrToInt64Full(pszValue, 0, pcbSize);
449 rc = RTStrToInt64Full(pszValue, 0, pcbLength);
/vbox/src/VBox/Devices/Network/slirp/
H A Dtftp.c245 rc = RTStrToInt64Full(pcszRawOption, 0, (int64_t *)&pTftpSessionOption->u64Value);
/vbox/include/iprt/
H A Dstring.h2842 RTDECL(int) RTStrToInt64Full(const char *pszValue, unsigned uBase, int64_t *pi64);
H A Dmangling.h1535 # define RTStrToInt64Full RT_MANGLER(RTStrToInt64Full) macro
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp323 rc = RTStrToInt64Full(szEnvVal, 0, &iNativeTestPipe);

Completed in 114 milliseconds