Searched refs:sfgetu (Results 1 - 21 of 21) sorted by relevance
/ast/src/lib/libast/sfio/ |
H A D | _sfgetu.c | 41 return sfgetu(f);
|
H A D | _sfgetu2.c | 49 return sfgetu(f);
|
H A D | sfgetu.c | 30 Sfulong_t sfgetu(Sfio_t* f) function 32 Sfulong_t sfgetu(f)
|
H A D | sfgetd.c | 43 if((sign = sfgetc(f)) < 0 || (exp = (int)sfgetu(f)) < 0)
|
/ast/src/cmd/tests/sfio/ |
H A D | tputgetu.c | 37 if((r = (unsigned int)sfgetu(fp)) != i)
|
H A D | tbadargs.c | 57 CALL(sfgetu(0));
|
/ast/src/cmd/ksh93/sh/ |
H A D | trestore.c | 80 t->fork.forkline = sfgetu(infile); 106 t->ar.arline = sfgetu(infile); 116 t->for_.forline = sfgetu(infile); 125 t->sw.swline = sfgetu(infile); 140 t->funct.functline = sfgetu(infile); 162 t->tst.tstline = sfgetu(infile); 182 while((l=sfgetu(infile))>0) 220 fp->fortyp = sfgetu(infile); 283 com->comline = sfgetu(infile); 340 register unsigned long l = sfgetu(i [all...] |
/ast/src/lib/libast/port/ |
H A D | mc.c | 273 mc->nstrs = sfgetu(ip); 274 mc->nmsgs = sfgetu(ip); 275 mc->num = sfgetu(ip); 299 while (i = sfgetu(ip)) 303 n = sfgetu(ip); 315 if (n = sfgetu(ip))
|
/ast/src/cmd/nmake/ |
H A D | object.c | 29 * # sfputu()/sfgetu() 1210 if (!(n = sfgetu(sp)) || sfeof(sp)) 1265 if (getstring(sp) && (off = sfgetu(sp)) && sfgetu(sp)) 1266 while (!sfeof(sp) && sfseek(sp, off, SEEK_SET) == off && (off = sfgetu(sp))) 1269 if (sfgetu(sp) == HEADER_PREREQS) 1277 while (n = sfgetu(sp)) 1279 tm = sfgetu(sp); 1585 off = sfgetu(sp); 1586 sequence = sfgetu(s [all...] |
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_checkout.c | 103 if (sfread(fdel, magic,4)!=4 || sfgetc(fdel)<0 || (nsrc = sfgetu(fdel))<0 || (ntar = sfgetu(fdel))<0)
|
/ast/src/lib/libpz/ |
H A D | pzinflate.c | 160 while (m = sfgetu(pz->io)) 200 m = sfgetu(pz->io); 226 if ((m = sfgetu(pz->io)) && !sferror(pz->io) && !sfeof(pz->io) && (pat = (unsigned char*)sfreserve(pz->io, m, 0)))
|
H A D | pzread.c | 129 if (!(m = sfgetu(pz->io))) 133 if ((m = sfgetu(pz->io)) && !sferror(pz->io) && !sfeof(pz->io) && (x = (unsigned char*)sfreserve(pz->io, m, 0))) 190 m = sfgetu(pz->io);
|
H A D | pzpart.c | 1042 n = sfgetu(pz->io); 1056 m = sfgetu(pz->io); 1065 m = sfgetu(pz->io); 1082 if (!(n = sfgetu(pz->io))) 1125 pp->row = sfgetu(pz->io); 1126 pp->col = sfgetu(pz->io); 1127 pz->win = sfgetu(pz->io); 1183 pp->row = sfgetu(pz->io); 1184 pp->col = sfgetu(pz->io);
|
H A D | pzhead.c | 130 pz->win = sfgetu(pz->io); 314 while ((n = sfgetu(pz->io)) && !sferror(pz->io) && !sfeof(pz->io) && (s = (unsigned char*)sfreserve(pz->io, n, 0)))
|
H A D | pzsplit.c | 521 while ((w = sfgetu(pz->io)) && w <= pz->win) 537 parts = sfgetu(pz->io); 554 row = sfgetu(pz->io); 555 use = sfgetu(pz->io); 556 m = sfgetu(pz->io); 625 while (m = sfgetu(pz->io))
|
H A D | pzconvert.c | 641 if (sfgetu(state->tmp) == CHECKSUM_OP) 644 if ((k = sfgetu(state->tmp)) != cvt->checksum)
|
/ast/src/lib/libast/include/ |
H A D | sfio.h | 294 extern Sfulong_t sfgetu _ARG_((Sfio_t*));
|
/ast/src/cmd/dsslib/num_t/ |
H A D | num_t.c | 1125 ret->value.number = (Cxinteger_t)sfgetu(cx->buf);
|
/ast/src/lib/libast/ |
H A D | Makefile | 152 sfgetl.c sfgetu.c sfcvt.c sfecvt.c sffcvt.c \
|
/ast/src/lib/libast/misc/ |
H A D | fastfind.c | 731 t = sfgetu(fp->fp);
|
/ast/src/cmd/pax/ |
H A D | delta.c | 139 f->uncompressed = sfgetu(sp);
|
Completed in 88 milliseconds