Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dterm.c528 size_t csz, lsz, ssz; in term_word() local
693 csz = term_strlen(p, cp); in term_word()
696 csz = (*p->width)(p, uc); in term_word()
697 while (lsz >= csz) { in term_word()
702 lsz -= csz; in term_word()
H A Droff.c2150 size_t csz, namesz, rsz; in roff_block() local
2217 csz = mandoc_asprintf(&call, ".%.*s \\$* \\\"\n", in roff_block()
2219 roff_setstrn(&r->strtab, name, namesz, call, csz, 0); in roff_block()
2226 csz = mandoc_asprintf(&call, ".%.*s \\$* \\\"\n", in roff_block()
2228 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.inc8174 unsigned int *namelenp, char *cname, SIZE_T *csz, void **rnode,
8178 csz, rnode, v);
8183 if (csz)
8184 COMMON_INTERCEPTOR_READ_RANGE(ctx, csz, sizeof(*csz));
8187 int res = REAL(sysctlgetmibinfo)(sname, name, namelenp, cname, csz, rnode, v);
8194 if (csz) {
8195 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, csz, sizeof(*csz));
8197 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, cname, *csz);