Home | History | Annotate | Download | only in tools

Lines Matching refs:DIR

103 		"\t-b, --basedir=DIR    Use an image of a module tree.\n"
612 static int cfg_files_filter_out(DIR *d, const char *dir, const char *name)
621 INF("All cfg files need .conf: %s/%s\n", dir, name);
628 dir, name);
648 const char *dir, const char *name)
654 dirlen = strlen(dir);
658 name = basename(dir);
669 (int)dirlen, dir, name);
698 memcpy(f->path, dir, dirlen);
714 DIR *d;
1111 static int depmod_modules_search_dir(struct depmod *depmod, DIR *d, size_t baselen, char *path)
1156 DIR *subdir;
1197 DIR *d = opendir(depmod->cfg->dirname);
2422 static int depfile_up_to_date_dir(DIR *d, time_t mtime, size_t baselen, char *path)
2451 DIR *subdir;
2508 DIR *d = opendir(dirname);