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

/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimLcIm.c518 char *tmpcachedir = NULL; local in function:_XimCreateDefaultTree
558 tmpcachedir = strdup (cachedir);
559 intname = tmpcachedir + (c-cachedir) + 1;
560 tmpcachedir[c-cachedir] = '\0';
561 cachedir = tmpcachedir;
570 Xfree (tmpcachedir);
585 tmpcachedir = cachedir = Xmalloc (hl+strlen(XIM_HOME_CACHE_DIR)+1);
593 Xfree (tmpcachedir);
605 Xfree (tmpcachedir);
620 Xfree (tmpcachedir);
[all...]

Completed in 3 milliseconds