Searched refs:gcount (Results 1 – 7 of 7) 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/ |
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 | 3367 uint_t i, gcount; in spa_try_repair() local 3377 &glist, &gcount) != 0) in spa_try_repair() 3380 vd = kmem_zalloc(gcount * sizeof (vdev_t *), KM_SLEEP); in spa_try_repair() 3384 for (i = 0; i < gcount; i++) { in spa_try_repair() 3405 for (extracted = 0, i = 0; i < gcount; i++) { in spa_try_repair() 3418 if (!attempt_reopen || gcount == extracted) { in spa_try_repair() 3419 for (i = 0; i < gcount; i++) in spa_try_repair() 3425 kmem_free(vd, gcount * sizeof (vdev_t *)); in spa_try_repair()
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 1534 return yyin.gcount();
|