Searched refs:ndirs (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sbin/fsck_ext2fs/
H A Dpass5.c109 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);
/netbsd-current/sys/arch/atari/stand/xxboot/fdboot/
H A Dfdboot.S49 .word 0 | ndirs
/netbsd-current/sys/arch/atari/stand/xxboot/ahdi-xxboot/
H A Dxxboot.ahdi.S49 .word 0 | ndirs
/netbsd-current/usr.sbin/makefs/
H A Dudf.c320 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;
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_alloc.c665 ext2fs_cg_update(struct m_ext2fs *fs, int cg, struct ext2_gd *gd, int nbfree, int nifree, int ndirs, daddr_t ioff) argument
701 if (ndirs) {
704 ext2bgd_ndirs += ndirs;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c12193 int ndirs;
12235 ndirs = 1;
12238 if (files[i].fname - files[i].path == dirs[ndirs - 1].length
12239 && memcmp (dirs[ndirs - 1].path, files[i].path,
12240 dirs[ndirs - 1].length) == 0)
12243 files[i].dir_idx = ndirs - 1;
12244 ++dirs[ndirs - 1].count;
12251 dirs[ndirs].path = files[i].path;
12252 dirs[ndirs].length = files[i].fname - files[i].path;
12253 dirs[ndirs]
12181 int ndirs; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc12553 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]
12541 int ndirs; local
[all...]

Completed in 342 milliseconds