Searched refs:bsz (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/mandoc/ |
H A D | manpath.c | 47 size_t sz, bsz; in manpath_parse() local 70 bsz = 0; in manpath_parse() 75 buf = mandoc_realloc(buf, bsz + 1024); in manpath_parse() 76 sz = fread(buf + bsz, 1, 1024, stream); in manpath_parse() 77 bsz += sz; in manpath_parse() 81 bsz && '\n' == buf[bsz - 1]) { in manpath_parse() 82 buf[bsz - 1] = '\0'; in manpath_parse()
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | nhash.c | 76 init_cache(Cache **cp, int hsz, int bsz, in init_cache() argument 90 (*cp)->bsz = bsz; in init_cache() 125 (Item **) malloc(sizeof (*bp->itempp) * cp->bsz); in add_cache() 130 bp->nalloc + cp->bsz, in add_cache() 135 (bp->nalloc + cp->bsz))) != NULL) { in add_cache() 153 bp->nalloc += cp->bsz; in add_cache()
|
H A D | nhash.h | 56 int bsz; member 66 extern int init_cache(Cache **cp, int hsz, int bsz,
|
/titanic_50/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.c | 384 size_t sz, bsz; in findroot() local 418 bsz = strlen(BOOTSIGN_DIR "/"); in findroot() 419 if (bsz + sz + 1 > sizeof (barg->gb_bootsign)) in findroot() 422 bcopy(BOOTSIGN_DIR "/", barg->gb_bootsign, bsz); in findroot() 423 bcopy(sign, barg->gb_bootsign + bsz, sz); in findroot() 424 barg->gb_bootsign [bsz + sz] = 0; in findroot()
|
/titanic_50/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc.c | 2886 fhc_cvt_size(uint64_t bsz) in fhc_cvt_size() argument 2891 bsz /= 64; in fhc_cvt_size() 2892 while (bsz) { in fhc_cvt_size() 2894 bsz /= 2; in fhc_cvt_size()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 1142 size_t asz, bsz; in type_equals() local 1153 (bsz = mdb_ctf_type_size(b)) == -1UL || in type_equals() 1156 asz != bsz || akind != bkind) { in type_equals()
|