Lines Matching defs:endptr
1211 Fn real, const char *nptr, char **endptr, int base,
1215 if (endptr)
1216 *endptr = *tmp_endptr;
1250 static double dfsan_strtod(const char *nptr, char **endptr, char **tmp_endptr) {
1253 if (endptr)
1254 *endptr = *tmp_endptr;
1271 double __dfsw_strtod(const char *nptr, char **endptr, dfsan_label nptr_label,
1274 double ret = dfsan_strtod(nptr, endptr, &tmp_endptr);
1280 double __dfso_strtod(const char *nptr, char **endptr, dfsan_label nptr_label,
1285 double ret = dfsan_strtod(nptr, endptr, &tmp_endptr);
1301 const char *nptr, char **endptr, int base, dfsan_label nptr_label, \
1305 auto ret = dfsan_strtol_impl(fun, nptr, endptr, base, &tmp_endptr); \
1310 const char *nptr, char **endptr, int base, dfsan_label nptr_label, \
1316 auto ret = dfsan_strtol_impl(fun, nptr, endptr, base, &tmp_endptr); \