Searched defs:n_dirs (Results 1 - 3 of 3) sorted by relevance

/illumos-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);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dfsck.h209 daddr_t n_dirs; /* number of dirs in use */ variable
/illumos-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++) {

Completed in 55 milliseconds