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

/freebsd-11-stable/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-stable/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-stable/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-stable/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-stable/sbin/fsck_msdosfs/
H A Ddir.c295 * Delete directory entries between startcl, startoff and endcl, endoff.
299 int startoff, cl_t endcl, int endoff, int notlast)
310 s = delbuf + startoff;
298 delete(struct fat_descriptor *fat, cl_t startcl, int startoff, cl_t endcl, int endoff, int notlast) argument

Completed in 119 milliseconds