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

/xsrc/external/mit/xkbcomp/dist/
H A Dxkbpath.c343 * @parameter pathRtrn Set to the full path of the given entry.
348 XkbFindFileInCache(const char *name, unsigned type, char **pathRtrn) argument
356 *pathRtrn = entry->path;
373 * pathRtrn is undefined.
376 XkbFindFileInPath(const char *name, unsigned type, char **pathRtrn) argument
405 if ((file != NULL) && (pathRtrn != NULL))
407 *pathRtrn = strdup(buf);

Completed in 2 milliseconds