Searched refs:fmtbase (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | fmtbase.c | 35 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 D | ast.h | 264 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 D | completion.c | 571 cp = strcopy(cp, fmtbase((long)ep->e_hline,10,0)); in ed_fulledit()
|
H A D | emacs.c | 1178 # define itos(i) fmtbase((long)(i),0,0)/* want signed conversion */ in xcommands()
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 676 fmtbase;
|
H A D | Makefile.defs | 491 string/fmtbase.o \
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 812 sfputr(shp->stk,fmtbase((long)pv[fd],10,0),0); in sh_argprocsub()
|
H A D | init.c | 686 return(fmtbase(n, 10, 0)); in get_rand() 726 return(fmtbase(n, 10, 0)); in get_lineno()
|
H A D | path.c | 1304 strncpy(name+9,fmtbase((long)getpid(),10,0),sizeof(name)-10); in exscript()
|
H A D | array.c | 821 errormsg(SH_DICT,ERROR_exit(1),e_subscript, fmtbase((long)maxi,10,0)); in array_grow()
|
H A D | io.c | 2257 char *z = fmtbase((long)getpid(),0,0); in sftrack()
|
H A D | macro.c | 96 #define ltos(x) fmtbase((long)(x),0,0)
|
H A D | name.c | 2890 return(fmtbase(ll,numeric, numeric&&numeric!=10)); in nv_getval()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 91 fmtbase.c fmtbuf.c fmtclock.c fmtdev.c fmtelapsed.c fmterror.c \
|
H A D | Mamfile | 1688 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 D | RELEASE | 933 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
|