Home
last modified time | relevance | path

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

/openbsd/usr.sbin/acme-client/
H A Dfileproc.c97 size_t chsz, csz; in fileproc() local
189 if ((csr = readbuf(certsock, COMM_CSR, &csz)) == NULL) in fileproc()
193 if (!serialise(certfile, csr, csz, NULL, 0)) in fileproc()
206 if (!serialise(fullchainfile, csr, csz, ch, in fileproc()
/openbsd/usr.bin/mandoc/
H A Dterm.c551 size_t csz, lsz, ssz; in term_word() local
737 csz = term_strlen(p, cp); in term_word()
740 csz = (*p->width)(p, uc); in term_word()
741 while (lsz >= csz) { in term_word()
746 lsz -= csz; in term_word()
H A Droff.c2134 size_t csz, namesz, rsz; in roff_block() local
2201 csz = mandoc_asprintf(&call, ".%.*s \\$* \\\"\n", in roff_block()
2203 roff_setstrn(&r->strtab, name, namesz, call, csz, 0); in roff_block()
2210 csz = mandoc_asprintf(&call, ".%.*s \\$* \\\"\n", in roff_block()
2212 roff_setstrn(&r->strtab, name, namesz, call, csz, 0); in roff_block()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8284 unsigned int *namelenp, char *cname, SIZE_T *csz, void **rnode,
8288 csz, rnode, v);
8293 if (csz)
8294 COMMON_INTERCEPTOR_READ_RANGE(ctx, csz, sizeof(*csz));
8297 int res = REAL(sysctlgetmibinfo)(sname, name, namelenp, cname, csz, rnode, v);
8304 if (csz) {
8305 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, csz, sizeof(*csz));
8307 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, cname, *csz);