Searched refs:bufsize (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpssysops.psw139 defineps PSversion(int bufsize | char buf[bufsize])
H A Ddpssysops.psw138 defineps DPSversion(DPSContext ctxt; int bufsize | char buf[bufsize])
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c98 int bufsize; /* size allocated for buf */ member in struct:dmdata
305 dmd->bufsize = BUFLEN;
306 dmd->buf = malloc(dmd->bufsize);
318 if (bufLen > (dmd->bufsize/2)) {
319 dmd->bufsize += BUFLEN;
320 dmd->buf = realloc(dmd->buf, dmd->bufsize);
324 dmd->bufsize - bufLen - 1);
379 while (s < (dmd->buf + dmd->bufsize)) {
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_vis.h28 #define DEFCHAR_WIDTH 16 /* Default char wid. (optimize blit bufsize) */
29 #define DEFCHAR_HEIGHT 22 /* Default char ht. (ptimize blit bufsize) */
46 uint32_t bufsize; /* size of blitbuf (can grow) */ member in struct:efb_consinfo
H A Defb_vis.c124 efb_priv->consinfo.bufsize = DEFCHAR_SIZE * EFB_MAX_PIXBYTES;
126 kmem_zalloc(efb_priv->consinfo.bufsize, KM_SLEEP);
382 efb_priv->consinfo.bufsize);
384 efb_priv->consinfo.bufsize = 0;
574 if (image_size > efb_priv->consinfo.bufsize) {
582 kmem_free(tmp, efb_priv->consinfo.bufsize);
584 efb_priv->consinfo.bufsize = image_size;
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c392 size_t bufsize = strlen(buf); local
408 if (bufsize && (buf[bufsize - 1] == '\n')) {
409 buf[bufsize - 1] = 0;
410 bufsize--;
413 if (bufsize && (buf[bufsize - 1] == ':'))
414 buf[bufsize - 1] = 0;
421 if (bufsize && (buf[bufsize
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsclient.h135 extern void DPSversion(DPSContext ctxt, int bufsize, char buf[]);
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c462 int bufsize = BUFSIZ; local
526 if (buflen + appendsize >= bufsize) {
532 newsize = bufsize + appendsize;
534 newsize = bufsize + BUFSIZ;
540 bufsize = newsize;
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Ddga_ab.c55 #define GET_SW_HW_BUFFER(dgawin_buf, fname, bufsize) \
56 bufferp = (dga_buffer)get_specified_buffer((char *)fname, bufsize); \
59 (dgawin_buf)->buf_size = bufsize; \

Completed in 23 milliseconds