| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | vmsdbgout.c | 570 int totsize = 0; in write_modbeg() local 599 totsize += write_debug_header (&modbeg.dst_a_modbeg_header, in write_modbeg() 601 totsize += write_debug_data1 (*((char *) &modbeg.dst_b_modbeg_flags), in write_modbeg() 603 totsize += write_debug_data1 (modbeg.dst_b_modbeg_unused, in write_modbeg() 605 totsize += write_debug_data4 (modbeg.dst_l_modbeg_language, in write_modbeg() 607 totsize += write_debug_data2 (modbeg.dst_w_version_major, in write_modbeg() 609 totsize += write_debug_data2 (modbeg.dst_w_version_minor, in write_modbeg() 611 totsize += write_debug_data1 (modbeg.dst_b_modbeg_name, in write_modbeg() 613 totsize += write_debug_string (module_name, "module name", dosizeonly); in write_modbeg() 614 totsize += write_debug_data1 (mb_trlr.dst_b_compiler, in write_modbeg() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | vmsdbgout.cc | 571 int totsize = 0; in write_modbeg() local 600 totsize += write_debug_header (&modbeg.dst_a_modbeg_header, in write_modbeg() 602 totsize += write_debug_data1 (*((char *) &modbeg.dst_b_modbeg_flags), in write_modbeg() 604 totsize += write_debug_data1 (modbeg.dst_b_modbeg_unused, in write_modbeg() 606 totsize += write_debug_data4 (modbeg.dst_l_modbeg_language, in write_modbeg() 608 totsize += write_debug_data2 (modbeg.dst_w_version_major, in write_modbeg() 610 totsize += write_debug_data2 (modbeg.dst_w_version_minor, in write_modbeg() 612 totsize += write_debug_data1 (modbeg.dst_b_modbeg_name, in write_modbeg() 614 totsize += write_debug_string (module_name, "module name", dosizeonly); in write_modbeg() 615 totsize += write_debug_data1 (mb_trlr.dst_b_compiler, in write_modbeg() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | fnmatch.c | 289 size_t totsize; in fnmatch() local 305 totsize = patsize + strsize; in fnmatch() 306 if (__builtin_expect (! (patsize <= totsize in fnmatch() 307 && totsize <= SIZE_MAX / sizeof (wchar_t)), in fnmatch() 315 if (__builtin_expect (totsize < ALLOCA_LIMIT, 1)) in fnmatch() 316 wpattern = (wchar_t *) alloca (totsize * sizeof (wchar_t)); in fnmatch() 319 wpattern = malloc (totsize * sizeof (wchar_t)); in fnmatch() 336 if (__builtin_expect (! (totsize < ALLOCA_LIMIT), 0)) in fnmatch()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | fnmatch.c | 316 size_t totsize; in fnmatch() local 332 totsize = patsize + strsize; in fnmatch() 333 if (__builtin_expect (! (patsize <= totsize in fnmatch() 334 && totsize <= SIZE_MAX / sizeof (wchar_t)), in fnmatch() 342 if (__builtin_expect (totsize < ALLOCA_LIMIT, 1)) in fnmatch() 343 wpattern = (wchar_t *) alloca (totsize * sizeof (wchar_t)); in fnmatch() 346 wpattern = malloc (totsize * sizeof (wchar_t)); in fnmatch() 363 if (__builtin_expect (! (totsize < ALLOCA_LIMIT), 0)) in fnmatch()
|
| /netbsd-src/usr.sbin/diskpart/ |
| H A D | diskpart.c | 127 off_t totsize = 0; in main() local 142 totsize = strtoul(optarg, &lp, 10); in main() 185 totsize == 0) { in main() 198 if (totsize != 0) { in main() 199 dp->d_ncylinders = howmany(totsize, spc); in main() 200 badsecttable = spc * dp->d_ncylinders - totsize; in main() 243 if (totsize || !pflag) in main() 245 if (totsize) in main()
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | strcache.c | 186 int totsize = 0, avgsize, maxsize = 0, minsize = bufsize; in strcache_print_stats() local 198 totsize += sz; in strcache_print_stats() 207 avgsize = numbuffs ? (int)(totsize / numbuffs) : 0; in strcache_print_stats() 213 prefix, totsize, maxsize, minsize, avgsize); in strcache_print_stats()
|
| /netbsd-src/usr.sbin/lpr/common_source/ |
| H A D | displayq.c | 81 static long totsize; /* total print job size in bytes */ variable 104 totsize = 0; in displayq() 357 printf("%ld bytes\n", totsize); in inform() 358 totsize = 0; in inform() 438 totsize += copies * (long)lbuf.st_size; in dump()
|
| /netbsd-src/usr.sbin/rpc.pcnfsd/ |
| H A D | pcnfsd_print.c | 647 char *totsize; in build_pr_queue() local 675 totsize = strtok(NULL, delims); in build_pr_queue() 676 if (!totsize) in build_pr_queue() 694 curr->size = strdup(totsize); in build_pr_queue() 727 char *totsize; in build_pr_queue() local 754 totsize = &buff[SIZECOL - 1]; in build_pr_queue() 756 cp = totsize; in build_pr_queue() 793 curr->size = strdup(totsize); in build_pr_queue()
|
| /netbsd-src/sys/arch/xen/xen/ |
| H A D | xennetback_xenbus.c | 1079 size_t goff, segoff, segsize, take, totsize; in xennetback_rx_copy_queue() local 1102 totsize = xst0->xs_m->m_pkthdr.len; in xennetback_rx_copy_queue() 1115 KASSERT(take <= totsize); in xennetback_rx_copy_queue() 1132 totsize -= take; in xennetback_rx_copy_queue() 1134 if (goff == PAGE_SIZE && totsize > 0) { in xennetback_rx_copy_queue() 1157 KASSERT(totsize == 0); in xennetback_rx_copy_queue()
|
| /netbsd-src/sys/dev/i2o/ |
| H A D | iop.c | 1298 int rv, totsize; in iop_field_set() local 1301 totsize = sizeof(*pgop) + size; in iop_field_set() 1304 pgop = malloc(totsize, M_DEVBUF, M_WAITOK); in iop_field_set() 1320 iop_msg_map(sc, im, mb, pgop, totsize, 1, NULL); in iop_field_set() 1382 int rv, totsize; in iop_table_add_row() local 1385 totsize = sizeof(*pgop) + sizeof(u_int16_t) * 2 + size; in iop_table_add_row() 1388 pgop = malloc(totsize, M_DEVBUF, M_WAITOK); in iop_table_add_row() 1406 iop_msg_map(sc, im, mb, pgop, totsize, 1, NULL); in iop_table_add_row()
|