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

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c130 static unsigned int _warc_rdver(const char buf[10], size_t bsz);
131 static unsigned int _warc_rdtyp(const char *buf, size_t bsz);
132 static warc_string_t _warc_rduri(const char *buf, size_t bsz);
133 static ssize_t _warc_rdlen(const char *buf, size_t bsz);
134 static time_t _warc_rdrtm(const char *buf, size_t bsz);
135 static time_t _warc_rdmtm(const char *buf, size_t bsz);
136 static const char *_warc_find_eoh(const char *buf, size_t bsz);
137 static const char *_warc_find_eol(const char *buf, size_t bsz);
389 _warc_read(struct archive_read *a, const void **buf, size_t *bsz, int64_t *off) argument
399 *bsz
605 _warc_rdver(const char *buf, size_t bsz) argument
650 _warc_rdtyp(const char *buf, size_t bsz) argument
679 _warc_rduri(const char *buf, size_t bsz) argument
736 _warc_rdlen(const char *buf, size_t bsz) argument
770 _warc_rdrtm(const char *buf, size_t bsz) argument
797 _warc_rdmtm(const char *buf, size_t bsz) argument
824 _warc_find_eoh(const char *buf, size_t bsz) argument
836 _warc_find_eol(const char *buf, size_t bsz) argument
[all...]
/freebsd-10-stable/bin/pax/
H A Dpax.h89 int bsz; /* default block size. used when the user */ member in struct:fsub
H A Dar_io.c601 ar_write(char *buf, int bsz) argument
613 if ((res = write(arfd, buf, bsz)) == bsz) {
616 return(bsz);
H A Dbuf_subs.c94 wrblksz = frmt->bsz;
/freebsd-10-stable/usr.bin/sort/
H A Dfile.c79 size_t bsz; member in struct:file_reader
673 ret->bsz = 0;
676 ret->bsz = fread(ret->buffer, 1, ret->cbsz, ret->file);
677 if (ret->bsz == 0) {
723 if (fr->bsz > fr->strbeg)
724 remsz = fr->bsz - fr->strbeg;
740 if (fr->bsz != fr->cbsz)
749 bsz1 = fread(fr->buffer + fr->bsz, 1,
756 fr->bsz += bsz1;
772 fr->bsz
[all...]
/freebsd-10-stable/contrib/jemalloc/src/
H A Dstats.c335 size_t sv, bsz, ssz, sssz, cpsz; local
337 bsz = sizeof(bool);
349 if ((err = je_mallctl("opt."#n, &bv, &bsz, NULL, 0)) \
433 if ((err = je_mallctl("opt.prof", &bv, &bsz, NULL, 0)) == 0 &&

Completed in 117 milliseconds