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

/opensolaris-onvv-gate/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);
/opensolaris-onvv-gate/usr/src/cmd/sysdef/
H A Dsysdef.c534 int n_dirs = 0; local
563 n_dirs++;
567 if (((inodes = (ino_t *)malloc(n_dirs * sizeof (ino_t))) == NULL) ||
568 ((dirs = (char **)malloc(n_dirs * sizeof (char *))) == NULL)) {
579 for (i = 0; i < n_dirs; i++) {
/opensolaris-onvv-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c107 n_files = n_dirs = 0;
139 n_dirs++;
615 lviup->lvidiu_ndirs != n_dirs ||
621 lviup->lvidiu_ndirs = n_dirs;
H A Dfsck.h209 daddr_t n_dirs; /* number of dirs in use */ variable
H A Dmain.c261 pwarn(gettext("%d files, %d dirs, %d used, %d free\n"), n_files, n_dirs,

Completed in 106 milliseconds