Home
last modified time | relevance | path

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

/src/usr.bin/tail/
H A Dmisc.c71 mapprint(struct mapinfo *mip, off_t startoff, off_t len) in mapprint() argument
76 if (startoff < mip->mapoff || startoff >= mip->mapoff + in mapprint()
78 if (maparound(mip, startoff) != 0) in mapprint()
81 n = (mip->mapoff + mip->maplen) - startoff; in mapprint()
84 WR(mip->start + (startoff - mip->mapoff), n); in mapprint()
85 startoff += n; in mapprint()
/src/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c47 regoff_t startoff = 0; variable
84 startoff = (regoff_t)atoi(optarg); in main()
123 subs[0].rm_so = startoff; in main()
/src/lib/libc/regex/grot/
H A Dmain.c20 regoff_t startoff = 0; variable
53 startoff = (regoff_t)atoi(optarg); in main()
92 subs[0].rm_so = startoff; in main()
/src/sys/kern/
H A Dvfs_vnops.c3571 off_t startoff, endoff, xfer, xfer2; in vn_generic_copy_file_range() local
3725 startoff = *inoffp; in vn_generic_copy_file_range()
3740 error = VOP_IOCTL(invp, FIOSEEKDATA, &startoff, 0, in vn_generic_copy_file_range()
3743 startoff = endoff = inva.va_size; in vn_generic_copy_file_range()
3749 endoff = startoff; in vn_generic_copy_file_range()
3761 if (error == 0 && startoff == endoff) in vn_generic_copy_file_range()
3765 if (startoff > *inoffp) { in vn_generic_copy_file_range()
3767 xfer = MIN(startoff - *inoffp, len); in vn_generic_copy_file_range()
3802 copylen = MIN(len, endoff - startoff); in vn_generic_copy_file_range()
3808 startoff = *inoffp; in vn_generic_copy_file_range()
[all …]
/src/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
/src/contrib/libder/libder/
H A Dlibder_obj.c614 size_t rsz = child->disk_size, startoff = offset; in libder_merge_bitstrings() local
698 return (offset - startoff); in libder_merge_bitstrings()
/src/sbin/fsck_msdosfs/
H A Ddir.c297 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument
308 s = delbuf + startoff; in delete()
/src/contrib/tzcode/
H A Dzic.c3523 zic_t startoff = stdoff; in outzone() local
3629 == startoff)) in outzone()
3640 startoff = oadd(zp->z_stdoff, in outzone()
3650 && startoff == oadd(zp->z_stdoff, in outzone()
3679 bool isdst = startoff != zp->z_stdoff; in outzone()
3688 int type = addtype(startoff, startbuf, isdst, in outzone()
/src/sys/netpfil/pf/
H A Dpf.c4427 size_t startoff = (opt + i) - opts; in pf_modulate_sack() local
4431 PF_ALGNMNT(startoff)); in pf_modulate_sack()
4434 PF_ALGNMNT(startoff + sizeof(sack.start))); in pf_modulate_sack()