| /onnv/onnv-gate/usr/src/uts/common/exec/java/ |
| java.c | 96 off_t xoff, xoff_end; local 119 xoff = sizeof (lochdr) + LOCNAM(lochdr); 120 xoff_end = xoff + LOCEXT(lochdr); 122 while (xoff < xoff_end) { 126 xoff, UIO_SYSSPACE, 0, (rlim64_t)0, cred, &resid)) != 0) 132 xoff += sizeof (xfhdr) + XFDATASIZ(xfhdr); 135 if (xoff >= xoff_end)
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsck/ |
| pass1.c | 308 register int i, newoff, xoff = 0; local 443 if (xoff + left > MAXFIDSIZE) 444 left = MAXFIDSIZE - xoff; 445 bcopy((char *)dir_fidp + newoff, (char *)fidbuf + xoff, left); 446 xoff += left; 451 if (xoff < sizeof (fidp->fid_tag) || 452 xoff < sizeof (fidp->fid_tag) + SWAP16(fidp->fid_tag.tag_crc_len)) {
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
| CLIconLabel.java | 85 IntHolder xoff = new IntHolder(); 86 String s = getOffsetAndText(w, alignment, xoff); 89 g.drawImage(icon, x + xoff.value + ICON_XPAD, 91 xoff.value += TOTAL_ICON_WIDTH; 93 xoff.value += TEXT_PAD; 97 g.drawString(s, x + xoff.value, y + ascent); 102 IntHolder xoff) { 128 xoff.value = 0; 131 xoff.value = (width - totalWidth)/2; 134 xoff.value = width - totalWidth 151 xoff); local [all...] |
| EditLine.java | 84 private static final int XOFF = 2; 225 x = textX - XOFF; 582 int xoff = evtX - x - XOFF + beginW; local 583 return findCursorOffset(xoff, text, len/2, 0, len); 586 private int findCursorOffset(int xoff, String str, 594 if ((xoff - lw) < (uw - xoff)) 602 if (width > xoff) 603 return findCursorOffset(xoff, str, cur - (cur-lower)/2 678 int xoff = local 697 int xoff = XOFF; local 719 xoff, yoff); local 752 g.drawString(text.substring(end), xoff, yoff); local [all...] |
| WinScrollbar.java | 549 // xoff=4 and yoff=4 for the default case where w=15 and y=15 550 int xoff = (w-3)/3; local 559 x -= xoff/4; 560 g.fillRect(x+bd+2*xoff-1, y+bd+(5*yoff/4)-1, 561 xoff/2+1, yoff/2+1); 563 p.addPoint(x+bd+xoff-1, y+bd+(3*yoff/2)-1); 564 p.addPoint(x+bd+2*xoff-1, y+bd+yoff-3); 565 p.addPoint(x+bd+2*xoff-1, y+bd+2*yoff+1); 570 x += xoff/4+1; 571 g.fillRect(x+bd+(xoff/2)-1, y+bd+(5*yoff/4)-1 [all...] |
| /onnv/onnv-gate/usr/src/cmd/graph/ |
| graph.c | 49 float xoff; /*screen offset fraction*/ member in struct:xy 230 if(!numb(&xd.xoff, &argc, &argv)) 234 if(!numb(&yd.xoff,&argc,&argv)) 528 p->xbot = bot + edge*p->xoff;
|
| /onnv/onnv-gate/usr/src/cmd/file/ |
| file.c | 1555 off_t xoff, xoff_end; local [all...] |