Home
last modified time | relevance | path

Searched full:truncation (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_checks.inc42 "implicit-unsigned-integer-truncation",
43 "implicit-unsigned-integer-truncation")
45 "implicit-signed-integer-truncation",
46 "implicit-signed-integer-truncation")
51 "implicit-signed-integer-truncation-or-sign-change",
52 "implicit-signed-integer-truncation,implicit-integer-sign-change")
/freebsd/bin/pax/
H A Dtables.h100 * in the archive when we append. We also try to handle inode truncation with
108 * only a single DLIST that has a truncation id of 0 (no inode bits were
109 * stripped for this device so far). When we spot inode truncation we create
124 struct dlist *list; /* map list based on inode truncation bits */
128 ino_t trunc_bits; /* truncation pattern for a specific map */
H A Dtables.c631 * which can be truncated. This really can foul up an archive. With truncation
633 * truncation the inodes are the same value). We address that by detecting
634 * truncation and forcing a remap of the device field to split truncated
635 * inodes away from each other. Each truncation creates a pattern of bits that
639 * truncation pattern are mapped to the same new device. Two inodes that
640 * truncate to the same value clearly will always have different truncation
642 * device truncation we remap the device number to a non truncated value.
745 * and device truncation and remap the device as required. Device mapping
768 * check for device and inode truncation, and extract the truncated in map_dev()
780 * then find the truncation bit pattern which applies in map_dev()
[all …]
/freebsd/usr.bin/jot/
H A Djot.1157 rounding or truncation will not skew the distribution of output
165 .Ss Rounding and truncation
200 the value is converted to an integer value by truncation.
239 Another way of achieving the same result is to force truncation by
/freebsd/bin/dd/
H A Dconv.c105 * Record truncation can cross block boundaries. If currently in a in block()
106 * truncation state, keep tossing characters until reach a newline. in block()
159 * block, it's a truncation. in block()
187 * Don't worry about truncation or translation, the input buffer is in block_close()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/truncate/
H A Dtruncate_002_pos.ksh38 # Tests file truncation within ZFS while a sync operation is in progress.
68 log_pass "Successful truncation while a sync operation is in progress."
/freebsd/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m4117 dnl # Check if cc supports -Wno-format-truncation option.
120 AC_MSG_CHECKING([whether $CC supports -Wno-format-truncation])
123 CFLAGS="$CFLAGS -Werror -Wno-format-truncation"
126 NO_FORMAT_TRUNCATION=-Wno-format-truncation
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def156 SANITIZER("implicit-unsigned-integer-truncation",
158 SANITIZER("implicit-signed-integer-truncation", ImplicitSignedIntegerTruncation)
159 SANITIZER_GROUP("implicit-integer-truncation", ImplicitIntegerTruncation,
/freebsd/tests/sys/cddl/zfs/tests/truncate/
H A Dtruncate_002_pos.ksh36 # Tests file truncation within ZFS while a sync operation is in progress.
75 log_pass "Successful truncation within ZFS while a sync operation is in progress."
/freebsd/crypto/krb5/src/util/support/
H A Dstrlcpy.c27 * Returns strlen(src); if retval >= siz, truncation occurred.
60 * If retval >= siz, truncation occurred.
/freebsd/contrib/bearssl/inc/
H A Dbearssl_aead.h299 * \brief Compute authentication tag (with truncation).
314 * \brief Compute and check authentication tag (with truncation).
491 * \brief Compute GCM authentication tag (with truncation).
502 * tag truncation, and in particular truncation to sizes lower than 12
524 * \brief Compute and check GCM authentication tag (with truncation).
804 * \brief Compute EAX authentication tag (with truncation).
815 * tag truncation, and in particular truncation to sizes lower than 12
837 * \brief Compute and check EAX authentication tag (with truncation).
/freebsd/usr.bin/xargs/
H A Dstrnsubst.c29 * Returns true if truncation was needed to do the replacement, false if
30 * truncation was not required.
/freebsd/crypto/openssh/.github/
H A Dconfigs112 # -Wnoformat-truncation in gcc 7.3.1 20180130 fails on fmt_scaled
115 …CFLAGS="-O2 -Wno-format-truncation -Wimplicit-fallthrough=4 -Wno-unused-parameter -Wno-unused-resu…
120 # -Wnoformat-truncation in gcc 7.3.1 20180130 fails on fmt_scaled
123 …CFLAGS="-O2 -Wno-format-truncation -Wimplicit-fallthrough=4 -Wno-unused-parameter -Wno-unused-resu…
/freebsd/contrib/ntp/libntp/
H A Dstrl_obsd.c37 * Returns strlen(src); if retval >= siz, truncation occurred.
94 * If retval >= siz, truncation occurred.
H A Dprettydate.c76 * If there is chance of truncation, try to fix it. Let the in get_struct_tm()
79 while (ts != tl) { /* truncation? */ in get_struct_tm()
/freebsd/lib/lib80211/
H A Dlib80211_ioctl.c119 assert(ireq.i_len == len); /* NB: check for 16-bit truncation */ in lib80211_get80211len()
151 assert(ireq.i_len == len); /* NB: check for 16-bit truncation */ in lib80211_set80211()
/freebsd/contrib/tcpdump/
H A DCHANGES53 Text protocols: Fix printing truncation if it is not the case.
301 ASCII/hex: Use nd_trunc_longjmp() in truncation cases
366 Start the transition to longjmp() for packet truncation handling.
1205 Fix NFS packet truncation checks.
1368 - OSPF truncation check fix. Also display the type of OSPF packets
1372 - Fix truncation check bugs in the Kerberos printer. Reported by Ezra
1429 - Suppress nfs truncation message on errors.
1448 - Fix dvmrp printer truncation checks and add a dvmrp probe printer.
1451 - Rewrite ospf printer to improve truncation checks.
1455 actually in the tcp header (in addition to the normal truncation
[all …]
H A Dnetdissect.c205 * cast the result to u_int, so that we don't get truncation in nd_push_snaplen()
261 * cast the result to u_int, so that we don't get truncation in nd_change_snaplen()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h149 /// Return known bits for a truncation of the value we're tracking.
173 /// Return known bits for an "any" extension or truncation of the value we're
183 /// Return known bits for a zero extension or truncation of the value we're
193 /// Return known bits for a sign extension or truncation of the value we're
/freebsd/contrib/ofed/libibverbs/
H A Dconfig.h14 * truncation or error:
/freebsd/tests/sys/fs/fusefs/
H A Dcache.cc48 * - initial size - File size before truncation
49 * - truncated size - File size after truncation
/freebsd/contrib/libpcap/
H A Dpcap_dump_ftell.3pcap54 are supported, this will return the file offset without truncation.
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dstring.h31 * strscpy is strlcpy, but returns an error on truncation. strlcpy is defined
/freebsd/contrib/diff/lib/
H A Dinttostr.h40 add 1 for integer division truncation; add 1 more for a minus sign. */
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h245 /// - truncation
246 /// - truncation-conversion
258 /// - Truncation O(N^2);
280 /// Performs a truncation case of a cast operation.

12345678910>>...18