Home
last modified time | relevance | path

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

/NextBSD/usr.bin/tail/
HDmisc.c72 mapprint(struct mapinfo *mip, off_t startoff, off_t len) in mapprint() argument
77 if (startoff < mip->mapoff || startoff >= mip->mapoff + in mapprint()
79 if (maparound(mip, startoff) != 0) in mapprint()
82 n = (mip->mapoff + mip->maplen) - startoff; in mapprint()
85 WR(mip->start + (startoff - mip->mapoff), n); in mapprint()
86 startoff += n; in mapprint()
/NextBSD/contrib/netbsd-tests/lib/libc/regex/
HDmain.c47 regoff_t startoff = 0; variable
84 startoff = (regoff_t)atoi(optarg); in main()
123 subs[0].rm_so = startoff; in main()
/NextBSD/lib/libc/regex/grot/
HDmain.c23 regoff_t startoff = 0; variable
56 startoff = (regoff_t)atoi(optarg); in main()
95 subs[0].rm_so = startoff; in main()
/NextBSD/contrib/tzcode/zic/
HDzic.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,
/NextBSD/sbin/fsck_msdosfs/
HDdir.c314 int startoff, cl_t endcl, int endoff, int notlast) in delete() argument
320 s = delbuf + startoff; in delete()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vnops.c5777 off_t startoff, endoff; in zfs_getpages() local