Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 186) sorted by relevance

12345678

/freebsd/lib/libugidfw/
H A Dugidfw.c76 goto truncated; in bsde_rule_to_string()
83 goto truncated; in bsde_rule_to_string()
94 goto truncated; in bsde_rule_to_string()
104 goto truncated; in bsde_rule_to_string()
111 goto truncated; in bsde_rule_to_string()
122 goto truncated; in bsde_rule_to_string()
129 goto truncated; in bsde_rule_to_string()
136 goto truncated; in bsde_rule_to_string()
144 goto truncated; in bsde_rule_to_string()
154 goto truncated; in bsde_rule_to_string()
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-ascii.c65 int truncated = FALSE; in ascii_print() local
71 truncated = TRUE; in ascii_print()
98 if (truncated) in ascii_print()
110 int truncated = FALSE; in hex_and_ascii_print_with_offset() local
117 truncated = TRUE; in hex_and_ascii_print_with_offset()
158 if (truncated) in hex_and_ascii_print_with_offset()
180 int truncated = FALSE; in hex_print_with_offset() local
185 truncated = TRUE; in hex_print_with_offset()
205 if (truncated) in hex_print_with_offset()
H A Dprint-ip.c329 int truncated = 0; in ip_print() local
427 truncated = 1; in ip_print()
447 if (truncated) { in ip_print()
/freebsd/contrib/netbsd-tests/usr.bin/gzip/
H A Dt_gzip.sh52 atf_test_case truncated
59 cat >truncated.gz.uue <<EOF
60 begin-base64 644 truncated.gz
64 uudecode -m truncated.gz.uue
66 atf_check -s ne:0 -e ignore gzip -d truncated.gz
107 atf_add_test_case truncated
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lzop.c220 goto truncated; in consume_header()
275 goto truncated; in consume_header()
289 goto truncated; in consume_header()
297 truncated: in consume_header()
316 goto truncated; in consume_block_info()
326 goto truncated; in consume_block_info()
335 goto truncated; in consume_block_info()
344 goto truncated; in consume_block_info()
349 truncated: in consume_block_info()
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dhigh_precision_decimal.h127 bool truncated = false; variable
155 if (this->truncated) { in should_round_up()
253 this->truncated = true; in right_shift()
286 this->truncated = true; in left_shift()
301 this->truncated = true; in left_shift()
346 this->truncated = true;
436 LIBC_INLINE void set_truncated(bool trunc) { this->truncated = trunc; } in set_truncated()
H A Dstr_to_float.h684 ExpandedFloat<T> init_num, bool truncated, RoundDirection round,
717 if (!truncated) {
731 if (!truncated) {
767 bool truncated, in binary_exp_to_float() argument
819 bool sticky_bit = static_cast<bool>(mantissa & sticky_mask) || truncated; in binary_exp_to_float()
894 bool truncated = false; in decimal_string_to_float() local
922 truncated = true; in decimal_string_to_float()
982 decimal_exp_to_float<T>({mantissa, exponent}, truncated, round, src); in decimal_string_to_float()
1005 bool truncated = false; in hexadecimal_string_to_float() local
1035 truncated = true; in hexadecimal_string_to_float()
[all …]
/freebsd/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c279 char truncated[9], *reversed; in _passwdqc_check() local
303 truncated[0] = '\0'; in _passwdqc_check()
304 strncat(truncated, newpass, 8); in _passwdqc_check()
305 newpass = truncated; in _passwdqc_check()
354 memset(truncated, 0, sizeof(truncated)); in _passwdqc_check()
/freebsd/crypto/openssh/
H A Ddh.c79 goto truncated; in parse_prime()
82 goto truncated; in parse_prime()
91 goto truncated; in parse_prime()
101 goto truncated; in parse_prime()
118 goto truncated; in parse_prime()
121 truncated: in parse_prime()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp499 std::error_code EC = sampleprof_error::truncated; in readNumber()
511 std::error_code EC = sampleprof_error::truncated; in readString()
523 std::error_code EC = sampleprof_error::truncated; in readUnencodedNumber()
1164 return sampleprof_error::truncated; in readNameTableSec()
1604 return sampleprof_error::truncated; in skipNextWord()
1627 return sampleprof_error::truncated; in readString()
1655 return sampleprof_error::truncated; in readSectionTag()
1672 return sampleprof_error::truncated; in readNameTable()
1677 return sampleprof_error::truncated; in readNameTable()
1690 return sampleprof_error::truncated; in readFunctionProfiles()
[all …]
H A DInstrProfReader.cpp329 return error(instrprof_error::truncated); in readValueProfileData()
420 return error(instrprof_error::truncated); in readNextRecord()
428 return error(instrprof_error::truncated); in readNextRecord()
440 return error(instrprof_error::truncated); in readNextRecord()
460 return error(instrprof_error::truncated); in readNextRecord()
1241 return error(instrprof_error::truncated); in readHeader()
1299 return make_error<InstrProfError>(instrprof_error::truncated); in readHeader()
1310 return error(instrprof_error::truncated); in readHeader()
1318 return error(instrprof_error::truncated); in readHeader()
1326 return error(instrprof_error::truncated); in readHeader()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_print.c41 size_t *maxlen, size_t *retlen, int *truncated,
90 size_t *retlen, int *truncated, const char *format, va_list args) in _dopr() argument
366 *truncated = (currlen > *maxlen - 1); in _dopr()
367 if (*truncated) in _dopr()
943 int truncated; in BIO_vsnprintf() local
945 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) in BIO_vsnprintf()
948 if (truncated) in BIO_vsnprintf()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_truncated_files.ksh72 log_must mkfile 32M /$TESTPOOL/$TESTFS2/truncated
88 log_must truncate -s 131072 /$TESTPOOL/$TESTFS2/truncated
/freebsd/crypto/openssl/test/
H A Dasn1_decode_test.c333 static const unsigned char truncated[] = { in test_d2i_read_bio_truncated() local
342 if (!TEST_ptr(bio = BIO_new_mem_buf(truncated, sizeof(truncated)))) in test_d2i_read_bio_truncated()
/freebsd/sys/x86/iommu/
H A Damd_drv.c725 goto truncated; in amdiommu_find_unit_scan_ivrs()
742 goto truncated; in amdiommu_find_unit_scan_ivrs()
748 goto truncated; in amdiommu_find_unit_scan_ivrs()
761 goto truncated; in amdiommu_find_unit_scan_ivrs()
780 goto truncated; in amdiommu_find_unit_scan_ivrs()
794 goto truncated; in amdiommu_find_unit_scan_ivrs()
814 goto truncated; in amdiommu_find_unit_scan_ivrs()
845 goto truncated; in amdiommu_find_unit_scan_ivrs()
855 truncated: in amdiommu_find_unit_scan_ivrs()
/freebsd/contrib/pkgconf/t/parser/
H A Dtruncated-files-should-fail-to-parse.test2 Query: truncated
/freebsd/contrib/tcsh/nls/C/
H A Dset183 1 Warning: ridiculously long PATH truncated\n
/freebsd/contrib/unifdef/tests/
H A Ddefundef-broken4.experr2 unifdef: Output may be truncated
H A Ddefundef-broken2.experr2 unifdef: Output may be truncated
H A Ddefundef-broken3.experr2 unifdef: Output may be truncated
H A Dwhitespace-1.experr2 unifdef: Output may be truncated
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp61 bool truncated = !(flags_[i].handler->Format(buffer, sizeof(buffer))); in PrintFlagDescriptions()
63 const char *truncation_str = truncated ? " Truncated" : ""; in PrintFlagDescriptions() local
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dd3.c713 int truncated = expected_pktlen - pkt_bufsize; in iwl_mld_set_wake_packet() local
729 if (truncated >= icvlen) { in iwl_mld_set_wake_packet()
730 truncated -= icvlen; in iwl_mld_set_wake_packet()
733 icvlen -= truncated; in iwl_mld_set_wake_packet()
734 truncated = 0; in iwl_mld_set_wake_packet()
746 wakeup->packet_len = pkt->len - truncated; in iwl_mld_set_wake_packet()
751 if (truncated >= 4) { in iwl_mld_set_wake_packet()
752 truncated -= 4; in iwl_mld_set_wake_packet()
755 fcslen -= truncated; in iwl_mld_set_wake_packet()
756 truncated = 0; in iwl_mld_set_wake_packet()
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dcore.h198 #pragma names uppercase, truncated
/freebsd/contrib/wpa/hostapd/
H A Dhlr_auc_gw.milenage_db10 # Example using truncated 32-bit RES instead of 64-bit default

12345678