Home | History | Annotate | Download | only in coregrind

Lines Matching refs:endptr

67 Long VG_(strtoll10) ( Char* str, Char** endptr )
86 if (!converted) str = str0; // If nothing converted, endptr points to
88 if (endptr) *endptr = str; // Record first failing character.
92 ULong VG_(strtoull10) ( Char* str, Char** endptr )
111 if (!converted) str = str0; // If nothing converted, endptr points to
113 if (endptr) *endptr = str; // Record first failing character.
117 Long VG_(strtoll16) ( Char* str, Char** endptr )
144 if (!converted) str = str0; // If nothing converted, endptr points to
146 if (endptr) *endptr = str; // Record first failing character.
150 ULong VG_(strtoull16) ( Char* str, Char** endptr )
177 if (!converted) str = str0; // If nothing converted, endptr points to
179 if (endptr) *endptr = str; // Record first failing character.
183 double VG_(strtod) ( Char* str, Char** endptr )
212 if (endptr) *endptr = str; // Record first failing character.