Searched refs:nbytes (Results 1 - 7 of 7) sorted by relevance

/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DAllPlanes.c127 long nbytes; local
147 nbytes = ((long) n) << 2;
152 if (nbytes > 4) {
153 Data16(dpy, (short *) (points + 1), nbytes - 4);
156 Data16(dpy, (short *) points, nbytes);
H A DTransOvl.c240 unsigned long nbytes; local
258 nbytes = numPairs * sizeof(XOvlVisPair);
260 vispairs = (XOvlVisPair *)Xmalloc(nbytes);
287 nbytes = numPairs * sizeof(XOvlVidPair);
288 _XEatData(dpy, nbytes);
301 nbytes = numPairs * sizeof(XOvlVidPair);
302 _XEatData(dpy, nbytes);
1152 long nbytes; local
1176 nbytes = (long)rep.length << 2;
1177 data = Xmalloc((size_t)nbytes);
[all...]
/solaris-x11-s11/open-src/lib/libX11/sun-src/src/
H A DXInteractive.c146 char *buf, int nbytes)
153 buf, nbytes);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c1439 char *_XAllocScratch (Display *dpy, unsigned long nbytes) argument
1441 if (nbytes > dpy->scratch_length) {
1443 if (dpy->scratch_buffer = Xmalloc((unsigned) nbytes))
1444 dpy->scratch_length = nbytes;
1763 register int nbytes; local
1764 nbytes = read(fd, base, len);
1765 if (nbytes < 0 && total == 0) return -1;
1766 if (nbytes <= 0) return total;
1768 len -= nbytes;
1769 total += nbytes;
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextAction.c240 int nbytes; local
244 char *line = XFetchBuffer(XtDisplay(w), &nbytes, buffer);
245 if (length = nbytes)
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolprotocol.c319 REQUEST_FIXED_SIZE(xInternAtomReq, stuff->nbytes);
326 atom = MakeAtom(tchar, stuff->nbytes, !stuff->onlyIfExists);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextAction.c308 int nbytes; local
312 char *line = XFetchBuffer(XtDisplay(w), &nbytes, buffer);
313 if (length = nbytes)

Completed in 1406 milliseconds