Searched defs:ioff (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c905 int ioff; local
941 ioff = *offset-*bp;
944 *offset = *bp+ioff;
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c82 long ioff; variable
393 ioff = 0;
1063 ioff++;
1068 ioff++;
1101 ioff++;
1199 ioff = 0;
1215 ioff = 0;
1227 ioff = offl[--ifi];
1239 if (lseek(ifile, (long)(ioff & ~(IBUFSZ-1)), 0) == (long) -1
1246 if ((ibufp = ibuf + (int)(ioff
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c689 int ioff; local
701 ioff = itoo(&sblock, (int)inumber);
708 ibuf += ioff;
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c461 ulong_t ioff; local
533 ioff = (sizeof (struct dinode)) * (itoo(fs, ino));
534 ip->i_doff = (offset_t)ioff + ldbtob(bno);
578 dp = (struct dinode *)(ioff + bp->b_un.b_addr);

Completed in 70 milliseconds