Lines Matching defs:fullpath
110 char *fullpath;
118 fullpath = xmalloc (2 + strlen (dir) + strlen (filename));
119 sprintf (fullpath, "%s/%s", dir, filename);
122 result = stat (fullpath, finfo);
125 return fullpath;
127 free (fullpath);
198 char *fullpath, *result;
201 result = fullpath = NULL;
203 fullpath
207 if (!fullpath)
210 filename = fullpath;
239 if (fullpath)
240 free (fullpath);
252 input_filename = fullpath;
253 node_filename = xstrdup (fullpath);