/titanic_44/usr/src/lib/libc/sparc/gen/ |
H A D | ecvt.c | 41 #pragma weak _fcvt = fcvt 58 fcvt(double number, int ndigits, int *decpt, int *sign) in fcvt() function
|
/titanic_44/usr/src/lib/libc/sparcv9/gen/ |
H A D | ecvt.c | 41 #pragma weak _fcvt = fcvt 58 fcvt(double number, int ndigits, int *decpt, int *sign) in fcvt() function
|
/titanic_44/usr/src/lib/libc/i386/gen/ |
H A D | ecvt.c | 41 #pragma weak _fcvt = fcvt 62 fcvt(number, ndigits, decpt, sign) in fcvt() function
|
/titanic_44/usr/src/lib/libc/amd64/gen/ |
H A D | ecvt.c | 41 #pragma weak _fcvt = fcvt 62 fcvt(number, ndigits, decpt, sign) in fcvt() function
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | ecvt.c | 41 #pragma weak _fcvt = fcvt 62 fcvt(double value, int ndigit, int *decpt, int *sign) in fcvt() function
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | ecvt.c | 45 fcvt(arg, ndigits, decpt, sign) in fcvt() function
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | sfio | 105 extern char* fcvt _ARG_((double, int, int*, int*)); 112 fcvt(0.0, 0, 0, 0);
|
/titanic_44/usr/src/cmd/csh/ |
H A D | printf.c | 99 char *fcvt(); 521 bp = fcvt(dval, in _print()
|
/titanic_44/usr/src/head/ |
H A D | floatingpoint.h | 189 extern char *fcvt __P((double, int, int *, int *));
|
H A D | stdlib.h | 209 extern char *fcvt(double, int, int *_RESTRICT_KYWD, int *_RESTRICT_KYWD);
|
/titanic_44/usr/src/lib/c_synonyms/ |
H A D | syn_common | 284 fcvt
|
/titanic_44/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 824 bp = fcvt(dval, min(prec, MAXFCVT), &decpt, &sign); in _doprnt()
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 772 fcvt.3c \ 1634 fcvt.3c := LINKSRC = ecvt.3c
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1800 fcvt;
|
H A D | llib-lc | 396 char *fcvt(double value, int ndigit, int *_RESTRICT_KYWD decpt,
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 772 link path=usr/share/man/man3c/fcvt.3c target=ecvt.3c
|
/titanic_44/ |
H A D | .gitignore | 4891 usr/src/man/man3c/fcvt.3c
|