Searched refs:BSZ (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/tail/
H A Dreverse.c188 #define BSZ (128 * 1024) macro
196 (tl->l = malloc(BSZ)) == NULL) {
213 len < BSZ && (ch = getc(fp)) != EOF; ++len)
/illumos-gate/usr/src/lib/libpkg/common/
H A Dncgrpw.c46 #define BSZ 4 macro
123 if (init_cache(&grnam_cache, HASHSIZE, BSZ,
190 if (init_cache(&pwnam_cache, HASHSIZE, BSZ,
282 if (init_cache(&grgid_cache, HASHSIZE, BSZ,
346 if (init_cache(&pwuid_cache, HASHSIZE, BSZ,
/illumos-gate/usr/src/cmd/svr4pkg/pkgparam/
H A Dpkgparam.c57 #define BSZ 4 macro
/illumos-gate/usr/src/cmd/ldap/common/
H A Dconvutf8.c562 #define BSZ 256 macro
568 char buf[BSZ];
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c76 #define BSZ 128 macro
230 char buf[BSZ];
264 while (fgets(buf, BSZ, fp) != NULL) {
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_db.c45 #define BSZ 4 macro
125 len = init_cache(&med_db_cache, HASHSIZE, BSZ, med_hash,

Completed in 76 milliseconds