Searched refs:sftell (Results 1 - 25 of 32) sorted by relevance

12

/ast/src/cmd/tests/sfio/
H A Dtappend.c40 if((p = sftell(f1)) != 10)
45 if((p = sftell(f2)) != 20)
55 if((p = sftell(f1)) != 10)
60 if((p = sftell(f1)) != 30)
86 if((r = (int)sftell(f1)) != (1024+64) )
H A Dttell.c84 if(sftell(f) != 4)
89 if(sftell(f) != 8)
96 if(sftell(f) != 12)
97 terror("sftell 3");
101 if(sftell(f) != 16)
102 terror("sftell 4");
119 if(sftell(f) != (Sfoff_t)((i+1)*10) )
135 if(sftell(f) != (Sfoff_t)((i+1)*10) )
151 if(sftell(f) != (Sfoff_t)((i+1)*10) )
H A Dtbadargs.c93 CALL(sftell(0));
H A Dtseek.c67 if(sftell(f) != (i*n))
68 terror("sftell");
113 if(sftell(f) != (Sfoff_t)10)
114 terror("sftell failed");
123 if(sftell(f) != 10)
124 terror("sftell failed2");
H A Dtsync.c168 if((off = sftell(f2)) != 1)
/ast/src/lib/libast/sfio/
H A Dsftell.c30 Sfoff_t sftell(Sfio_t* f) function
32 Sfoff_t sftell(f)
/ast/src/cmd/ksh93/edit/
H A Dhexpand.c374 w[1] = sftell(ref) + hl.hist_char;
458 i = sftell(tmp);
478 if(w[0] == -2 && sftell(ref) > w[1])
496 if(sftell(tmp))
558 n = sftell(tmp2);
574 n = sftell(tmp);
622 else if(!sftell(tmp2))
643 if(sftell(tmp2))
/ast/src/cmd/sort/
H A Drec.c154 o = sftell(sp);
179 o = sftell(sp);
/ast/src/lib/libcmd/
H A Drev.c158 line = rev_line(fp,sfstdout,sftell(fp));
H A Dtail.c218 offset[fno] = sftell(out);
242 if ((n = offset[!fno] - sftell(tmp[!fno])) > 0)
H A Djoin.c452 #define getrec(p,n,d) (u1 = getrec(p, n, d), sfprintf(sfstdout, "[G%d#%d@%I*d:%-.8s]", __LINE__, n, sizeof(Sfoff_t), sftell(p->file[n].iop), u1), u1)
/ast/src/cmd/cs/vcs_src/
H A Dvcs_rscs.h80 #define WHERE(f) sftell(f)
/ast/src/cmd/ksh93/sh/
H A Dfcin.c60 _Fcin.fcoff = sftell(f);;
/ast/src/cmd/pzip/
H A Dpzip.c320 if (sftell(dp) && !(disc.options = strdup(sfstruse(dp))))
/ast/src/lib/libast/disc/
H A Dsfdcseekable.c125 addr += sftell(sf);
/ast/src/lib/libpz/
H A Dsfdcpzip.c227 sfseek(sp, sftell(io), SEEK_SET);
H A Dpzsplit.c659 (*pz->disc->errorf)(pz, pz->disc, 2, "%s: input corrupted [EOF expected at %I*u]", pz->path, sftell(pz->io));
/ast/src/cmd/pax/
H A Dnocomment.c141 count = sftell(op);
426 count = count < 0 ? 0 : (sferror(ip) || sferror(op)) ? -1 : (sftell(op) - count);
H A Dpax-vdb.c279 sfprintf(vdb->directory, "%c%s%c%0*I*d%c%0*I*d\n", VDB_DELIMITER, VDB_DIRECTORY, VDB_DELIMITER, VDB_FIXED, sizeof(ap->io->offset), ap->io->offset + ap->io->count + sizeof(VDB_DIRECTORY), VDB_DELIMITER, VDB_FIXED, sizeof(Sfoff_t), sftell(vdb->directory) - sizeof(VDB_DIRECTORY) + VDB_LENGTH + 1);
/ast/src/cmd/builtin/
H A Dlook.c174 mid = sftell(fp);
/ast/src/lib/libdss/
H A Ddssfile.c293 file->length = sftell(file->io) - file->offset;
/ast/src/cmd/dsslib/netflow/
H A Dflow-dumpv9.c104 file->offset = sftell(file->io);
/ast/src/cmd/std/
H A Dsplit.c341 Sfoff_t off = sftell(in);
/ast/src/lib/libast/include/
H A Dsfio.h254 extern Sfoff_t sftell _ARG_((Sfio_t*));
/ast/src/cmd/ksh93/bltins/
H A Dprint.c611 return(sftell(iop));

Completed in 69 milliseconds

12