Home
last modified time | relevance | path

Searched refs:n_dirs (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/krb5/ss/
H A Dhelp.c114 int n_dirs; local
128 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);
/titanic_41/usr/src/cmd/sysdef/
H A Dsysdef.c534 int n_dirs = 0; in modules() local
563 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()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c107 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()
H A Dmain.c261 pwarn(gettext("%d files, %d dirs, %d used, %d free\n"), n_files, n_dirs, in checkfilesys()
H A Dfsck.h209 daddr_t n_dirs; /* number of dirs in use */ variable