Lines Matching defs:path
63 char *path = malloc (len);
64 if (path != NULL)
66 char *c = mempcpy (path, dir, dirlen);
71 return path;
80 char *path = malloc (len);
81 if (path != NULL)
83 char *c = mempcpy (path, debugdir, debugdirlen);
91 return path;
115 /* We only look in the standard path. And relative to the dbg file. */
139 /* Fall back on (possible relative) alt file path. */