Searched refs:BUFSIZE (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsconndi.c745 char buf[BUFSIZE];
760 if (pend > BUFSIZE) pend = BUFSIZE;
H A Dcsopendi.c409 if ((agent->bufptr = agent->buffer = Xmalloc(BUFSIZE)) == NULL) {
413 agent->bufmax = agent->buffer + BUFSIZE;
H A Dcslibint.c178 char buf[BUFSIZE];
227 else if (len > BUFSIZE)
228 len = BUFSIZE;
252 char buf[BUFSIZE];
278 if (pend > BUFSIZE)
279 pend = BUFSIZE;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c467 #define BUFSIZE 256 macro
469 char buf[BUFSIZE];
549 while ((*getsFunction)(buf, BUFSIZE, file, getsClientData) != NULL) {
591 #undef BUFSIZE macro

Completed in 40 milliseconds