Searched refs:fmtscale (Results 1 – 18 of 18) sorted by relevance
/titanic_51/usr/src/lib/libast/common/string/ |
H A D | fmtscale.c | 35 fmtscale(register Sfulong_t n, int k) in fmtscale() function
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | fmtscale.c | 35 fmtscale(register Sfulong_t n, int k) in fmtscale() function
|
/titanic_51/usr/src/lib/libast/common/include/ |
H A D | ast.h | 270 extern char* fmtscale(Sfulong_t, int);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | ast.h | 284 extern char* fmtscale(Sfulong_t, int);
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/titanic_51/usr/src/lib/libast/ |
H A D | mapfile-vers | 459 fmtscale;
|
H A D | Makefile.com | 481 common/string/fmtscale.o \
|
/titanic_51/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 469 fmtscale;
|
H A D | Makefile.defs | 511 string/fmtscale.o \
|
/titanic_51/usr/src/lib/libast/common/sfio/ |
H A D | sfvprintf.c | 964 { sp = fmtscale(lv, scale); 1024 { sp = fmtscale(v, scale);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfvprintf.c | 1014 { sp = fmtscale(lv, scale); 1074 { sp = fmtscale(v, scale);
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 94 fmtgid.c fmtsignal.c fmtscale.c fmttmx.c fmttv.c fmtversion.c \
|
H A D | RELEASE | 443 06-10-30 string/fmtscale.c: fix 1024 rounding bugs 445 06-10-26 sfio/sfvprintf.c: %#d => fmtscale(1000), %#i => fmtscale(1024) 452 06-10-18 string/fmtscale.c: 1000: n[.]n[n](kMGTPE), 1024: n[.]n[n](KMGTPE)i 1209 fmtscale: format tenths for number > 0 && number < 10
|
H A D | Mamfile | 1892 make fmtscale.o 1893 make string/fmtscale.c 1896 done string/fmtscale.c 1897 meta fmtscale.o %.c>%.o string/fmtscale.c fmtscale 1898 prev string/fmtscale.c 1899 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iport -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c string/fmtscale.c 1900 done fmtscale.o generated 6102 exec - ${AR} rc libast.a fmtuid.o fmtgid.o fmtsignal.o fmtscale [all...] |
/titanic_51/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
|