/freebsd/lib/libugidfw/ |
H A D | ugidfw.c | 76 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 D | print-ascii.c | 65 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 D | print-ip.c | 329 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 D | t_gzip.sh | 52 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 D | archive_read_support_filter_lzop.c | 223 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 D | passwdqc_check.c | 279 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 D | dh.c | 80 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 D | SampleProfReader.cpp | 477 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 D | InstrProfReader.cpp | 317 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 D | bio_print.c | 41 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 D | send_encrypted_truncated_files.ksh | 75 log_must mkfile 32M /$TESTPOOL/$TESTFS2/truncated 91 log_must truncate -s 131072 /$TESTPOOL/$TESTFS2/truncated
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set18 | 3 1 Warning: ridiculously long PATH truncated\n
|
/freebsd/contrib/unifdef/tests/ |
H A D | defundef-broken4.experr | 2 unifdef: Output may be truncated
|
H A D | defundef-broken2.experr | 2 unifdef: Output may be truncated
|
H A D | defundef-broken3.experr | 2 unifdef: Output may be truncated
|
H A D | whitespace-1.experr | 2 unifdef: Output may be truncated
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.cpp | 61 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 D | core.h | 196 # pragma names uppercase,truncated
|
/freebsd/contrib/wpa/hostapd/ |
H A D | hlr_auc_gw.milenage_db | 10 # Example using truncated 32-bit RES instead of 64-bit default
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 122 // 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 D | frag6_05.sh | 170 <dropped-truncated>0</dropped-truncated> 363 <dropped-truncated>0</dropped-truncated>
|
H A D | frag6_01.sh | 165 <dropped-truncated>0</dropped-truncated>
|
H A D | frag6_03.sh | 166 <dropped-truncated>0</dropped-truncated>
|
H A D | frag6_07.sh | 162 <dropped-truncated>0</dropped-truncated>
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_mon.h | 65 bool truncated; member
|