Searched refs:BUFSIZ (Results 1 - 25 of 28) sorted by relevance

12

/solaris-x11-s11/open-src/app/xlswins/sun-src/
H A Dxlswins.c105 char buffer[BUFSIZ];
106 char mesg[BUFSIZ];
118 XGetErrorText(dpy, rep->error_code, buffer, BUFSIZ);
119 XGetErrorDatabaseText(dpy, mtype, "XError", "X Error", mesg, BUFSIZ);
122 mesg, BUFSIZ);
125 XGetErrorDatabaseText(dpy, "XRequest", number, "", buffer, BUFSIZ);
129 mesg, BUFSIZ);
133 mesg, BUFSIZ);
137 mesg, BUFSIZ);
141 mesg, BUFSIZ);
[all...]
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c122 static char modename[BUFSIZ]; /* BUFSIZ is 1024, defined in stdio.h */
123 static char modeclass[BUFSIZ];
404 char buffer[BUFSIZ];
405 char fullname[BUFSIZ];
406 char fullclass[BUFSIZ];
410 snprintf(fullname, BUFSIZ, "%s.%s", parentname, name);
411 snprintf(fullclass, BUFSIZ, "%s.%s", parentclass, class);
462 int bufsize = BUFSIZ;
466 appdefaults = (char *)malloc(BUFSIZ);
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextPop.c222 char buf[BUFSIZ], msg[BUFSIZ];
260 char buf[BUFSIZ];
271 while ((text.length = read(fid, buf, BUFSIZ)) > 0) {
490 char * ptr, buf[BUFSIZ];
776 char msg[BUFSIZ];
926 char msg[BUFSIZ];
952 char msg[BUFSIZ];
1105 char buf[BUFSIZ];
H A DXaw3_1AsciiSink.c234 unsigned char buf[BUFSIZ];
247 if (j >= BUFSIZ) { /* buffer full, dump the text. */
412 XawTextSourceRead(source, fromPos, &blk, BUFSIZ);
419 XawTextSourceRead(source, index, &blk, BUFSIZ);
H A DXaw3_1MenuButton.c191 char error_buf[BUFSIZ];
H A DXaw3_1Simple.c97 char buf[BUFSIZ];
H A DXaw3_1SimpleMenu.c605 char error_buf[BUFSIZ];
614 char error_buf[BUFSIZ];
822 char error_buf[BUFSIZ];
1001 char error_buf[BUFSIZ];
H A DXaw3_1AsciiSrc.c73 offset(piece_size), XtRImmediate, (XtPointer) BUFSIZ},
849 unsigned char buf[BUFSIZ];
1213 char lowerName[BUFSIZ];
H A DXaw3_1Toggle.c367 char error_buf[BUFSIZ];
H A DXaw3_1TextAction.c961 char *ptr, strbuf[BUFSIZ];
966 if ( (text.length = XLookupString (&event->xkey, strbuf, BUFSIZ,
1124 char buf[BUFSIZ];
H A DXaw3_1SmeBSB.c511 char buf[BUFSIZ];
H A DXaw3_1Text.c174 char lowerName[BUFSIZ];
210 char lowerName[BUFSIZ];
245 char lowerName[BUFSIZ];
280 char lowerName[BUFSIZ];
482 char error_buf[BUFSIZ];
H A DXaw3_1List.c270 char buf[BUFSIZ];
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibint.c1273 char buffer[BUFSIZ];
1274 char mesg[BUFSIZ];
1279 XGetErrorText(dpy, event->error_code, buffer, BUFSIZ);
1280 XGetErrorDatabaseText(dpy, mtype, "XError", "X Error", mesg, BUFSIZ);
1283 mesg, BUFSIZ);
1287 XGetErrorDatabaseText(dpy, "XRequest", number, "", buffer, BUFSIZ);
1301 mesg, BUFSIZ);
1306 XGetErrorDatabaseText(dpy, "XRequest", mesg, "", buffer, BUFSIZ);
1317 buffer, BUFSIZ); local
1332 XGetErrorDatabaseText(dpy, mtype, buffer, "", mesg, BUFSIZ);
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSink.c258 unsigned char buf[BUFSIZ];
271 if (j >= BUFSIZ) { /* buffer full, dump the text. */
436 XawTextSourceRead(source, fromPos, &blk, BUFSIZ);
443 XawTextSourceRead(source, index, &blk, BUFSIZ);
H A DMenuButton.c178 char error_buf[BUFSIZ];
H A DTextPop.c238 char buf[BUFSIZ], msg[BUFSIZ];
518 char * ptr, buf[BUFSIZ];
835 char msgbuf[BUFSIZ];
984 char msgbuf[BUFSIZ];
1020 char msgbuf[BUFSIZ];
1184 char buf[BUFSIZ];
H A DMultiSink.c285 wchar_t buf[BUFSIZ];
299 if (j >= BUFSIZ) { /* buffer full, dump the text. */
461 XawTextSourceRead(source, fromPos, &blk, BUFSIZ);
468 XawTextSourceRead(source, index, &blk, BUFSIZ);
H A DSimple.c146 char buf[BUFSIZ];
H A DSimpleMenu.c616 char error_buf[BUFSIZ];
622 char error_buf[BUFSIZ];
859 char error_buf[BUFSIZ];
1037 char error_buf[BUFSIZ];
H A DToggle.c370 char error_buf[BUFSIZ];
H A DTextAction.c1534 char *ptr, strbuf[BUFSIZ];
1541 (wchar_t*) strbuf, BUFSIZ, &keysym, (Status*) &compose_status);
1543 text.length = XLookupString ((XKeyEvent*)event, strbuf, BUFSIZ, &keysym, &compose_status);
1821 char buf[ BUFSIZ ];
H A DAsciiSrc.c77 offset(piece_size), XtRImmediate, (XtPointer) BUFSIZ},
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c619 char buf[BUFSIZ];
691 char buffer[BUFSIZ];
693 if (regexp[0] == '/' && len < BUFSIZ) {
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c379 char buf[BUFSIZ];
391 while (fgets(buf, BUFSIZ, fd) != NULL) {

Completed in 392 milliseconds

12