Home
last modified time | relevance | path

Searched refs:badbytes (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sbin/fsck_msdosfs/
Dcheck.c58 int64_t badbytes; in checkfilesys() local
135 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys()
143 humanize_number(badstr, sizeof(badstr), badbytes, "", in checkfilesys()
157 (intmax_t)badbytes / 1024, boot.NumBad); in checkfilesys()
/third_party/curl/lib/
Durlapi.c586 static const char badbytes[]={ in junkscan() local
594 size_t nfine = strcspn(part, badbytes); in junkscan()
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py2046 badbytes = raw.item[0].message.replace(
2051 message2.MergeFromString(badbytes)