Home
last modified time | relevance | path

Searched refs:fmtscale (Results 1 – 18 of 18) sorted by relevance

/titanic_51/usr/src/lib/libast/common/string/
H A Dfmtscale.c35 fmtscale(register Sfulong_t n, int k) in fmtscale() function
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtscale.c35 fmtscale(register Sfulong_t n, int k) in fmtscale() function
/titanic_51/usr/src/lib/libast/common/include/
H A Dast.h270 extern char* fmtscale(Sfulong_t, int);
/titanic_51/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h284 extern char* fmtscale(Sfulong_t, int);
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dast.h288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dast.h288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dast.h288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h288 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
/titanic_51/usr/src/lib/libast/
H A Dmapfile-vers459 fmtscale;
H A DMakefile.com481 common/string/fmtscale.o \
/titanic_51/usr/src/cmd/ast/libast/
H A Dmapfile-vers469 fmtscale;
H A DMakefile.defs511 string/fmtscale.o \
/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c964 { sp = fmtscale(lv, scale);
1024 { sp = fmtscale(v, scale);
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfvprintf.c1014 { sp = fmtscale(lv, scale);
1074 { sp = fmtscale(v, scale);
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DMakefile94 fmtgid.c fmtsignal.c fmtscale.c fmttmx.c fmttv.c fmtversion.c \
H A DRELEASE443 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 DMamfile1892 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 DRELEASE255 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