Lines Matching defs:file
71 /* Number of errors ignored during the file tree walk. */
208 static int check_excluded(const char *file)
213 if (strncmp(file, exclude_lst[i].directory,
215 if (file[exclude_lst[i].size] == 0 ||
216 file[exclude_lst[i].size] == '/')
237 * Searches /proc/mounts for all file systems that do not support extended
240 * approximate total file count.
425 char *file; /* full pathname */
437 static int filespec_add(ino_t ino, const char *con, const char *file,
457 ret = lstat64(fl->file, &sb);
460 free(fl->file);
461 fl->file = strdup(file);
462 if (!fl->file)
475 file, fl->file, fl->con);
476 free(fl->file);
477 fl->file = strdup(file);
478 if (!fl->file)
502 fl->file = strdup(file);
503 if (!fl->file)
578 free(tmp->file);
1489 "Error obtaining file context handle: %m\n");