Searched refs:gcount (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/libpcap/testprogs/ |
| H A D | visopts.py | 228 def write_html(expr, gcount, logs): argument 232 …html = html_template.safe_substitute(expr=expr.encode("string-escape"), gcount=gcount, logs=json.d…
|
| /freebsd/contrib/atf/atf-sh/ |
| H A D | atf-check.cpp | 517 if ((f1.gcount() == 0) && (f2.gcount() == 0)) { in compare_files() 522 if ((f1.gcount() != f2.gcount()) || in compare_files() 523 (std::memcmp(buf1, buf2, f1.gcount()) != 0)) { in compare_files()
|
| /freebsd/contrib/kyua/utils/ |
| H A D | stream.cpp | 144 buffer.write(tmp, input.gcount()); in read_stream()
|
| /freebsd/contrib/kyua/utils/fs/ |
| H A D | operations.cpp | 344 output.write(buffer, input.gcount()); in copy()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | istream | 61 streamsize gcount() const; 258 _LIBCPP_HIDE_FROM_ABI streamsize gcount() const { return __gc_; }
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 3644 uint_t i, gcount; in spa_try_repair() local 3654 &glist, &gcount) != 0) in spa_try_repair() 3657 vd = kmem_zalloc(gcount * sizeof (vdev_t *), KM_SLEEP); in spa_try_repair() 3661 for (i = 0; i < gcount; i++) { in spa_try_repair() 3682 for (extracted = 0, i = 0; i < gcount; i++) { in spa_try_repair() 3695 if (!attempt_reopen || gcount == extracted) { in spa_try_repair() 3696 for (i = 0; i < gcount; i++) in spa_try_repair() 3702 kmem_free(vd, gcount * sizeof (vdev_t *)); in spa_try_repair()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | istream | 61 streamsize gcount() const; 266 _LIBCPP_HIDE_FROM_ABI streamsize gcount() const { return __gc_; }
|
| /freebsd/contrib/flex/src/ |
| H A D | flex.skl | 1534 return yyin.gcount();
|