Searched refs:bufp (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSimple.c147 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 DSmeBSB.c594 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 DTextPop.c1185 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/kernel/efb/src/
H A Defb_vis.h47 uchar_t *bufp; /* pointer to blit buffer */ member in struct:efb_consinfo
H A Defb_vis.c123 if (efb_priv->consinfo.bufp == NULL) {
125 efb_priv->consinfo.bufp =
380 if (efb_priv->consinfo.bufp != NULL) {
381 kmem_free(efb_priv->consinfo.bufp,
385 efb_priv->consinfo.bufp = NULL;
575 void *tmp = efb_priv->consinfo.bufp;
576 if (!(efb_priv->consinfo.bufp =
578 efb_priv->consinfo.bufp = tmp;
587 if (ddi_copyin(efb_cd.data, efb_priv->consinfo.bufp,
607 efb_draw.image = efb_priv->consinfo.bufp;
[all...]
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/
H A Dsme.h118 volatile INT32 bufp; member in struct:_smeRegion::smeQueueEntry

Completed in 1055 milliseconds