topo_search_path
if ((tfp->tf_filenm = topo_search_path(mod, mod->tm_rootdir, fp))
path = topo_search_path(pmod, thp->th_rootdir, (const char *)file);
path = topo_search_path(mod, thp->th_rootdir, file);
extern char *topo_search_path(topo_mod_t *, const char *, const char *);