Searched refs:startoff (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/usr.bin/tail/
H A Dmisc.c69 * absolute file offset `startoff'. May move map window.
72 mapprint(struct mapinfo *mip, off_t startoff, off_t len) argument
77 if (startoff < mip->mapoff || startoff >= mip->mapoff +
79 if (maparound(mip, startoff) != 0)
82 n = (mip->mapoff + mip->maplen) - startoff;
85 WR(mip->start + (startoff - mip->mapoff), n);
86 startoff += n;
/freebsd-9.3-release/lib/libc/regex/grot/
H A Dmain.c19 regoff_t startoff = 0; variable
56 startoff = (regoff_t)atoi(optarg);
95 subs[0].rm_so = startoff;
/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c1115 int startoff; local
1141 startoff = need;
1158 need = count - (start->size - startoff);
1187 start->bufp += startoff;
1188 start->size -= startoff;
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c1984 register long startoff; local
2072 startoff = zp->z_gmtoff;
2157 startoff = oadd(zp->z_gmtoff,
2166 startoff == oadd(zp->z_gmtoff,
2196 addtype(startoff, startbuf,
2197 startoff != zp->z_gmtoff,
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Ddir.c309 * Delete directory entries between startcl, startoff and endcl, endoff.
313 int startoff, cl_t endcl, int endoff, int notlast)
319 s = delbuf + startoff;
312 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, int startoff, cl_t endcl, int endoff, int notlast) argument
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1480 off_t startoff; local
1490 startoff = uio->uio_offset;
1521 off_t off = startoff;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_inode.c4369 xfs_fileoff_t startoff = 0; /* start offset of extent */ local
4391 startoff = xfs_bmbt_get_startoff(ep);
4393 if (bno < startoff) {
4395 } else if (bno >= startoff + blockcount) {
4410 if (bno >= startoff + blockcount) {
H A Dxfs_bmap_btree.c1124 xfs_fileoff_t startoff; local
1176 startoff = INT_GET(kkp->br_startoff, ARCH_CONVERT);
1179 startoff = xfs_bmbt_disk_get_startoff(krp);
1182 (startoff - rp->br_startoff);
1984 * Extract the startoff field from an in memory bmap extent record.
2055 * Extract the startoff field from a disk format bmap extent record.
2649 * Set the startoff field in a bmap extent record.
H A Dxfs_vnodeops.c4210 * Zero file bytes between startoff and endoff inclusive.
4216 xfs_off_t startoff,
4232 for (offset = startoff; offset <= endoff; offset = lastoffset + 1) {
4214 xfs_zero_remaining_bytes( xfs_inode_t *ip, xfs_off_t startoff, xfs_off_t endoff) argument
H A Dxfs_bmap.c6036 xfs_fileoff_t startoff; /* extent starting file offset */ local
6052 startoff = xfs_bmbt_get_startoff(lastrec);
6054 *eof = endoff >= startoff + blockcount;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c5667 off_t startoff, endoff; local
5683 startoff = rounddown(IDX_TO_OFF(mreq->pindex), zp->z_blksz);
5684 reqstart = OFF_TO_IDX(round_page(startoff));

Completed in 219 milliseconds