Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtnum.c35 fmtnum(register unsigned long n, int m) in fmtnum() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h280 extern char* fmtnum(unsigned long, int);
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers695 fmtnum;
H A DMakefile.defs508 string/fmtnum.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile93 fmtmatch.c fmtmode.c fmtnum.c fmtperm.c fmtre.c fmttime.c fmtuid.c \
H A DMamfile1830 make fmtnum.o
1831 make string/fmtnum.c
1833 done string/fmtnum.c
1834 meta fmtnum.o %.c>%.o string/fmtnum.c fmtnum
1835 prev string/fmtnum.c
1836 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c string/fmtnum.c
1837 done fmtnum.o generated
6101 …tfs.o fmtident.o fmtint.o fmtip4.o fmtip6.o fmtls.o fmtmatch.o fmtmode.o fmtnum.o fmtperm.o fmtre.…
H A DRELEASE1476 97-12-18 fmtnum: add
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c973 b += sfsprintf(b, end - b, q, fmtnum(num, 0), num == 1 ? "" : "s", 0, 0, 0, 0, 0, 0); in ckmagic()