Searched refs:n_files (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sbin/fsck/ |
| HD | main.c | 286 n_files, n_blks, n_ffree + sblock.fs_frag * n_bfree); in checkfilesys() 290 (n_files -= maxino - UFS_ROOTINO - sblock.fs_cstotal.cs_nifree)) in checkfilesys() 291 printf("%d files missing\n", n_files); in checkfilesys()
|
| HD | pass1.c | 48 ufs_daddr_t n_files; /* number of files in use */ variable 87 n_files = n_blks = 0; in pass1() 287 n_files++; in checkinode()
|
| HD | inode.c | 457 n_files--; in clri() 610 n_files++; in allocino() 635 n_files--; in freeino()
|
| HD | fsck.h | 225 extern ufs_daddr_t n_files; /* number of files in use */
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | completer.c | 189 int n_syms, n_files, ix; in VEC() local 277 n_files = VEC_length (char_ptr, fn_list); in VEC() 293 if (n_syms && n_files) in VEC() 297 else if (n_files) in VEC()
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | dwarf.c | 4290 unsigned int n_files = 0; in display_debug_lines_decoded() local 4424 READ_ULEB (n_files, data, end); in display_debug_lines_decoded() 4431 file_table = (File_Entry *) xcalloc (1, n_files in display_debug_lines_decoded() 4434 for (entryi = 0; entryi < n_files; entryi++) in display_debug_lines_decoded() 4550 n_files++; in display_debug_lines_decoded() 4556 n_files = 0; in display_debug_lines_decoded() 4561 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded() 4699 (file_table, (n_files + 1) * sizeof (File_Entry)); in display_debug_lines_decoded() 4703 file_table[n_files].name = op_code_data; in display_debug_lines_decoded() 4706 READ_ULEB (file_table[n_files].directory_index, in display_debug_lines_decoded() [all …]
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | dwarf.c | 3213 unsigned int n_files = 0; in display_debug_lines_decoded() local 3300 n_files++; in display_debug_lines_decoded() 3304 file_table = (File_Entry *) xmalloc (n_files * sizeof (File_Entry)); in display_debug_lines_decoded() 3424 (file_table, (n_files + 1) * sizeof (File_Entry)); in display_debug_lines_decoded() 3428 file_table[n_files].name = op_code_data; in display_debug_lines_decoded() 3431 file_table[n_files].directory_index = in display_debug_lines_decoded() 3436 file_table[n_files].modification_date = in display_debug_lines_decoded() 3441 file_table[n_files].length = in display_debug_lines_decoded() 3445 n_files++; in display_debug_lines_decoded() 3646 n_files = 0; in display_debug_lines_decoded()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc.c | 4893 int n_files = 0; in do_spec_1() local 4898 n_files++; in do_spec_1() 4900 argv = (char **) alloca (sizeof (char *) * (n_files + 1)); in do_spec_1() 5005 int n_files, j; in do_spec_1() local 5010 for (n_files = 0, i = 0; i < max; i++) in do_spec_1() 5011 n_files += outfiles[i] != NULL; in do_spec_1() 5013 argv = (char **) alloca (sizeof (char *) * (n_files + 1)); in do_spec_1()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcc.c | 5562 int n_files = 0; in do_spec_1() local 5567 n_files++; in do_spec_1() 5569 argv = (char **) alloca (sizeof (char *) * (n_files + 1)); in do_spec_1() 5674 int n_files, j; in do_spec_1() local 5679 for (n_files = 0, i = 0; i < max; i++) in do_spec_1() 5680 n_files += outfiles[i] != NULL; in do_spec_1() 5682 argv = (char **) alloca (sizeof (char *) * (n_files + 1)); in do_spec_1()
|