Lines Matching refs:__value
563 extern int setenv (__const char *__name, __const char *__value, int __replace)
735 extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
741 extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
747 extern char *gcvt (double __value, int __ndigit, char *__buf)
753 extern char *qecvt (long double __value, int __ndigit,
756 extern char *qfcvt (long double __value, int __ndigit,
759 extern char *qgcvt (long double __value, int __ndigit, char *__buf)
765 extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
768 extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
772 extern int qecvt_r (long double __value, int __ndigit,
776 extern int qfcvt_r (long double __value, int __ndigit,