Home | History | Annotate | Download | only in compose

Lines Matching defs:path

162     char *path = NULL;
184 cpath = path = get_home_xcompose_file_path();
185 if (path) {
186 file = fopen(path, "r");
190 free(path);
191 path = NULL;
193 cpath = path = get_locale_compose_file_path(table->locale);
194 if (path) {
195 file = fopen(path, "r");
199 free(path);
200 path = NULL;
214 log_dbg(ctx, "created compose table from locale %s with path %s\n",
215 table->locale, path);
217 free(path);