| /third_party/rust/crates/rustix/src/io/ |
| H A D | stdio.rs | 41 pub const unsafe fn stdin() -> BorrowedFd<'static> { consts 102 pub const unsafe fn stdout() -> BorrowedFd<'static> { consts 162 pub const unsafe fn stderr() -> BorrowedFd<'static> { consts
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
| H A D | mustang_auxv.rs | 87 pub const unsafe fn new(ptr: *const T) -> Self { consts [all...] |
| /third_party/rust/crates/rustix/src/process/ |
| H A D | id.rs | 61 pub const unsafe fn from_raw(raw: RawUid) -> Self { consts 88 pub const unsafe fn from_raw(raw: RawGid) -> Self { consts 118 pub const unsafe fn from_raw(raw: RawPid) -> Option<Self> { consts 132 pub const unsafe fn from_raw_nonzero(raw: RawNonZeroPid) -> Self { consts 175 pub const unsafe fn from_raw(raw: RawCpuid) -> Self { consts
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| H A D | video-mode.c | 31 void probe_cards(int unsafe) in probe_cards() argument
|
| H A D | video.h | 76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| H A D | video-mode.c | 31 void probe_cards(int unsafe) in probe_cards() argument
|
| H A D | video.h | 76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
| /kernel/linux/linux-6.6/rust/kernel/ |
| H A D | lib.rs | 87 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { consts
|
| H A D | init.rs | 976 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( global() consts 995 pub const unsafe fn init_from_closure<T: ?Sized, E>( global() consts [all...] |
| H A D | str.rs | 141 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { consts [all...] |
| /third_party/rust/crates/rust-openssl/openssl-errors/src/ |
| H A D | lib.rs | 97 pub const unsafe fn __from_raw(raw: FunctionInner) -> Function<T> { consts [all...] |
| /third_party/jinja2/ |
| H A D | sandbox.py | 112 def unsafe(f: F) -> F: function [all...] |
| /third_party/rust/crates/rustix/src/io/fd/ |
| H A D | owned.rs | 73 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { consts
|
| /kernel/linux/linux-5.10/drivers/ntb/test/ |
| H A D | ntb_pingpong.c | 91 static unsigned int unsafe; variable
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | binfmts.h | 52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | binfmts.h | 50 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
|
| /kernel/linux/linux-6.6/drivers/ntb/test/ |
| H A D | ntb_pingpong.c | 91 static unsigned int unsafe; variable
|
| /third_party/node/deps/v8/third_party/jinja2/ |
| H A D | sandbox.py | 181 def unsafe(f): function [all...] |
| /third_party/node/tools/inspector_protocol/jinja2/ |
| H A D | sandbox.py | 158 def unsafe(f): function [all...] |
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | sandbox.py | 181 def unsafe(f): function [all...] |
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | CodedOutputStreamTest.java | 152 private final boolean unsafe; field in CodedOutputStreamTest.NioDirectCoder 154 NioDirectCoder(int size, boolean unsafe) { in NioDirectCoder() argument 158 NioDirectCoder(int size, int initialPosition, boolean unsafe) { in NioDirectCoder() argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | keywords.h | 41 int unsafe; variable
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | avf_concat.c | 44 unsigned unsafe; member
|
| /third_party/python/Lib/test/ |
| H A D | test_uuid.py | 38 unsafe = -1 variable in BaseTestUUID.test_safe_uuid_enum.CheckedSafeUUID
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | domain.c | 860 bool unsafe = false; in apparmor_bprm_creds_for_exec() local 792 handle_onexec(struct aa_label *label, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *unsafe) handle_onexec() argument [all...] |