Searched refs:sfgetu (Results 1 - 21 of 21) sorted by relevance

/ast/src/lib/libast/sfio/
H A D_sfgetu.c41 return sfgetu(f);
H A D_sfgetu2.c49 return sfgetu(f);
H A Dsfgetu.c30 Sfulong_t sfgetu(Sfio_t* f) function
32 Sfulong_t sfgetu(f)
H A Dsfgetd.c43 if((sign = sfgetc(f)) < 0 || (exp = (int)sfgetu(f)) < 0)
/ast/src/cmd/tests/sfio/
H A Dtputgetu.c37 if((r = (unsigned int)sfgetu(fp)) != i)
H A Dtbadargs.c57 CALL(sfgetu(0));
/ast/src/cmd/ksh93/sh/
H A Dtrestore.c80 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 Dmc.c273 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 Dobject.c29 * # 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 Dvcs_checkout.c103 if (sfread(fdel, magic,4)!=4 || sfgetc(fdel)<0 || (nsrc = sfgetu(fdel))<0 || (ntar = sfgetu(fdel))<0)
/ast/src/lib/libpz/
H A Dpzinflate.c160 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 Dpzread.c129 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 Dpzpart.c1042 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 Dpzhead.c130 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 Dpzsplit.c521 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 Dpzconvert.c641 if (sfgetu(state->tmp) == CHECKSUM_OP)
644 if ((k = sfgetu(state->tmp)) != cvt->checksum)
/ast/src/lib/libast/include/
H A Dsfio.h294 extern Sfulong_t sfgetu _ARG_((Sfio_t*));
/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c1125 ret->value.number = (Cxinteger_t)sfgetu(cx->buf);
/ast/src/lib/libast/
H A DMakefile152 sfgetl.c sfgetu.c sfcvt.c sfecvt.c sffcvt.c \
/ast/src/lib/libast/misc/
H A Dfastfind.c731 t = sfgetu(fp->fp);
/ast/src/cmd/pax/
H A Ddelta.c139 f->uncompressed = sfgetu(sp);

Completed in 38 milliseconds