/titanic_50/usr/src/lib/libast/common/string/ |
H A D | fmtbase.c | 50 #undef fmtbase 53 fmtbase(long n, int b, int p) in fmtbase() function
|
/titanic_50/usr/src/lib/libast/common/include/ |
H A D | ast.h | 250 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 D | ast.h | 268 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 D | ast.h | 268 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 D | ast.h | 268 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 D | ast.h | 268 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 D | completion.c | 553 cp = strcopy(cp, fmtbase((long)ep->e_hline,10,0)); in ed_fulledit()
|
H A D | emacs.c | 1113 # define itos(i) fmtbase((long)(i),0,0)/* want signed conversion */ in xcommands()
|
/titanic_50/usr/src/lib/libast/ |
H A D | mapfile-vers | 436 fmtbase;
|
H A D | Makefile.com | 462 common/string/fmtbase.o \
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 809 sfputr(shp->stk,fmtbase((long)pv[fd],10,0),0); in sh_argprocsub()
|
H A D | init.c | 628 return(fmtbase(n, 10, 0)); in get_rand() 668 return(fmtbase(n, 10, 0)); in get_lineno()
|
H A D | array.c | 645 errormsg(SH_DICT,ERROR_exit(1),e_subscript, fmtbase((long)maxi,10,0)); in array_grow()
|
H A D | path.c | 1263 strncpy(name+9,fmtbase((long)getpid(),10,0),sizeof(name)-10); in exscript()
|
H A D | io.c | 1963 char *z = fmtbase((long)getpid(),0,0); in sftrack()
|
H A D | macro.c | 86 #define ltos(x) fmtbase((long)(x),0,0)
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 745 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
|