HomeSort by: relevance | last modified time | path
    Searched defs:ndirs (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_ext2fs/
pass5.c 109 u_int32_t ndirs = 0; local
113 ndirs = 0;
156 ndirs++;
193 cs_ndir += ndirs;
197 fs2h16(fs->e2fs_gd[c].ext2bgd_ndirs) != ndirs)) {
205 ndirs);
211 fs2h16(fs->e2fs_gd[c].ext2bgd_ndirs) != ndirs) &&
215 fs->e2fs_gd[c].ext2bgd_ndirs = h2fs16(ndirs);
  /src/usr.sbin/makefs/
udf.c 320 uint32_t ndirs; member in struct:udf_stats
704 stats->ndirs++;
1064 printf("ndirs %d\n", stats->ndirs);
1166 fsopts->inodes = stats->nfiles + stats->ndirs;
1262 context.num_directories = stats.ndirs;
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 12595 int ndirs;
12677 ndirs = 1;
12680 if (files[i].fname - files[i].path == dirs[ndirs - 1].length
12681 && memcmp (dirs[ndirs - 1].path, files[i].path,
12682 dirs[ndirs - 1].length) == 0)
12685 files[i].dir_idx = ndirs - 1;
12686 ++dirs[ndirs - 1].count;
12693 dirs[ndirs].path = files[i].path;
12694 dirs[ndirs].length = files[i].fname - files[i].path;
12695 dirs[ndirs].count = 1
12583 int ndirs; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 12553 int ndirs;
12635 ndirs = 1;
12638 if (files[i].fname - files[i].path == dirs[ndirs - 1].length
12639 && memcmp (dirs[ndirs - 1].path, files[i].path,
12640 dirs[ndirs - 1].length) == 0)
12643 files[i].dir_idx = ndirs - 1;
12644 ++dirs[ndirs - 1].count;
12651 dirs[ndirs].path = files[i].path;
12652 dirs[ndirs].length = files[i].fname - files[i].path;
12653 dirs[ndirs].count = 1
12541 int ndirs; local
    [all...]

Completed in 51 milliseconds