Home
last modified time | relevance | path

Searched refs:gcvt (Results 1 – 25 of 25) sorted by relevance

/openbsd/regress/lib/libc/gcvt/
H A Dgcvt_test.c101 got = gcvt(tv->d, tv->ndig, buf); in dotest()
/openbsd/lib/libc/stdlib/
H A Dgcvt.c33 gcvt(double value, int ndigit, char *buf) in gcvt() function
H A DMakefile.inc7 exit.c ecvt.c gcvt.c getenv.c getopt_long.c \
/openbsd/regress/lib/libc/
H A DMakefile11 SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob
/openbsd/lib/libc/hidden/
H A Dstdlib.h94 PROTO_DEPRECATED(gcvt);
/openbsd/include/
H A Dstdlib.h173 char *gcvt(double, int, char *);
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp358 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 Dperl5340delta.pod927 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 Dperl58delta.pod1967 rules for the conversion. Some platforms that used to use gcvt may
/openbsd/lib/libc/
H A DSymbols.list1524 gcvt
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h418 extern char * gcvt(double, int, char *);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h418 extern char * gcvt(double, int, char *);
/openbsd/gnu/usr.bin/perl/
H A DConfigure10508 /* 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 Dconfig_h.SH940 * d_Gconvert='gcvt((x),(n),(b))'
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig_H908 * 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 DGlossary1046 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 DChanges662 in exponential notation, per gcvt()).
H A Dos2.c5368 return gcvt (value, digits, buffer); in gcvt_os2()
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample1320 * 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 Dconfig.plan91372 * 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 Dconfig_H.gc898 * 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 Dconfig_H.vc898 * 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 Dtrouble.texi359 library functions @code{ecvt}, @code{fcvt} and @code{gcvt}. Given valid
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1826 fun:gcvt=uninstrumented
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c4869 return gcvt(val,ndig,loc);