Lines Matching refs:ppszNext

2619  * @param   ppszNext    Where to store the pointer to the first char following the number. (Optional)
2624 RTDECL(int) RTStrToUInt64Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint64_t *pu64);
2669 * @param ppszNext Where to store the pointer to the first char following the number. (Optional)
2674 RTDECL(int) RTStrToUInt32Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint32_t *pu32);
2719 * @param ppszNext Where to store the pointer to the first char following the number. (Optional)
2724 RTDECL(int) RTStrToUInt16Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint16_t *pu16);
2769 * @param ppszNext Where to store the pointer to the first char following the number. (Optional)
2774 RTDECL(int) RTStrToUInt8Ex(const char *pszValue, char **ppszNext, unsigned uBase, uint8_t *pu8);
2818 * @param ppszNext Where to store the pointer to the first char following the number. (Optional)
2823 RTDECL(int) RTStrToInt64Ex(const char *pszValue, char **ppszNext, unsigned uBase, int64_t *pi64);
2866 * @param ppszNext Where to store the pointer to the first char following the number. (Optional)
2871 RTDECL(int) RTStrToInt32Ex(const char *pszValue, char **ppszNext, unsigned uBase, int32_t *pi32);
2914 * @param ppszNext Where to store the pointer to the first char following the number. (Optional)
2919 RTDECL(int) RTStrToInt16Ex(const char *pszValue, char **ppszNext, unsigned uBase, int16_t *pi16);
2962 * @param ppszNext Where to store the pointer to the first char following the number. (Optional)
2967 RTDECL(int) RTStrToInt8Ex(const char *pszValue, char **ppszNext, unsigned uBase, int8_t *pi8);