Home
last modified time | relevance | path

Searched refs:econvert (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Decvt.c30 econvert(), *fconvert();
41 return econvert(arg, ndigits, decpt, sign, efcvtbuffer);
H A Deconvert.c34 econvert(arg, ndigits, decpt, sign, buf) in econvert() function
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dfloatingpoint.h150 extern char *econvert();
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_stdlib.c94 p = econvert(d, precision + 1, &decpt, &sign, digits); in doubletos()
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Decvt.c54 return (econvert(number, ndigits, decpt, sign, buf)); in ecvt()
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Decvt.c54 return (econvert(number, ndigits, decpt, sign, buf)); in ecvt()
/titanic_41/usr/src/lib/libc/i386/gen/
H A Decvt.c58 return (econvert(number, ndigits, decpt, sign, buf));
/titanic_41/usr/src/lib/libc/amd64/gen/
H A Decvt.c58 return (econvert(number, ndigits, decpt, sign, buf));
/titanic_41/usr/src/head/
H A Dfloatingpoint.h181 extern char *econvert __P((double, int, int *, int *, char *));
/titanic_41/usr/src/lib/libc/port/fp/
H A Deconvert.c56 econvert(double arg, int ndigits, int *decpt, int *sign, char *buf) in econvert() function
/titanic_41/usr/src/man/man3c/
H A DMakefile108 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 Dsyn_common256 econvert
/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Ddoprnt.c697 bp = econvert(dval, prec + 1, &decpt, &sign, convertbuffer); in _doprnt()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc103 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 Ddoprnt.c1424 FPCONV(econvert, dval, in _wndoprnt()
1618 FPCONV(econvert, dval, min(prec, MAXECVT), in _wndoprnt()
/titanic_41/usr/src/lib/libbc/sparc/
H A DMakefile87 file_decim.o func_decim.o econvert.o seconvert.o gconvert.o \
/titanic_41/usr/src/lib/libc/amd64/
H A DMakefile329 econvert.o \
/titanic_41/usr/src/lib/libc/i386/
H A DMakefile.com361 econvert.o \
/titanic_41/usr/src/lib/libc/sparcv9/
H A DMakefile.com347 econvert.o \
/titanic_41/usr/src/lib/libc/sparc/
H A DMakefile.com370 econvert.o \
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers1700 econvert;
H A Dllib-lc1740 extern char *econvert(double, int, int *, int *, char *);