Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/string/
H A Dfmtbase.c50 #undef fmtbase
53 fmtbase(long n, int b, int p) in fmtbase() function
/titanic_50/usr/src/lib/libast/common/include/
H A Dast.h250 extern char* fmtbase(long, int, int);
252 #define fmtbase(a,b,c) fmtbasell((intmax_t)(a),b,c) /* until 2003-09-01 */ macro
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast.h268 extern __MANGLE__ char* fmtbase __PROTO__((long, int, int));
270 #define fmtbase(a,b,c) fmtbasell((intmax_t)(a),b,c) /* until 2003-09-01 */ macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h268 extern __MANGLE__ char* fmtbase __PROTO__((long, int, int));
270 #define fmtbase(a,b,c) fmtbasell((intmax_t)(a),b,c) /* until 2003-09-01 */ macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast.h268 extern __MANGLE__ char* fmtbase __PROTO__((long, int, int));
270 #define fmtbase(a,b,c) fmtbasell((intmax_t)(a),b,c) /* until 2003-09-01 */ macro
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast.h268 extern __MANGLE__ char* fmtbase __PROTO__((long, int, int));
270 #define fmtbase(a,b,c) fmtbasell((intmax_t)(a),b,c) /* until 2003-09-01 */ macro
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dcompletion.c553 cp = strcopy(cp, fmtbase((long)ep->e_hline,10,0)); in ed_fulledit()
H A Demacs.c1113 # define itos(i) fmtbase((long)(i),0,0)/* want signed conversion */ in xcommands()
/titanic_50/usr/src/lib/libast/
H A Dmapfile-vers436 fmtbase;
H A DMakefile.com462 common/string/fmtbase.o \
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dargs.c809 sfputr(shp->stk,fmtbase((long)pv[fd],10,0),0); in sh_argprocsub()
H A Dinit.c628 return(fmtbase(n, 10, 0)); in get_rand()
668 return(fmtbase(n, 10, 0)); in get_lineno()
H A Darray.c645 errormsg(SH_DICT,ERROR_exit(1),e_subscript, fmtbase((long)maxi,10,0)); in array_grow()
H A Dpath.c1263 strncpy(name+9,fmtbase((long)getpid(),10,0),sizeof(name)-10); in exscript()
H A Dio.c1963 char *z = fmtbase((long)getpid(),0,0); in sftrack()
H A Dmacro.c86 #define ltos(x) fmtbase((long)(x),0,0)
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE745 include/ast.h: add fmtbase->fmtbasell; swap in 2003-09-01
876 01-11-28 string/fmtbase.c: p!=0 => base always included in output