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

/freebsd-11.0-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-11.0-release/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c47 regoff_t startoff = 0; variable
84 startoff = (regoff_t)atoi(optarg);
123 subs[0].rm_so = startoff;
/freebsd-11.0-release/lib/libc/regex/grot/
H A Dmain.c23 regoff_t startoff = 0; variable
56 startoff = (regoff_t)atoi(optarg);
95 subs[0].rm_so = startoff;
/freebsd-11.0-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-11.0-release/sbin/fsck_msdosfs/
H A Ddir.c310 * Delete directory entries between startcl, startoff and endcl, endoff.
314 int startoff, cl_t endcl, int endoff, int notlast)
320 s = delbuf + startoff;
313 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, int startoff, cl_t endcl, int endoff, int notlast) argument
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c4543 off_t startoff, endoff; local

Completed in 98 milliseconds