Searched refs:corrupt (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/baddof/
H A Dbaddof.c55 corrupt(int fd, unsigned char *buf, int len) function
123 * Pick a random bit and corrupt it.
201 corrupt(fd, copy, len);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc37 // FIXME: under ASan the call below may write to freed memory and corrupt
49 // FIXME: under ASan the call below may write to freed memory and corrupt
H A Dsanitizer_common_interceptors.inc956 // FIXME: under ASan the call below may write to freed memory and corrupt
967 // FIXME: under ASan the call below may write to freed memory and corrupt
1008 // FIXME: under ASan the call below may write to freed memory and corrupt
1026 // FIXME: under ASan the call below may write to freed memory and corrupt
1043 // FIXME: under ASan the call below may write to freed memory and corrupt
1061 // FIXME: under ASan the call below may write to freed memory and corrupt
1236 // FIXME: under ASan the call below may write to freed memory and corrupt
1371 // FIXME: under ASan the call below may write to freed memory and corrupt
1384 // FIXME: under ASan the call below may write to freed memory and corrupt
1397 // FIXME: under ASan the call below may write to freed memory and corrupt
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgcov.c798 goto corrupt;
807 goto corrupt;
856 goto corrupt;
897 corrupt:;
/freebsd-11-stable/contrib/bzip2/
H A Dbzlib.c566 /* Only caused by corrupt data stream? */
639 /* Only caused by corrupt data stream? */
736 /* Only caused by corrupt data stream? */
785 /* Only caused by corrupt data stream? */
817 Bool corrupt; local
828 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
829 corrupt = unRLE_obuf_to_output_FAST ( s );
830 if (corrupt) return BZ_DATA_ERROR;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_tag.c1106 goto corrupt;
1111 corrupt: p = msg_print(sp, tname, &nf1);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-gmxx-defs.h9260 * is clear then no FCS is sent and the GMX cannot corrupt it. The corrupt FCS
9269 uint64_t corrupt : 4; /**< Per port error propagation member in struct:cvmx_gmxx_tx_corrupt::cvmx_gmxx_tx_corrupt_s
9270 0=Never corrupt packets
9273 uint64_t corrupt : 4;
9280 uint64_t corrupt : 3; /**< Per port error propagation member in struct:cvmx_gmxx_tx_corrupt::cvmx_gmxx_tx_corrupt_cn30xx
9281 0=Never corrupt packets
9284 uint64_t corrupt : 3;
9307 uint64_t corrupt : 2; /**< Per port error propagation member in struct:cvmx_gmxx_tx_corrupt::cvmx_gmxx_tx_corrupt_cnf71xx
9308 0=Never corrupt packet
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c3313 ** deliberately corrupt the database file are disabled. The disabled
7129 ** open can result in a corrupt database.
11613 ** codes include SQLITE_CORRUPT (if the changeset buffer is corrupt) or
12016 ** appears to be corrupt and the corruption is detected, SQLITE_CORRUPT is
19295 ** that the database is definitely corrupt, only that it might be corrupt.
[all...]

Completed in 544 milliseconds