Home
last modified time | relevance | path

Searched refs:fmtbase (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtbase.c35 fmtbase(intmax_t n, int b, int p) in fmtbase() function
65 return fmtbase(n, b, p); in fmtbasell()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast.h264 extern char* fmtbase(intmax_t, int, int);
265 #define fmtbasell(a,b,c) fmtbase(a,b,c) /* until 2014-01-01 */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c571 cp = strcopy(cp, fmtbase((long)ep->e_hline,10,0)); in ed_fulledit()
H A Demacs.c1178 # define itos(i) fmtbase((long)(i),0,0)/* want signed conversion */ in xcommands()
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers676 fmtbase;
H A DMakefile.defs491 string/fmtbase.o \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dargs.c812 sfputr(shp->stk,fmtbase((long)pv[fd],10,0),0); in sh_argprocsub()
H A Dinit.c686 return(fmtbase(n, 10, 0)); in get_rand()
726 return(fmtbase(n, 10, 0)); in get_lineno()
H A Dpath.c1304 strncpy(name+9,fmtbase((long)getpid(),10,0),sizeof(name)-10); in exscript()
H A Darray.c821 errormsg(SH_DICT,ERROR_exit(1),e_subscript, fmtbase((long)maxi,10,0)); in array_grow()
H A Dio.c2257 char *z = fmtbase((long)getpid(),0,0); in sftrack()
H A Dmacro.c96 #define ltos(x) fmtbase((long)(x),0,0)
H A Dname.c2890 return(fmtbase(ll,numeric, numeric&&numeric!=10)); in nv_getval()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile91 fmtbase.c fmtbuf.c fmtclock.c fmtdev.c fmtelapsed.c fmterror.c \
H A DMamfile1688 make fmtbase.o
1689 make string/fmtbase.c
1691 done string/fmtbase.c
1692 meta fmtbase.o %.c>%.o string/fmtbase.c fmtbase
1693 prev string/fmtbase.c
1694 …S} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D__OBSOLETE__=20120101 -D_PACKAGE_ast -c string/fmtbase.c
1695 done fmtbase.o generated
6101 …o iconv.o lc.o lctab.o mc.o base64.o recfmt.o recstr.o reclen.o fmtrec.o fmtbase.o fmtbuf.o fmtclo…
H A DRELEASE933 include/ast.h: add fmtbase->fmtbasell; swap in 2003-09-01
1064 01-11-28 string/fmtbase.c: p!=0 => base always included in output