/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | _sfulen.c | 27 int sfulen(reg Sfulong_t v) 30 reg Sfulong_t v;
|
H A D | sfputm.c | 27 int sfputm(Sfio_t* f, Sfulong_t u, Sfulong_t m) 31 Sfulong_t u; 32 Sfulong_t m;
|
H A D | sfgetm.c | 30 Sfulong_t sfgetm(Sfio_t* f, Sfulong_t m) 32 Sfulong_t sfgetm(f, m) 34 Sfulong_t m; 37 Sfulong_t v; 42 SFMTXENTER(f, (Sfulong_t)(-1)); 45 SFMTXRETURN(f, (Sfulong_t)(-1)); 52 v = (Sfulong_t)(-1);
|
H A D | sfgetu.c | 30 Sfulong_t sfgetu(Sfio_t* f) 32 Sfulong_t sfgetu(f) 36 Sfulong_t v; 41 SFMTXENTER(f, (Sfulong_t)(-1)); 44 SFMTXRETURN(f, (Sfulong_t)(-1)); 51 v = (Sfulong_t)(-1);
|
H A D | _sfgetu.c | 34 Sfulong_t _sfgetu(reg Sfio_t* f) 36 Sfulong_t _sfgetu(f)
|
H A D | sfputu.c | 27 int sfputu(reg Sfio_t* f, Sfulong_t u) 31 reg Sfulong_t u;
|
H A D | sfllen.c | 37 v = (Sfulong_t)v >> SF_SBITS;
|
H A D | _sfputm.c | 30 int _sfputm(Sfio_t* f, Sfulong_t v, Sfulong_t m) 34 Sfulong_t v; /* the unsigned value to be written */ 35 Sfulong_t m; /* the max value of the range */ 38 #define N_ARRAY (2*sizeof(Sfulong_t))
|
H A D | _sfputu.c | 30 int _sfputu(Sfio_t* f, Sfulong_t v) 34 Sfulong_t v; /* the unsigned value to be written */ 37 #define N_ARRAY (2*sizeof(Sfulong_t))
|
H A D | _sfputl.c | 55 v = (Sfulong_t)v >> SF_SBITS; 59 v = (Sfulong_t)v >> SF_UBITS;
|
H A D | sfgetl.c | 56 v = ((Sfulong_t)v << SF_UBITS) | SFUVALUE(c); 59 v = ((Sfulong_t)v << SF_SBITS) | SFSVALUE(c);
|
H A D | sfvprintf.c | 34 #define HIGHBITL (~((~((Sfulong_t)0)) >> 1)) 905 lv = (Sflong_t)((Sfulong_t)argv.vp); 978 ((Sfulong_t)lv)*base]; 984 sfucvt(lv,sp,nv,ssp,Sflong_t,Sfulong_t); 989 } while((lv = ((Sfulong_t)lv) >> n) ); 993 { *--sp = ssp[((Sfulong_t)lv)%base]; 994 } while((lv = ((Sfulong_t)lv)/base) );
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | fmtclock.c | 32 fmtclock(register Sfulong_t t) 51 if (t == ((Sfulong_t)~0))
|
H A D | fmtscale.c | 35 fmtscale(register Sfulong_t n, int k) 37 register Sfulong_t m;
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | sfio.h | 44 #define Sfulong_t uintmax_t macro 282 extern int sfulen _ARG_((Sfulong_t)); 286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t)); 287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t)); 292 extern Sfulong_t sfgetu _ARG_((Sfio_t*)); 293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t)); 298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t)); 299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_ [all...] |
H A D | ast.h | 285 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t)); 302 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | sfio.h | 44 #define Sfulong_t uintmax_t macro 282 extern int sfulen _ARG_((Sfulong_t)); 286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t)); 287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t)); 292 extern Sfulong_t sfgetu _ARG_((Sfio_t*)); 293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t)); 298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t)); 299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_ [all...] |
H A D | ast.h | 267 extern char* fmtclock(Sfulong_t); 284 extern char* fmtscale(Sfulong_t, int);
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | sfio.h | 44 #define Sfulong_t uintmax_t macro 282 extern int sfulen _ARG_((Sfulong_t)); 286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t)); 287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t)); 292 extern Sfulong_t sfgetu _ARG_((Sfio_t*)); 293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t)); 298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t)); 299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_ [all...] |
H A D | ast.h | 285 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t)); 302 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | sfio.h | 44 #define Sfulong_t uintmax_t macro 282 extern int sfulen _ARG_((Sfulong_t)); 286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t)); 287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t)); 292 extern Sfulong_t sfgetu _ARG_((Sfio_t*)); 293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t)); 298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t)); 299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_ [all...] |
H A D | ast.h | 285 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t)); 302 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | sfio.h | 44 #define Sfulong_t uintmax_t macro 282 extern int sfulen _ARG_((Sfulong_t)); 286 extern int sfputu _ARG_((Sfio_t*, Sfulong_t)); 287 extern int sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_t)); 292 extern Sfulong_t sfgetu _ARG_((Sfio_t*)); 293 extern Sfulong_t sfgetm _ARG_((Sfio_t*, Sfulong_t)); 298 extern int _sfputu _ARG_((Sfio_t*, Sfulong_t)); 299 extern int _sfputm _ARG_((Sfio_t*, Sfulong_t, Sfulong_ [all...] |
H A D | ast.h | 285 extern __MANGLE__ char* fmtclock __PROTO__((Sfulong_t)); 302 extern __MANGLE__ char* fmtscale __PROTO__((Sfulong_t, int));
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | grep.c | 131 Sfulong_t hits; /* labeled pattern matches */ 132 Sfulong_t total; /* total hits */ 166 Sfulong_t hits; /* total matched pattern count */ 362 Sfulong_t hits = 0;
|