Home
last modified time | relevance | path

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

1234567

/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
422 truncated = 1; in ip_print()
439 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.c223 goto truncated; in consume_header()
278 goto truncated; in consume_header()
292 goto truncated; in consume_header()
300 truncated: in consume_header()
319 goto truncated; in consume_block_info()
329 goto truncated; in consume_block_info()
338 goto truncated; in consume_block_info()
347 goto truncated; in consume_block_info()
352 truncated: in consume_block_info()
/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.c80 goto truncated; in parse_prime()
83 goto truncated; in parse_prime()
92 goto truncated; in parse_prime()
102 goto truncated; in parse_prime()
119 goto truncated; in parse_prime()
122 truncated: in parse_prime()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp477 std::error_code EC = sampleprof_error::truncated; in readNumber()
489 std::error_code EC = sampleprof_error::truncated; in readString()
501 std::error_code EC = sampleprof_error::truncated; in readUnencodedNumber()
1102 return sampleprof_error::truncated; in readNameTableSec()
1520 return sampleprof_error::truncated; in skipNextWord()
1543 return sampleprof_error::truncated; in readString()
1571 return sampleprof_error::truncated; in readSectionTag()
1588 return sampleprof_error::truncated; in readNameTable()
1593 return sampleprof_error::truncated; in readNameTable()
1606 return sampleprof_error::truncated; in readFunctionProfiles()
[all …]
H A DInstrProfReader.cpp317 return error(instrprof_error::truncated); in readValueProfileData()
408 return error(instrprof_error::truncated); in readNextRecord()
416 return error(instrprof_error::truncated); in readNextRecord()
428 return error(instrprof_error::truncated); in readNextRecord()
448 return error(instrprof_error::truncated); in readNextRecord()
1351 return error(instrprof_error::truncated); in readHeader()
1409 return make_error<InstrProfError>(instrprof_error::truncated); in readHeader()
1420 return error(instrprof_error::truncated); in readHeader()
1428 return error(instrprof_error::truncated); in readHeader()
1436 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
369 *truncated = (currlen > *maxlen - 1); in _dopr()
370 if (*truncated) in _dopr()
946 int truncated; in BIO_vsnprintf() local
948 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) in BIO_vsnprintf()
951 if (truncated) in BIO_vsnprintf()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_encrypted_truncated_files.ksh75 log_must mkfile 32M /$TESTPOOL/$TESTFS2/truncated
91 log_must truncate -s 131072 /$TESTPOOL/$TESTFS2/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/crypto/openssl/include/openssl/
H A Dcore.h196 # 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
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc122 // half_rep_t-sized b_UQ1_hw represented in UQ1.(HW-1) that is a **truncated**
141 // C is (3/4 + 1/sqrt(2)) - 1 truncated to W0 fractional bits as UQ0.HW
161 // * C_hw being some (irrational) number **truncated** to W0 bits
163 // reciprocal of b_hw (that is, **truncated** version of b).
200 // multiplication being **first** truncated, then negated - to improve
236 // C is (3/4 + 1/sqrt(2)) - 1 truncated to 32 fractional bits as UQ0.n
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh170 <dropped-truncated>0</dropped-truncated>
363 <dropped-truncated>0</dropped-truncated>
H A Dfrag6_01.sh165 <dropped-truncated>0</dropped-truncated>
H A Dfrag6_03.sh166 <dropped-truncated>0</dropped-truncated>
H A Dfrag6_07.sh162 <dropped-truncated>0</dropped-truncated>
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_mon.h65 bool truncated; member

1234567