Home
last modified time | relevance | path

Searched refs:unsafe (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd/tests/sys/aio/
H A Dlocal.h46 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 DT.errmsg200 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 Dutil.c186 int unsafe = 0; local
191 if (unsafe)
202 unsafe = 1;
204 if (!unsafe)
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsageGadgets.def15 /// 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 Ducode.h68 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 Ducode.c113 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 Dcompile_flags.txt3 -Wno-unsafe-buffer-usage
/freebsd/crypto/openssh/regress/
H A Dtest-exec.sh634 unsafe=""
640 ?????w????*|????????w?*) unsafe="${unsafe} ${dir}" ;;
645 if ! test -z "${unsafe}"; then
649 ${unsafe}
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-st.txt40 Example [unsafe]
/freebsd/tests/sys/acl/
H A Dtools-nfs4-trivial.test30 # WARNING: Creates files in unsafe way.
/freebsd/contrib/sendmail/
H A DREADME76 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 Dhosts.allow71 #ypserv : .unsafe.my.net.example.com : deny
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h6-orangepi.dtsi257 * Using it as anything but a USB host is unsafe.
H A Dsun50i-h6-orangepi-3.dts330 * unsafe.
/freebsd/contrib/libucl/
H A Dconfigure.ac174 AC_MSG_WARN([Libucl references could be thread-unsafe because atomic builtins are missing])
H A DCMakeLists.txt179 MESSAGE(WARNING "Libucl references could be thread-unsafe because atomic builtins are missing")
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.hin65 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */
/freebsd/crypto/libecc/
H A Dcommon.mk99 WARNING_CFLAGS += -Wno-unsafe-buffer-usage
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagon.td101 def FeatureUnsafeFP: SubtargetFeature<"unsafe-fp", "UseUnsafeMath", "true",
102 "Use unsafe FP math">;
/freebsd/lib/libsecureboot/
H A DREADME.rst46 gpg: WARNING: unsafe permissions on homedir
/freebsd/contrib/libucl/doc/
H A Dapi.md304 - 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 DSSL_CONF_cmd.pod69 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 Dzfs-tests.sh362 -x Remove all testpools, dm, lo, and files (unsafe)
/freebsd/contrib/bearssl/
H A DREADME.txt89 inherently unsafe, but convenient for debug).
/freebsd/crypto/heimdal/doc/
H A Dwhatis.texi16 It is built upon the assumption that the network is ``unsafe''. For

1234