Searched defs:bufp (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Simple.c | 147 char* bufp; local 152 bufp = buf; 154 bufp = XtMalloc (len + 1); 155 if (bufp == NULL) { 156 bufp = buf; 157 strcpy (bufp, "The Simple Widget class method 'change_sensitive' is undefined.\nA function must be defined or inherited."); 159 (void) sprintf(bufp, fmt, c->core_class.class_name); 161 if (bufp != buf) XtFree (bufp);
|
H A D | SmeBSB.c | 594 char* bufp; local 610 bufp = buf; 612 bufp = XtMalloc (len + 1); 613 if (bufp == NULL) { 614 bufp = buf; 615 (void) sprintf (bufp, def1, smeobj); 617 (void) sprintf(bufp, fmt1, smeobj, Left, XtName(w)); 618 XtAppError(XtWidgetToApplicationContext(w), bufp); local 619 if (bufp != buf) XtFree (bufp); 651 XtAppError(XtWidgetToApplicationContext(w), bufp); local [all...] |
H A D | TextPop.c | 1185 char* bufp; local 1189 if (len < sizeof buf) bufp = buf; 1190 else bufp = XtMalloc (len + 1); 1192 if (bufp == NULL) return FALSE; 1194 (void) sprintf(bufp, "%s.%s", FORM_NAME, name); 1196 if ( (temp_widget = XtNameToWidget(shell, bufp)) != NULL) { 1200 if (bufp != buf) XtFree (bufp);
|
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/ |
H A D | sme.h | 118 volatile INT32 bufp; member in struct:_smeRegion::smeQueueEntry
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb_vis.h | 47 uchar_t *bufp; /* pointer to blit buffer */ member in struct:efb_consinfo
|
Completed in 1077 milliseconds