/openbsd/regress/lib/libc/gcvt/ |
H A D | gcvt_test.c | 101 got = gcvt(tv->d, tv->ndig, buf); in dotest()
|
/openbsd/lib/libc/stdlib/ |
H A D | gcvt.c | 33 gcvt(double value, int ndigit, char *buf) in gcvt() function
|
H A D | Makefile.inc | 7 exit.c ecvt.c gcvt.c getenv.c getopt_long.c \
|
/openbsd/regress/lib/libc/ |
H A D | Makefile | 11 SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob
|
/openbsd/lib/libc/hidden/ |
H A D | stdlib.h | 94 PROTO_DEPRECATED(gcvt);
|
/openbsd/include/ |
H A D | stdlib.h | 173 char *gcvt(double, int, char *);
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 358 INTERCEPTOR(char *, gcvt, double number, SIZE_T ndigit, char *buf) { in INTERCEPTOR() argument 360 char *res = REAL(gcvt)(number, ndigit, buf); in INTERCEPTOR() 365 #define MSAN_MAYBE_INTERCEPT_GCVT INTERCEPT_FUNCTION(gcvt)
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perl5340delta.pod | 927 A new probe checks for buggy libc implementations of the C<gcvt>/C<qgcvt> 1265 Buggy libc implementations of the C<gcvt> and C<qgcvt> functions 1268 C<sprintf> will be used in place of C<gcvt> and C<qgcvt>.
|
H A D | perl58delta.pod | 1967 rules for the conversion. Some platforms that used to use gcvt may
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 1524 gcvt
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 418 extern char * gcvt(double, int, char *);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 418 extern char * gcvt(double, int, char *);
|
/openbsd/gnu/usr.bin/perl/ |
H A D | Configure | 10508 /* Some Linux gcvt's give 1.e+5 here. */ 10528 /* Test for an Ubuntu/Debian bug in gcvt and qgcvt. See: * 10545 gcvt|gconvert|sprintf) xxx_list="$xxx_list $xxx_convert" ;; 10550 for xxx_convert in gconvert gcvt sprintf; do 10563 qgcvt|gcvt|gconvert|sprintf) xxx_ld_list="$xxx_ld_list $xxx_convert" ;; 10567 : then add qgcvt, sprintf--then, in xxx_list order, gconvert and gcvt 10614 gcvt) d_Gconvert='gcvt((x),(n),(b))' ;;
|
H A D | config_h.SH | 940 * d_Gconvert='gcvt((x),(n),(b))'
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | config_H | 908 * efficient. If gconvert() is not available, but gcvt() drops the 909 * trailing decimal point, then gcvt() is used. If all else fails, 915 * d_Gconvert='gcvt((x),(n),(b))' 919 #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
|
H A D | Glossary | 1046 sets this macro to use the first of gconvert, gcvt, or sprintf 1051 sPRIgldbl), gconvert, gcvt, and sprintf (casting to double).
|
/openbsd/gnu/usr.bin/perl/os2/ |
H A D | Changes | 662 in exponential notation, per gcvt()).
|
H A D | os2.c | 5368 return gcvt (value, digits, buffer); in gcvt_os2()
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | config_h.sample | 1320 * efficient. If gconvert() is not available, but gcvt() drops the 1321 * trailing decimal point, then gcvt() is used. If all else fails, 1327 * d_Gconvert='gcvt((x),(n),(b))'
|
H A D | config.plan9 | 1372 * efficient. If gconvert() is not available, but gcvt() drops the 1373 * trailing decimal point, then gcvt() is used. If all else fails, 1379 * d_Gconvert='gcvt((x),(n),(b))'
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | config_H.gc | 898 * efficient. If gconvert() is not available, but gcvt() drops the 899 * trailing decimal point, then gcvt() is used. If all else fails, 905 * d_Gconvert='gcvt((x),(n),(b))'
|
H A D | config_H.vc | 898 * efficient. If gconvert() is not available, but gcvt() drops the 899 * trailing decimal point, then gcvt() is used. If all else fails, 905 * d_Gconvert='gcvt((x),(n),(b))'
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | trouble.texi | 359 library functions @code{ecvt}, @code{fcvt} and @code{gcvt}. Given valid
|
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1826 fun:gcvt=uninstrumented
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vms.c | 4869 return gcvt(val,ndig,loc);
|