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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DVendor.c242 static char *mbs = NULL; local
258 mbs = XtRealloc(mbs, len + 1); /* keep buffer because no one call free :( */
259 strcpy(mbs, *list);
261 toVal->addr = (XtPointer)mbs;

Completed in 10 milliseconds