Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.c553 size_t csz, lsz, ssz; in term_word() local
739 csz = term_strlen(p, cp); in term_word()
742 csz = (*p->width)(p, uc); in term_word()
743 while (lsz >= csz) { in term_word()
748 lsz -= csz; in term_word()
H A Droff.c2136 size_t csz, namesz, rsz; in roff_block() local
2203 csz = mandoc_asprintf(&call, ".%.*s \\$* \\\"\n", in roff_block()
2205 roff_setstrn(&r->strtab, name, namesz, call, csz, 0); in roff_block()
2212 csz = mandoc_asprintf(&call, ".%.*s \\$* \\\"\n", in roff_block()
2214 roff_setstrn(&r->strtab, name, namesz, call, csz, 0); in roff_block()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8188 unsigned int *namelenp, char *cname, SIZE_T *csz, void **rnode,
8192 csz, rnode, v);
8197 if (csz)
8198 COMMON_INTERCEPTOR_READ_RANGE(ctx, csz, sizeof(*csz));
8201 int res = REAL(sysctlgetmibinfo)(sname, name, namelenp, cname, csz, rnode, v);
8208 if (csz) {
8209 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, csz, sizeof(*csz));
8211 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, cname, *csz);