Searched refs:loff (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/monitoring/
H A Dntp.pl415 undef($loff);
419 if (defined($loff) &&
420 ($loff + length($FRAGS{$loff})) == $off)
422 $FRAGS{$loff} .= $FRAGS{$off};
426 $loff = $off;
/netbsd-6-1-5-RELEASE/sys/compat/common/
H A Dvfs_syscalls_12.c101 long loff; local
111 loff = fp->f_offset;
116 error = copyout(&loff, SCARG(uap, basep), sizeof(long));
H A Dvfs_syscalls_43.c360 long loff; local
384 loff = auio.uio_offset = fp->f_offset;
451 error = copyout((void *)&loff, (void *)SCARG(uap, basep),
/netbsd-6-1-5-RELEASE/sbin/mbrlabel/
H A Dmbrlabel.c122 off_t loff; local
126 loff = (off_t)off * DEV_BSIZE;
128 if (lseek(sd, loff, SEEK_SET) != loff) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.c1626 HOST_WIDE_INT loff = c->lhs.offset; local
1659 if (loff == UNKNOWN_OFFSET)
1662 loff = 0;
1671 HOST_WIDE_INT fieldoffset = v->offset + loff;
1691 else if (loff != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-structalias.c1476 unsigned HOST_WIDE_INT loff = c->lhs.offset; local
1477 if (type_safe (j, &loff) && !(get_varinfo(j)->is_special_var))
1481 unsigned HOST_WIDE_INT fieldoffset = get_varinfo (j)->offset + loff;

Completed in 150 milliseconds