| /src/usr.bin/sortinfo/ |
| sortinfo.c | 58 static size_t nsections, maxsections; variable 63 if (nsections >= maxsections) { 67 slist[nsections].name = line; 68 slist[nsections].nlines = 0; 69 slist[nsections].maxlines = 20; 70 slist[nsections].lines = ecalloc(slist[nsections].maxlines, 71 sizeof(*slist[nsections].lines)); 72 return &slist[nsections++]; 157 qsort(slist, nsections, sizeof(*slist), compsection) [all...] |
| /src/sys/dev/dtv/ |
| dtvvar.h | 94 unsigned int nsections; member in struct:dtv_demux::__anon2554
|
| /src/external/gpl3/binutils/dist/binutils/ |
| coffgrok.h | 65 int nsections; member in struct:coff_ofile
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| coffgrok.h | 65 int nsections; member in struct:coff_ofile
|
| /src/sys/arch/shark/ofw/ |
| ofw.c | 1437 int nsections = tp->size / L1_S_SIZE; local 1439 while (nsections--) {
|
| /src/external/gpl3/binutils/dist/ld/ |
| pe-dll.c | 1933 fprintf (out, "\nSECTIONS\n\n"); 3435 bfd_vma export_rva, export_size, nsections, secptr, expptr; local 3503 nsections = pe_get16 (dll, pe_header_offset + 4 + 2, &fail); 3511 for (i = 0; i < nsections; i++) 3535 for (i = 0; i < nsections; i++)
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| pe-dll.c | 1910 fprintf (out, "\nSECTIONS\n\n"); 3433 bfd_vma export_rva, export_size, nsections, secptr, expptr; local 3501 nsections = pe_get16 (dll, pe_header_offset + 4 + 2, &fail); 3509 for (i = 0; i < nsections; i++) 3533 for (i = 0; i < nsections; i++)
|
| /src/sys/dev/pci/ |
| if_txpreg.h | 610 u_int32_t nsections; member in struct:txp_fw_file_header
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-parser.cc | 7048 int section, nsections; 7132 nsections = 3 + is_goto; 7133 for (section = 0; section < nsections; ++section) 7138 if (section == nsections) 7046 int section, nsections; local
|