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

/freebsd-current/usr.bin/tail/
H A Dmisc.c68 * absolute file offset `startoff'. May move map window.
71 mapprint(struct mapinfo *mip, off_t startoff, off_t len) argument
76 if (startoff < mip->mapoff || startoff >= mip->mapoff +
78 if (maparound(mip, startoff) != 0)
81 n = (mip->mapoff + mip->maplen) - startoff;
84 WR(mip->start + (startoff - mip->mapoff), n);
85 startoff += n;
/freebsd-current/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-current/lib/libc/regex/grot/
H A Dmain.c20 regoff_t startoff = 0; variable
53 startoff = (regoff_t)atoi(optarg);
92 subs[0].rm_so = startoff;
/freebsd-current/sys/kern/
H A Dvfs_vnops.c3213 * creating a hole at startoff between the above
3342 off_t startoff, endoff, xfer, xfer2; local
3491 startoff = *inoffp;
3506 error = VOP_IOCTL(invp, FIOSEEKDATA, &startoff, 0,
3509 startoff = endoff = inva.va_size;
3515 endoff = startoff;
3521 * creating a hole at startoff between the above
3524 * If that happens, startoff == endoff and finding
3527 if (error == 0 && startoff == endoff)
3531 if (startoff > *inoff
[all...]
/freebsd-current/sys/netpfil/pf/
H A Dpf_norm.c1632 size_t startoff; local
1676 startoff = opt - (hdr + sizeof(struct tcphdr));
1711 PF_ALGNMNT(startoff),
1728 PF_ALGNMNT(startoff),
2024 size_t startoff; local
2034 startoff = optp - opts;
2054 PF_ALGNMNT(startoff),
H A Dpf.c2870 size_t startoff = opt - opts; local
2888 PF_ALGNMNT(startoff),
2893 PF_ALGNMNT(startoff),
/freebsd-current/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib3312 typeset -li startoff
3345 log_debug "params='$blksz/$blknum/$startoff' line='$line'"
3366 (( startoff = blknum * blksz ))
3374 if [[ -n "$dva" ]] && (( lineoff == startoff )); then
/freebsd-current/sbin/fsck_msdosfs/
H A Ddir.c293 * Delete directory entries between startcl, startoff and endcl, endoff.
297 int startoff, cl_t endcl, int endoff, int notlast)
308 s = delbuf + startoff;
296 delete(struct fat_descriptor *fat, cl_t startcl, int startoff, cl_t endcl, int endoff, int notlast) argument
/freebsd-current/contrib/tzcode/
H A Dzic.c3276 zic_t startoff = stdoff; local
3385 == startoff))
3396 startoff = oadd(zp->z_stdoff,
3406 && startoff == oadd(zp->z_stdoff,
3435 bool isdst = startoff != zp->z_stdoff;
3444 int type = addtype(startoff, startbuf, isdst,

Completed in 293 milliseconds