Lines Matching defs:bufp
594 char* bufp;
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);
619 if (bufp != buf) XtFree (bufp);
623 bufp = buf;
625 bufp = XtMalloc (len + 1);
626 if (bufp == NULL) {
627 bufp = buf;
628 (void) sprintf (bufp, def2, smeobj);
632 if (bufp != buf) XtFree (bufp);
643 bufp = buf;
645 bufp = XtMalloc (len + 1);
646 if (bufp == NULL) {
647 bufp = buf;
648 (void) sprintf (bufp, def1, smeobj);
650 (void) sprintf(bufp, fmt1, smeobj, Right, XtName(w));
651 XtAppError(XtWidgetToApplicationContext(w), bufp);
652 if (bufp != buf) XtFree (bufp);
656 bufp = buf;
658 bufp = XtMalloc (len + 1);
659 if (bufp == NULL) {
660 bufp = buf;
661 (void) sprintf (bufp, def2, smeobj);
665 if (bufp != buf) XtFree (bufp);