Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ST_NOEXEC
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
statvfs.h
35
#define
ST_NOEXEC
8
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
statvfs.h
32
#define
ST_NOEXEC
8
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
statvfs.h
35
#define
ST_NOEXEC
8
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
statvfs.h
35
#define
ST_NOEXEC
8
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
statvfs.h
35
#define
ST_NOEXEC
8
macro
/third_party/musl/include/sys/
H
A
D
statvfs.h
36
#define
ST_NOEXEC
8
macro
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/
H
A
D
mount_setattr01.c
55
TCASE_ENTRY(MOUNT_ATTR_NOEXEC,
ST_NOEXEC
),
/third_party/rust/crates/nix/src/sys/
H
A
D
statvfs.rs
31
ST_NOEXEC
;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H
A
D
types.rs
830
/// `
ST_NOEXEC
`
832
const NOEXEC = libc::
ST_NOEXEC
as u64;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
888
pub const
ST_NOEXEC
: ::c_ulong = 8;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1866
pub const
ST_NOEXEC
: ::c_ulong = 0x02;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1586
pub const
ST_NOEXEC
: ::c_ulong = 8;
consts
/third_party/python/Modules/
H
A
D
posixmodule.c
15333
#ifdef
ST_NOEXEC
in all_ins()
15334
if (PyModule_AddIntMacro(m,
ST_NOEXEC
)) return -1;
in all_ins()
15335
#endif /*
ST_NOEXEC
*/
in all_ins()
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2302
pub const
ST_NOEXEC
: ::c_ulong = 8;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1738
pub const
ST_NOEXEC
: ::c_ulong = 8;
consts
Completed in 69 milliseconds