Home
last modified time | relevance | path

Searched refs:csz (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/lib/libc/gen/
Dsysctlgetmibinfo.c392 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/
Dgcc_compat.c474 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/
Dterm.c531 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()
Droff.c2051 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/
Dgcc_compat.c581 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/
Dprop_object.c965 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/
Dinit.cc2965 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()
Dconstexpr.cc6476 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()