Searched refs:truncated (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/gzip/
H A Dt_gzip.sh52 atf_test_case truncated
55 atf_set "descr" "Checks that gzip fails on truncated data"
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-11-stable/lib/libugidfw/
H A Dugidfw.c76 goto truncated;
83 goto truncated;
94 goto truncated;
104 goto truncated;
111 goto truncated;
122 goto truncated;
129 goto truncated;
136 goto truncated;
144 goto truncated;
154 goto truncated;
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp63 bool truncated = !(flags_[i].handler->Format(buffer, sizeof(buffer))); local
65 const char *truncation_str = truncated ? " Truncated" : "";
/freebsd-11-stable/crypto/openssh/
H A Ddh.c65 goto truncated;
68 goto truncated;
77 goto truncated;
87 goto truncated;
104 goto truncated;
107 truncated:
108 error("moduli:%d: truncated", linenum);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lzop.c222 goto truncated;
277 goto truncated;
289 goto truncated;
296 truncated:
315 goto truncated;
325 goto truncated;
334 goto truncated;
343 goto truncated;
348 truncated:
H A Darchive_read_support_format_zip.c1383 least 24 bytes really does indicate a truncated
2439 goto truncated;
2449 goto truncated;
2463 goto truncated;
2547 goto truncated;
2561 goto truncated;
2572 goto truncated;
2586 goto truncated;
2597 goto truncated;
2606 truncated
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-zephyr.c86 parse_field(netdissect_options *ndo, const char **pptr, int *len, int *truncated) argument
100 *truncated = 1;
152 int truncated = 0; local
164 s = parse_field(ndo, &parse, &parselen, &truncated); \
165 if (truncated) goto trunc; \
/freebsd-11-stable/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c279 char truncated[9], *reversed; local
303 truncated[0] = '\0';
304 strncat(truncated, newpass, 8);
305 newpass = truncated;
354 memset(truncated, 0, sizeof(truncated));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp297 EC = sampleprof_error::truncated;
314 EC = sampleprof_error::truncated;
328 EC = sampleprof_error::truncated;
972 return sampleprof_error::truncated;
995 return sampleprof_error::truncated;
1023 return sampleprof_error::truncated;
1040 return sampleprof_error::truncated;
1045 return sampleprof_error::truncated;
1058 return sampleprof_error::truncated;
1074 return sampleprof_error::truncated;
[all...]
H A DInstrProfReader.cpp181 return error(instrprof_error::truncated);
262 return error(instrprof_error::truncated);
269 return error(instrprof_error::truncated);
280 return error(instrprof_error::truncated);
808 return error(instrprof_error::truncated);
H A DSampleProf.cpp55 case sampleprof_error::truncated:
H A DInstrProf.cpp94 case instrprof_error::truncated:
880 return make_error<InstrProfError>(instrprof_error::truncated);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Db_print.c136 size_t *maxlen, size_t *retlen, int *truncated,
172 size_t *retlen, int *truncated, const char *format, va_list args)
431 *truncated = (currlen > *maxlen - 1);
432 if (*truncated)
854 int truncated; local
856 if(!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args))
859 if (truncated)
169 _dopr(char **sbuffer, char **buffer, size_t *maxlen, size_t *retlen, int *truncated, const char *format, va_list args) argument
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcopy.S118 and t0,SIZEREG,AT # count truncated to multiples
213 and t0,SIZEREG,AT # count truncated to multiple of 32
/freebsd-11-stable/sys/mips/mips/
H A Dbcopy.S107 and t0,SIZEREG,AT # count truncated to multiples
202 and t0,SIZEREG,AT # count truncated to multiple of 32
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc95 // bit and inserting the (truncated) trailing NaN field.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp60 return make_error<CoverageMapError>(coveragemap_error::truncated);
629 return make_error<CoverageMapError>(coveragemap_error::truncated);
636 return make_error<CoverageMapError>(coveragemap_error::truncated);
650 return make_error<CoverageMapError>(coveragemap_error::truncated);
H A DCoverageMapping.cpp803 case coveragemap_error::truncated:
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c1591 int truncated = 0; local
1604 truncated = 1;
1614 truncated = 1;
1616 fprintf(fp, "\"%s\"%s", tmp3, truncated ?
2206 bool truncated; local
2209 truncated = false;
2212 truncated = true;
2220 fprintf(fp, truncated ? ", ... }" : " }");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h48 truncated, member in class:llvm::sampleprof_error
H A DInstrProf.h284 truncated, member in class:llvm::instrprof_error
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.c1663 errx(2, "Output may be truncated");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h56 truncated, member in class:llvm::coverage::coveragemap_error
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2969 trunc_prop_errs(int truncated) argument
2971 ASSERT(truncated != 0);
2973 if (truncated == 1)
2978 "%d more properties could not be set\n"), truncated);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp468 /* Return the fraction lost were a bignum truncated losing the least
538 when the least significant BITS are truncated. BITS cannot be
880 IEEEFloat truncated = *this;
881 truncated.roundToIntegral(rmTowardZero);
882 return compare(truncated) == cmpEqual;
2115 /* Step 1: place our absolute value, with any fraction truncated, in
2121 For smaller exponents leftmost truncated bit is 0. */
2125 truncated. */
3450 // the carry, the newly-introduced zeros will just be truncated.

Completed in 295 milliseconds

12