Searched refs:bufptr (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/app/accessx/sun-src/
H A DAccessXlibint.h78 if ((dpy->bufptr + SIZEOF(x##name##Req)) > dpy->bufmax)\
80 req = (x##name##Req *)(dpy->last_req = dpy->bufptr);\
84 dpy->bufptr += SIZEOF(x##name##Req);\
93 if ((dpy->bufptr + SIZEOF(x/**/name/**/Req)) > dpy->bufmax)\
95 req = (x/**/name/**/Req *)(dpy->last_req = dpy->bufptr);\
99 dpy->bufptr += SIZEOF(x/**/name/**/Req);\
/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c246 void * bufptr = buf; local
260 bufptr = malloc(len);
264 ifc.lifc_buf = bufptr;

Completed in 21 milliseconds