Searched refs:n_dirs (Results 1 – 5 of 5) sorted by relevance
114 int n_dirs; local128 for (n_dirs = 0; dirs[n_dirs] != (char *)NULL; n_dirs++)131 (unsigned)(n_dirs + 2)*sizeof(char *));138 dirs[n_dirs + 1] = (char *)NULL;139 dirs[n_dirs] = malloc((unsigned)strlen(info_dir)+1);140 strcpy(dirs[n_dirs], info_dir);
534 int n_dirs = 0; in modules() local563 n_dirs++; in modules()567 if (((inodes = (ino_t *)malloc(n_dirs * sizeof (ino_t))) == NULL) || in modules()568 ((dirs = (char **)malloc(n_dirs * sizeof (char *))) == NULL)) { in modules()579 for (i = 0; i < n_dirs; i++) { in modules()
107 n_files = n_dirs = 0; in pass1()139 n_dirs++; in pass1()615 lviup->lvidiu_ndirs != n_dirs || in dolvint()621 lviup->lvidiu_ndirs = n_dirs; in dolvint()
261 pwarn(gettext("%d files, %d dirs, %d used, %d free\n"), n_files, n_dirs, in checkfilesys()
209 daddr_t n_dirs; /* number of dirs in use */ variable