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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontCreato.c640 char *spaceName; local
653 spaceName = (char *) XtMalloc(strlen(name) + 4);
654 spaceName[0] = spaceName[1] = spaceName[2] = ' ';
655 strcpy(spaceName+3, name);
656 newb->CS_space_blend_name = CS(spaceName, (Widget) fc);
657 XtFree((XtPointer) spaceName);

Completed in 10 milliseconds