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:O_ACCMODE
(Results
1 - 25
of
80
) sorted by relevance
1
2
3
4
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H
A
D
fcntl04.c
31
if ((TST_RET &
O_ACCMODE
) != O_RDWR) {
in verify_fcntl()
34
TST_RET &
O_ACCMODE
, O_RDWR);
in verify_fcntl()
/third_party/alsa-lib/src/hwdep/
H
A
D
hwdep.c
271
switch (hwdep->mode &
O_ACCMODE
) {
in snd_hwdep_poll_descriptors()
477
assert(((hwdep->mode &
O_ACCMODE
) == O_WRONLY) || ((hwdep->mode &
O_ACCMODE
) == O_RDWR));
in snd_hwdep_write()
491
assert(((hwdep->mode &
O_ACCMODE
) == O_RDONLY) || ((hwdep->mode &
O_ACCMODE
) == O_RDWR));
in snd_hwdep_read()
/third_party/NuttX/fs/vfs/
H
A
D
fs_fsync.c
56
if ((filep->f_oflags &
O_ACCMODE
) == 0)
in file_fsync()
H
A
D
fs_open.c
53
if ((oflags &
O_ACCMODE
) == O_RDONLY)
in oflag_convert_mode()
197
(((oflags &
O_ACCMODE
) != O_RDONLY) || (oflags & O_TRUNC)))
in fp_open()
H
A
D
fs_truncate64.c
70
if (((unsigned int)(filep->f_oflags) &
O_ACCMODE
) == O_RDONLY)
in file_truncate64()
H
A
D
fs_truncate.c
52
if (((unsigned int)(filep->f_oflags) &
O_ACCMODE
) == O_RDONLY)
in file_truncate()
H
A
D
fs_read.c
75
else if (((unsigned int)(filep->f_oflags) &
O_ACCMODE
) == O_WRONLY)
in file_read()
H
A
D
fs_write.c
79
if ((((unsigned int)(filep->f_oflags)) &
O_ACCMODE
) == O_RDONLY)
in file_write()
/third_party/musl/src/temp/
H
A
D
mkostemps.c
16
flags -= flags &
O_ACCMODE
;
in __mkostemps()
/third_party/fsverity-utils/programs/
H
A
D
utils.c
112
(flags &
O_ACCMODE
) == O_RDONLY ? "reading" :
in open_file()
113
(flags &
O_ACCMODE
) == O_WRONLY ? "writing" :
in open_file()
/third_party/alsa-lib/src/timer/
H
A
D
timer.c
363
switch (timer->mode &
O_ACCMODE
) {
in snd_timer_poll_descriptors()
947
assert(((timer->mode &
O_ACCMODE
) == O_RDONLY) || ((timer->mode &
O_ACCMODE
) == O_RDWR));
in snd_timer_read()
/third_party/NuttX/fs/driver/
H
A
D
fs_blockproxy.c
176
readonly = (((unsigned int)oflags &
O_ACCMODE
) == O_RDONLY);
in block_proxy()
/third_party/musl/porting/linux/user/include/
H
A
D
fcntl.h
44
#define
O_ACCMODE
(03|O_SEARCH)
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
fcntl.h
43
#define
O_ACCMODE
(03|O_SEARCH)
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
fcntl.h
43
#define
O_ACCMODE
(03|O_SEARCH)
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
fcntl.h
43
#define
O_ACCMODE
(03|O_SEARCH)
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
fcntl.h
44
#define
O_ACCMODE
(03|O_SEARCH)
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
fcntl.h
43
#define
O_ACCMODE
(03|O_SEARCH)
macro
/third_party/libfuse/example/
H
A
D
hello.c
106
if ((fi->flags &
O_ACCMODE
) != O_RDONLY)
in hello_open()
H
A
D
hello_ll.c
141
else if ((fi->flags &
O_ACCMODE
) != O_RDONLY)
in hello_ll_open()
H
A
D
poll.c
116
if ((fi->flags &
O_ACCMODE
) != O_RDONLY)
in fsel_open()
/third_party/musl/libc-test/src/api/
H
A
D
fcntl.c
38
C(
O_ACCMODE
)
in f()
/third_party/musl/include/
H
A
D
fcntl.h
46
#define
O_ACCMODE
(03|O_SEARCH)
macro
/third_party/libfuse/test/
H
A
D
test_write_cache.c
130
(fi->flags &
O_ACCMODE
) == O_RDONLY;
in tfs_open()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H
A
D
LtpfsCmds.c
30
#define ACC_MODE(x) ("\000\004\002\006"[(x)&
O_ACCMODE
])
Completed in 12 milliseconds
1
2
3
4