Searched refs:startoff (Results 1 – 9 of 9) sorted by relevance
| /freebsd/usr.bin/tail/ |
| H A D | misc.c | 71 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 D | main.c | 47 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 D | main.c | 20 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 D | vfs_vnops.c | 3569 off_t startoff, endoff, xfer, xfer2; in vn_generic_copy_file_range() local 3723 startoff = *inoffp; in vn_generic_copy_file_range() 3738 error = VOP_IOCTL(invp, FIOSEEKDATA, &startoff, 0, in vn_generic_copy_file_range() 3741 startoff = endoff = inva.va_size; in vn_generic_copy_file_range() 3747 endoff = startoff; in vn_generic_copy_file_range() 3759 if (error == 0 && startoff == endoff) in vn_generic_copy_file_range() 3763 if (startoff > *inoffp) { in vn_generic_copy_file_range() 3765 xfer = MIN(startoff - *inoffp, len); in vn_generic_copy_file_range() 3800 copylen = MIN(len, endoff - startoff); in vn_generic_copy_file_range() 3806 startoff = *inoffp; in vn_generic_copy_file_range() [all …]
|
| /freebsd/tests/sys/cddl/zfs/include/ |
| H A D | libtest.kshlib | 3312 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 D | libder_obj.c | 614 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 D | dir.c | 297 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument 308 s = delbuf + startoff; in delete()
|
| /freebsd/contrib/tzcode/ |
| H A D | zic.c | 3523 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()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf.c | 4389 size_t startoff = (opt + i) - opts; in pf_translate_icmp_af() 4393 PF_ALGNMNT(startoff)); in pf_translate_icmp_af() 4396 PF_ALGNMNT(startoff + sizeof(sack.start))); in pf_translate_icmp_af() 4427 size_t startoff = (opt + i) - opts; pf_modulate_sack() local
|