Home
last modified time | relevance | path

Searched refs:full_size (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/
H A Dfallocate_punch-hole.ksh95 full_size=$(get_reported_size)
100 [[ $full_size -gt $one_hole ]] || log_fail \
101 "One hole failure: $full_size -> $one_hole"
H A Dfallocate_zero-range.ksh86 full_size=$(get_reported_size)
91 [[ $full_size -gt $one_range ]] || log_fail \
92 "One range failure: $full_size -> $one_range"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_006_pos.ksh118 full_size=$(zfs send $full_snapshot 2>&1 | wc -c)
126 log_must verify_size_estimates $options $full_size
132 log_must verify_size_estimates $options $full_size
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp57 int full_size = ::snprintf( in inet_ntop() local
61 if (full_size < static_cast<int>(size)) { in inet_ntop()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp213 const unsigned orig_size = orig->full_size(); in HandlePathDiagnostic()
214 const unsigned new_size = D->full_size(); in HandlePathDiagnostic()
1077 unsigned PathDiagnostic::full_size() { in full_size() function in PathDiagnostic
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h814 unsigned full_size();
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp13906 std::size_t full_size = 2 * tags.size(); in tagsAsString() local
13908 full_size += tag.size(); in tagsAsString()
13910 ret.reserve(full_size); in tagsAsString()