Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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()
/freebsd/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()
/freebsd/sys/kern/
H A Dvfs_vnops.c3342 off_t startoff, endoff, xfer, xfer2; in vn_generic_copy_file_range() local
3491 startoff = *inoffp; in vn_generic_copy_file_range()
3506 error = VOP_IOCTL(invp, FIOSEEKDATA, &startoff, 0, in vn_generic_copy_file_range()
3509 startoff = endoff = inva.va_size; in vn_generic_copy_file_range()
3515 endoff = startoff; in vn_generic_copy_file_range()
3527 if (error == 0 && startoff == endoff) in vn_generic_copy_file_range()
3531 if (startoff > *inoffp) { in vn_generic_copy_file_range()
3533 xfer = MIN(startoff - *inoffp, len); in vn_generic_copy_file_range()
3568 copylen = MIN(len, endoff - startoff); in vn_generic_copy_file_range()
3574 startoff = *inoffp; in vn_generic_copy_file_range()
[all …]
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c1577 size_t startoff; in pf_normalize_tcp_stateful()
1621 startoff = opt - (hdr + sizeof(struct tcphdr)); in pf_normalize_tcp_stateful()
1656 PF_ALGNMNT(startoff), in pf_normalize_tcp_stateful()
1673 PF_ALGNMNT(startoff), in pf_normalize_tcp_stateful()
1969 size_t startoff; in pf_normalize_mss()
1979 startoff = optp - opts; in pf_normalize_mss()
1999 PF_ALGNMNT(startoff), in pf_normalize_mss()
1584 size_t startoff; pf_normalize_tcp_stateful() local
1976 size_t startoff; pf_normalize_mss() local
H A Dpf.c3878 size_t startoff = opt - opts; in pf_modulate_sack() local
3896 PF_ALGNMNT(startoff), in pf_modulate_sack()
3901 PF_ALGNMNT(startoff), in pf_modulate_sack()
/freebsd/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/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()
/freebsd/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()
/freebsd/contrib/tzcode/
H A Dzic.c3275 zic_t startoff = stdoff; in outzone()
3384 == startoff)) in outzone()
3395 startoff = oadd(zp->z_stdoff, in outzone()
3405 && startoff == oadd(zp->z_stdoff, in outzone()
3434 bool isdst = startoff != zp->z_stdoff; in outzone()
3443 int type = addtype(startoff, startbuf, isdst, in outzone()
3276 zic_t startoff = stdoff; outzone() local