Searched refs:fmtscale (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libast/common/string/ |
H A D | fmtscale.c | 35 fmtscale(register Sfulong_t n, int k) in fmtscale() function
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast.h | 270 extern char* fmtscale(Sfulong_t, int);
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_50/usr/src/lib/libast/ |
H A D | mapfile-vers | 459 fmtscale;
|
H A D | Makefile.com | 481 common/string/fmtscale.o \
|
/titanic_50/usr/src/lib/libast/common/sfio/ |
H A D | sfvprintf.c | 964 { sp = fmtscale(lv, scale); 1024 { sp = fmtscale(v, scale);
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 255 06-10-30 string/fmtscale.c: fix 1024 rounding bugs 257 06-10-26 sfio/sfvprintf.c: %#d => fmtscale(1000), %#i => fmtscale(1024) 264 06-10-18 string/fmtscale.c: 1000: n[.]n[n](kMGTPE), 1024: n[.]n[n](KMGTPE)i 1021 fmtscale: format tenths for number > 0 && number < 10
|