Searched refs:fptos (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_stdlib.c | 43 fptos(const char *p, char *buf, size_t buflen, int decpt, int sign, char expchr) in fptos() function 95 return (fptos(p, buf, sizeof (buf), decpt, sign, expchr)); in doubletos() 110 return (fptos(p, buf, sizeof (buf), decpt, sign, expchr)); in longdoubletos()
|