Home
last modified time | relevance | path

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

/NextBSD/contrib/mdocml/
HDout.c288 size_t sz, psz, ssz, d; in tblcalc_number() local
310 psz = (*tbl->slen)(buf, tbl->arg); in tblcalc_number()
318 d = ssz + psz; in tblcalc_number()
320 d = sz + psz; in tblcalc_number()
HDcgi.c54 size_t psz; /* number of available manpaths */ member
462 if (req->psz > 1) { in resp_searchform()
464 for (i = 0; i < (int)req->psz; i++) { in resp_searchform()
515 for (i = 0; i < req->psz; i++) in validate_manpath()
1102 for (i = 0; i < (int)req.psz; i++) in main()
1129 (req->psz + 1) * sizeof(char *)); in pathgen()
1143 req->p[req->psz++] = dp; in pathgen()
HDtbl_term.c374 size_t sz, psz, ssz, d, padl; in tbl_number() local
389 psz = term_strlen(tp, buf); in tbl_number()
396 d = ssz + psz; in tbl_number()
398 d = sz + psz; in tbl_number()
HDmandocdb.c1890 render_string(char **public, size_t *psz) in render_string() argument
1906 ssz = *psz; in render_string()
1910 while (scp < src + *psz) { in render_string()
1995 *psz = dsz; in render_string()
2000 while (*psz > 0 && (*public)[*psz - 1] == ' ') in render_string()
2001 --*psz; in render_string()
2003 (*public)[*psz] = '\0'; in render_string()
/NextBSD/contrib/one-true-awk/
HDlex.c101 int gettok(char **pbuf, int *psz) /* get next input token */ in gettok() argument
105 int sz = *psz; in gettok()
160 *psz = sz; in gettok()
/NextBSD/sys/boot/ficl/
HDficl.h320 #define SI_PSZ(si, psz) \ argument
321 {si.cp = psz; si.count = (FICL_COUNT)strlen(psz);}
/NextBSD/sys/arm64/arm64/
HDgic_v3_its.c334 uint64_t type, esize, cache, share, psz; in its_alloc_tables() local
388 psz = GITS_BASER_PSZ_4K; in its_alloc_tables()
391 psz = GITS_BASER_PSZ_4K; in its_alloc_tables()
394 psz = GITS_BASER_PSZ_64K; in its_alloc_tables()
416 (psz << GITS_BASER_PSZ_SHIFT) | in its_alloc_tables()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c898 uintptr_t psz = sizeof (void *); in dtrace_canload() local
919 if (DTRACE_INRANGE(addr, sz, &vp->v_path, psz)) in dtrace_canload()
927 if (DTRACE_INRANGE(addr, sz, &vp->v_op, psz)) in dtrace_canload()
932 DTRACE_INRANGE(addr, sz, &op->vnop_name, psz)) { in dtrace_canload()