/freebsd/tests/sys/aio/ |
H A D | local.h | 46 int unsafe; in is_unsafe_aio_enabled() local 48 len = sizeof(unsafe); in is_unsafe_aio_enabled() 49 if (sysctlbyname(sysctl_oid_name, &unsafe, &len, NULL, 0) < 0) { in is_unsafe_aio_enabled() 54 return (unsafe == 0 ? 0 : 1); in is_unsafe_aio_enabled()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.errmsg | 200 grep 'cmd | getline is unsafe' foo2 >/dev/null || echo 'BAD: T.errmsg cmd|getline unsafe' 203 grep 'print > is unsafe' foo2 >/dev/null || echo 'BAD: T.errmsg print > unsafe' 206 grep 'print >> is unsafe' foo2 >/dev/null || echo 'BAD: T.errmsg print >> unsafe' 209 grep 'print | is unsafe' foo2 >/dev/null || echo 'BAD: T.errmsg print | unsafe' 212 grep 'system is unsafe' foo2 >/dev/null || echo 'BAD: T.errmsg system unsafe'
|
/freebsd/contrib/nvi/common/ |
H A D | util.c | 186 int unsafe = 0; local 191 if (unsafe) 202 unsafe = 1; 204 if (!unsafe)
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UnsafeBufferUsageGadgets.def | 15 /// Unsafe gadgets correspond to unsafe code patterns that warrant 27 /// Safe gadgets correspond to code patterns that aren't unsafe but need to be 28 /// properly recognized in order to emit correct warnings and fixes over unsafe
|
/freebsd/sys/x86/include/ |
H A D | ucode.h | 68 int ucode_intel_load(const void *data, bool unsafe, 70 int ucode_amd_load(const void *data, bool unsafe,
|
/freebsd/sys/x86/x86/ |
H A D | ucode.c | 113 ucode_intel_load(const void *data, bool unsafe, uint64_t *nrevp, uint64_t *orevp) in ucode_intel_load() argument 125 if (unsafe) in ucode_intel_load() 236 ucode_amd_load(const void *data, bool unsafe, uint64_t *nrevp, uint64_t *orevp) in ucode_amd_load() argument 246 if (unsafe) in ucode_amd_load()
|
/freebsd/contrib/bc/ |
H A D | compile_flags.txt | 3 -Wno-unsafe-buffer-usage
|
/freebsd/crypto/openssh/regress/ |
H A D | test-exec.sh | 634 unsafe="" 640 ?????w????*|????????w?*) unsafe="${unsafe} ${dir}" ;; 645 if ! test -z "${unsafe}"; then 649 ${unsafe}
|
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
H A D | cpufreq-st.txt | 40 Example [unsafe]
|
/freebsd/tests/sys/acl/ |
H A D | tools-nfs4-trivial.test | 30 # WARNING: Creates files in unsafe way.
|
/freebsd/contrib/sendmail/ |
H A D | README | 76 be able to read. In particular, .forward and :include: files in unsafe 90 Items from these unsafe .forward and :include: files will be marked 91 as unsafe addresses -- the items can not be deliveries to files or 107 If you have an unsafe configuration of .forward and :include:
|
/freebsd/lib/libwrap/ |
H A D | hosts.allow | 71 #ypserv : .unsafe.my.net.example.com : deny
|
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-h6-orangepi.dtsi | 257 * Using it as anything but a USB host is unsafe.
|
H A D | sun50i-h6-orangepi-3.dts | 330 * unsafe.
|
/freebsd/contrib/libucl/ |
H A D | configure.ac | 174 AC_MSG_WARN([Libucl references could be thread-unsafe because atomic builtins are missing])
|
H A D | CMakeLists.txt | 179 MESSAGE(WARNING "Libucl references could be thread-unsafe because atomic builtins are missing")
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | vis.hin | 65 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */
|
/freebsd/crypto/libecc/ |
H A D | common.mk | 99 WARNING_CFLAGS += -Wno-unsafe-buffer-usage
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | Hexagon.td | 101 def FeatureUnsafeFP: SubtargetFeature<"unsafe-fp", "UseUnsafeMath", "true", 102 "Use unsafe FP math">;
|
/freebsd/lib/libsecureboot/ |
H A D | README.rst | 46 gpg: WARNING: unsafe permissions on homedir
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 304 - unsafe: return primitive type without additional checks, if the object cannot be converted then s… 381 There are two types of iterators API: old and unsafe one via `ucl_iterate_object` and the proposed … 439 Please note that unlike unsafe iterators, safe iterators *must* be explicitly initialized and freed.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CONF_cmd.pod | 69 Permits the use of unsafe legacy renegotiation. Equivalent to setting 83 Permits or prohibits the use of unsafe legacy renegotiation for OpenSSL 494 B<UnsafeLegacyRenegotiation>: permits the use of unsafe legacy renegotiation. 497 B<UnsafeLegacyServerConnect>: permits the use of unsafe legacy renegotiation
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs-tests.sh | 362 -x Remove all testpools, dm, lo, and files (unsafe)
|
/freebsd/contrib/bearssl/ |
H A D | README.txt | 89 inherently unsafe, but convenient for debug).
|
/freebsd/crypto/heimdal/doc/ |
H A D | whatis.texi | 16 It is built upon the assumption that the network is ``unsafe''. For
|