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_ISUID
(Results
1 - 25
of
61
) sorted by relevance
1
2
3
/third_party/python/Lib/
H
A
D
stat.py
92
S_ISUID
= 0o4000 # set UID bit
variable
139
((S_IXUSR|
S_ISUID
, "s"),
140
(
S_ISUID
, "S"),
/third_party/ltp/testcases/kernel/syscalls/chown/
H
A
D
chown03.c
26
#define NEW_PERMS (S_IFREG|S_IRWXU|S_IRWXG|
S_ISUID
|S_ISGID)
67
check_mode(&stat_buf, NEW_PERMS & ~(
S_ISUID
| S_ISGID));
in run()
H
A
D
chown02.c
21
#define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|
S_ISUID
|S_ISGID)
/third_party/ltp/testcases/kernel/syscalls/fchown/
H
A
D
fchown03.c
31
#define NEW_PERMS (S_IFREG|S_IRWXU|S_IRWXG|
S_ISUID
|S_ISGID)
72
check_mode(&stat_buf, NEW_PERMS & ~(
S_ISUID
| S_ISGID));
in run()
H
A
D
fchown02.c
28
#define NEW_PERMS1 (S_IFREG|S_IRWXU|S_IRWXG|
S_ISUID
|S_ISGID)
/third_party/python/Modules/
H
A
D
_stat.c
124
#ifndef
S_ISUID
125
# define
S_ISUID
04000
macro
375
if (mode &
S_ISUID
) {
in fileperm()
447
"
S_ISUID
: set UID bit\n\
520
ADD_INT_MACRO(module,
S_ISUID
);
in stat_exec()
/third_party/ltp/testcases/kernel/syscalls/prctl/
H
A
D
prctl06.h
24
#define SUID_MODE (
S_ISUID
|S_ISGID|S_IXUSR|S_IXGRP|S_IXOTH)
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H
A
D
chmod.c
63
S_ISUID
| S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH |
in chmod_0300()
H
A
D
fchmodat.c
39
S_ISUID
| S_ISGID | S_ISVTX | S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IWGRP | S_IXGRP | S_IROTH | S_IWOTH |
in fchmodat_0100()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H
A
D
fcntl32.c
33
#define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO |
S_ISUID
| S_ISGID)
H
A
D
fcntl33.c
41
#define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO |
S_ISUID
| S_ISGID)
/third_party/ltp/testcases/kernel/syscalls/open/
H
A
D
open13.c
43
#define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO |
S_ISUID
| S_ISGID)
/third_party/musl/libc-test/src/api/
H
A
D
ftw.c
33
C(
S_ISUID
)
in f()
/third_party/musl/porting/linux/user/include/
H
A
D
fcntl.h
84
#define
S_ISUID
04000
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
stat.h
53
#define
S_ISUID
04000
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
fcntl.h
83
#define
S_ISUID
04000
macro
/third_party/musl/porting/linux/user/include/sys/
H
A
D
stat.h
53
#define
S_ISUID
04000
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
stat.h
53
#define
S_ISUID
04000
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
fcntl.h
83
#define
S_ISUID
04000
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
fcntl.h
83
#define
S_ISUID
04000
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
fcntl.h
84
#define
S_ISUID
04000
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
stat.h
53
#define
S_ISUID
04000
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
fcntl.h
83
#define
S_ISUID
04000
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
stat.h
53
#define
S_ISUID
04000
macro
/third_party/ltp/testcases/kernel/syscalls/umount2/
H
A
D
umount2_01.c
39
#define FILE_MODE (S_IRWXU | S_IRWXG | S_IRWXO |
S_ISUID
| S_ISGID)
Completed in 10 milliseconds
1
2
3