Searched refs:bigname (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dimage_bitmap.c84 char *bigname; local in function:FindBitmap
104 bigname = ExpandFilename(name);
105 if(!bigname) {
113 pm = XmuLocateBitmapFile(ScreenOfDisplay(dpy, Scr->screen), bigname, NULL,
115 if(pm == None && Scr->IconDirectory && bigname[0] != '/') {
120 free(bigname);
121 asprintf(&bigname, "%s/%s", Scr->IconDirectory, name);
122 if(XReadBitmapFile(dpy, Scr->Root, bigname, widthp, heightp, &pm,
127 free(bigname);
/xsrc/external/mit/twm/dist/src/
H A Dutil.c306 char *bigname; local in function:FindBitmap
344 * are used. If the bigname is different from name, bigname will need to
347 bigname = ExpandFilename(name);
348 if (!bigname)
354 pm = XmuLocateBitmapFile(ScreenOfDisplay(dpy, Scr->screen), bigname, NULL,
356 if (pm == None && Scr->IconDirectory && bigname[0] != '/') {
357 free(bigname);
361 bigname = (char *)
363 if (!bigname) {
[all...]

Completed in 5 milliseconds