Lines Matching refs:strtod
1384 # to inlining of functions like strtod(). The
2320 # strtod insome versions of SunOS
2380 AC_EGREP_HEADER(strtod, stdlib.h, , tcl_ok=0)
2609 # Under Solaris 2.4, strtod returns the wrong value for the
2614 # strtod(" ") returns 0.0 instead of a failure to convert.
2622 # strtod (=fixstrtod)
2627 AC_CHECK_FUNC(strtod, tcl_strtod=1, tcl_strtod=0)
2629 AC_CACHE_CHECK([for Solaris2.4/Tru64 strtod bugs], tcl_cv_strtod_buggy,[
2631 extern double strtod();
2636 value = strtod(infString, &term);
2640 value = strtod(nanString, &term);
2644 value = strtod(spaceString, &term);
2653 AC_DEFINE(strtod, fixstrtod) definition