| /netbsd/src/lib/libc/gen/ |
| D | sysctlgetmibinfo.c | 392 char *cname, size_t *csz, struct sysctlnode **rnode, int v) in sysctlgetmibinfo() argument 398 rc = sysctlgetmibinfo_unlocked(gname, iname, namelenp, cname, csz, in sysctlgetmibinfo() 407 char *cname, size_t *csz, struct sysctlnode **rnode, in sysctlgetmibinfo_unlocked() argument 492 COPY_OUT_DATA(piece, cname, csz, namelenp, nl); in sysctlgetmibinfo_unlocked() 498 COPY_OUT_DATA(token, cname, csz, namelenp, nl); in sysctlgetmibinfo_unlocked() 528 COPY_OUT_DATA(token, cname, csz, namelenp, nl); in sysctlgetmibinfo_unlocked() 534 COPY_OUT_DATA(token, cname, csz, namelenp, nl); in sysctlgetmibinfo_unlocked() 540 COPY_OUT_DATA(token, cname, csz, namelenp, nl); in sysctlgetmibinfo_unlocked() 554 COPY_OUT_DATA(token, cname, csz, namelenp, nl); in sysctlgetmibinfo_unlocked() 577 COPY_OUT_DATA(token, cname, csz, namelenp, nl); in sysctlgetmibinfo_unlocked() [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| D | gcc_compat.c | 474 int sz, coff, csz, al, oal, mxal; in gcc_tcattrfix() local 483 coff = csz = 0; in gcc_tcattrfix() 495 if (coff > csz) in gcc_tcattrfix() 496 csz = coff; in gcc_tcattrfix() 502 SETOFF(csz, mxal); /* Roundup to whatever */ in gcc_tcattrfix() 505 ap->amsize = csz; in gcc_tcattrfix()
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | term.c | 531 size_t csz, lsz, ssz; in term_word() local 694 csz = term_strlen(p, cp); in term_word() 697 csz = (*p->width)(p, uc); in term_word() 698 while (lsz >= csz) { in term_word() 703 lsz -= csz; in term_word()
|
| D | roff.c | 2051 size_t csz, namesz, rsz; in roff_block() local 2118 csz = mandoc_asprintf(&call, ".%.*s \\$* \\\"\n", in roff_block() 2120 roff_setstrn(&r->strtab, name, namesz, call, csz, 0); in roff_block() 2127 csz = mandoc_asprintf(&call, ".%.*s \\$* \\\"\n", in roff_block() 2129 roff_setstrn(&r->strtab, name, namesz, call, csz, 0); in roff_block()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| D | gcc_compat.c | 581 int sz, coff, csz, al, oal, mxal; in gcc_tcattrfix() local 592 coff = csz = 0; in gcc_tcattrfix() 604 if (coff > csz) in gcc_tcattrfix() 605 csz = coff; in gcc_tcattrfix() 611 SETOFF(csz, mxal); /* Roundup to whatever */ in gcc_tcattrfix() 614 ap->amsize = csz; in gcc_tcattrfix()
|
| /netbsd/src/common/lib/libprop/ |
| D | prop_object.c | 965 unsigned int csz; in _prop_object_internalize_decode_string_json() local 978 csz = 1; in _prop_object_internalize_decode_string_json() 1011 src, c, &csz); in _prop_object_internalize_decode_string_json() 1025 for (unsigned int i = 0; i < csz; i++) { in _prop_object_internalize_decode_string_json()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | init.cc | 2965 unsigned HOST_WIDE_INT csz = tree_to_uhwi (cookie_size); in build_new_constexpr_heap_type() local 2966 csz /= int_size_in_bytes (sizetype); in build_new_constexpr_heap_type() 2967 tree itype1 = build_index_type (size_int (csz - 1)); in build_new_constexpr_heap_type()
|
| D | constexpr.cc | 6476 unsigned HOST_WIDE_INT csz = cookie_size ? tree_to_uhwi (cookie_size) : 0; in build_new_constexpr_heap_type() local 6524 gcc_assert (fsz >= csz); in build_new_constexpr_heap_type() 6525 fsz -= csz; in build_new_constexpr_heap_type()
|