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:S_ENFMT
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Modules/
H
A
D
_stat.c
132
/* what is
S_ENFMT
? */
133
#ifndef
S_ENFMT
134
# define
S_ENFMT
S_ISGID
macro
449
S_ENFMT
: file locking enforcement\n\
523
ADD_INT_MACRO(module,
S_ENFMT
);
in stat_exec()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H
A
D
fcntl14.c
25
* File locking test cases for fcntl. In Linux,
S_ENFMT
is not implemented
26
* in the kernel. However all standard Unix kernels define
S_ENFMT
as
27
* S_ISGID. So this test defines
S_ENFMT
as S_ISGID.
57
#ifndef
S_ENFMT
58
#define
S_ENFMT
S_ISGID
macro
996
S_ENFMT
| S_IRUSR | S_IWUSR, 0, 0, 36);
in main()
1001
S_ENFMT
| S_IRUSR | S_IWUSR, 5, 36, 45);
in main()
/third_party/python/Lib/
H
A
D
stat.py
94
S_ENFMT
= S_ISGID # file locking enforcement
variable
/third_party/rust/crates/libc/src/unix/newlib/
H
A
D
mod.rs
416
pub const
S_ENFMT
: ::mode_t = 1024;
consts
/third_party/rust/crates/libc/src/unix/hermit/
H
A
D
mod.rs
859
pub const
S_ENFMT
: ::mode_t = 1024;
consts
Completed in 9 milliseconds