Home | History | Annotate | Download | only in Include

Lines Matching refs:EndPtr

69                                          wchar_t ** __restrict endptr);

71 wchar_t ** __restrict endptr);
73 wchar_t ** __restrict endptr);
75 wchar_t ** __restrict endptr, int base);
77 wchar_t ** __restrict endptr, int base);
79 wchar_t ** __restrict endptr, int base);
81 wchar_t ** __restrict endptr, int base);
1064 @param[in] EndPtr Optional pointer to an object in which to store a pointer
1073 final wide string is stored in the object pointed to by endptr, provided that endptr is
1076 double wcstod (const wchar_t * __restrict Nptr, wchar_t ** __restrict EndPtr);
1077 float wcstof (const wchar_t * __restrict Nptr, wchar_t ** __restrict EndPtr);
1078 long double wcstold (const wchar_t * __restrict Nptr, wchar_t ** __restrict EndPtr);
1093 @param[in] EndPtr Optional pointer to an object in which to store a pointer
1104 long int wcstol ( const wchar_t * __restrict Nptr, wchar_t ** __restrict EndPtr, int Base);
1105 long long int wcstoll ( const wchar_t * __restrict Nptr, wchar_t ** __restrict EndPtr, int Base);
1106 unsigned long int wcstoul ( const wchar_t * __restrict Nptr, wchar_t ** __restrict EndPtr, int Base);
1107 unsigned long long int wcstoull( const wchar_t * __restrict Nptr, wchar_t ** __restrict EndPtr, int Base);