/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | ecvt.c | 30 econvert(), *fconvert(); 41 return econvert(arg, ndigits, decpt, sign, efcvtbuffer);
|
H A D | econvert.c | 34 econvert(arg, ndigits, decpt, sign, buf) in econvert() function
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | floatingpoint.h | 150 extern char *econvert();
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_stdlib.c | 94 p = econvert(d, precision + 1, &decpt, &sign, digits); in doubletos()
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | ecvt.c | 54 return (econvert(number, ndigits, decpt, sign, buf)); in ecvt()
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | ecvt.c | 54 return (econvert(number, ndigits, decpt, sign, buf)); in ecvt()
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | ecvt.c | 58 return (econvert(number, ndigits, decpt, sign, buf));
|
/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | ecvt.c | 58 return (econvert(number, ndigits, decpt, sign, buf));
|
/titanic_41/usr/src/head/ |
H A D | floatingpoint.h | 181 extern char *econvert __P((double, int, int *, int *, char *));
|
/titanic_41/usr/src/lib/libc/port/fp/ |
H A D | econvert.c | 56 econvert(double arg, int ndigits, int *decpt, int *sign, char *buf) in econvert() function
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 108 econvert.3c \ 1565 fconvert.3c := LINKSRC = econvert.3c 1566 gconvert.3c := LINKSRC = econvert.3c 1567 qeconvert.3c := LINKSRC = econvert.3c 1568 qfconvert.3c := LINKSRC = econvert.3c 1569 qgconvert.3c := LINKSRC = econvert.3c 1570 seconvert.3c := LINKSRC = econvert.3c 1571 sfconvert.3c := LINKSRC = econvert.3c 1572 sgconvert.3c := LINKSRC = econvert.3c
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 256 econvert
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | doprnt.c | 697 bp = econvert(dval, prec + 1, &decpt, &sign, convertbuffer); in _doprnt()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 103 file path=usr/share/man/man3c/econvert.3c 743 link path=usr/share/man/man3c/fconvert.3c target=econvert.3c 783 link path=usr/share/man/man3c/gconvert.3c target=econvert.3c 1108 link path=usr/share/man/man3c/qeconvert.3c target=econvert.3c 1109 link path=usr/share/man/man3c/qfconvert.3c target=econvert.3c 1110 link path=usr/share/man/man3c/qgconvert.3c target=econvert.3c 1163 link path=usr/share/man/man3c/seconvert.3c target=econvert.3c 1188 link path=usr/share/man/man3c/sfconvert.3c target=econvert.3c 1189 link path=usr/share/man/man3c/sgconvert.3c target=econvert.3c
|
/titanic_41/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 1424 FPCONV(econvert, dval, in _wndoprnt() 1618 FPCONV(econvert, dval, min(prec, MAXECVT), in _wndoprnt()
|
/titanic_41/usr/src/lib/libbc/sparc/ |
H A D | Makefile | 87 file_decim.o func_decim.o econvert.o seconvert.o gconvert.o \
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | Makefile | 329 econvert.o \
|
/titanic_41/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 361 econvert.o \
|
/titanic_41/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 347 econvert.o \
|
/titanic_41/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 370 econvert.o \
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1700 econvert;
|
H A D | llib-lc | 1740 extern char *econvert(double, int, int *, int *, char *);
|