Home
last modified time | relevance | path

Searched refs:fmtint (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtbase.c45 return fmtint(n, 0); in fmtbase()
47 return fmtint(n, 1); in fmtbase()
H A Dfmtint.c86 fmtint(intmax_t ll, int unsign) in fmtint() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h276 extern char* fmtint(intmax_t, int);
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers689 fmtint;
H A DMakefile.defs502 string/fmtint.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile92 fmtesc.c fmtfmt.c fmtfs.c fmtident.c fmtint.c fmtip4.c fmtip6.c fmtls.c \
H A DMamfile1778 make fmtint.o
1779 make string/fmtint.c
1781 done string/fmtint.c
1782 meta fmtint.o %.c>%.o string/fmtint.c fmtint
1783 prev string/fmtint.c
1784 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c string/fmtint.c
1785 done fmtint.o generated
6101 ….o fmtdev.o fmtelapsed.o fmterror.o fmtesc.o fmtfmt.o fmtfs.o fmtident.o fmtint.o fmtip4.o fmtip6.…
H A DRELEASE147 10-07-29 string/fmtint.c: fix nasty bug that rendered "1000" as "1"