Searched defs:BUFLEN (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c76 #define BUFLEN 1024 macro
305 dmd->bufsize = BUFLEN;
319 dmd->bufsize += BUFLEN;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSpreview.c222 #define BUFLEN 256 macro
224 char buf[BUFLEN];
235 if ((*getsFunction)(buf, BUFLEN, file, getsClientData) == NULL) {
295 if (len == BUFLEN-1 && buf[BUFLEN-1] != '\n') continuedLine = True;
299 #undef BUFLEN macro
H A DFontSB.c1370 #define BUFLEN 256 macro
1371 char buf[BUFLEN];
1394 while (fgets(buf, BUFLEN, f) != NULL) {
1404 while (fgets(buf, BUFLEN, f) != NULL) {
1420 #undef BUFLEN macro

Completed in 1128 milliseconds