Lines Matching defs:file
127 lf->fields[i].file = lf;
171 /* allocate lnstat_file and open given file */
172 static struct lnstat_file *alloc_and_open(const char *path, const char *file)
185 strcpy(lf->basename, file);
278 int lnstat_dump(FILE *outfd, struct lnstat_file *lnstat_files)
300 char *file;
304 file = strndup(name, colon-name);
307 file = NULL;
314 if (file && strcmp(file, lf->basename))
325 if (file)
326 free(file);