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_EXCL
(Results
1 - 25
of
146
) sorted by relevance
1
2
3
4
5
6
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
25
#ifndef
O_EXCL
26
#define
O_EXCL
00000200 /* not fcntl */
macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
fcntl.h
26
#ifndef
O_EXCL
27
#define
O_EXCL
00000200 /* not fcntl */
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
fcntl.h
26
#ifndef
O_EXCL
27
#define
O_EXCL
00000200 /* not fcntl */
macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H
A
D
fcntl.h
26
#ifndef
O_EXCL
27
#define
O_EXCL
00000200 /* not fcntl */
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
16
#ifndef
O_EXCL
17
#define
O_EXCL
00000200
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
30
#ifndef
O_EXCL
31
#define
O_EXCL
00000200
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
fcntl.h
30
#ifndef
O_EXCL
31
#define
O_EXCL
00000200
macro
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H
A
D
It_posix_queue_204.cpp
44
g_mqueue1 = mq_open(g_mqname, O_CREAT | O_RDWR |
O_EXCL
, S_IRUSR | S_IWUSR, &g_attr);
in PthreadF01()
58
g_mqueue2 = mq_open(g_mqname, O_CREAT | O_RDWR |
O_EXCL
, S_IRUSR | S_IWUSR, &g_attr);
in PthreadF02()
/kernel/liteos_a/testsuites/unittest/fuzz/
H
A
D
sem_open_fuzzer.cpp
44
sem_open(buf, O_CREAT |
O_EXCL
, 0700, 1);
in TestSemOpen()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
fcntl.h
7
#define
O_EXCL
04000 /* not fcntl */
macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
fcntl.h
7
#define
O_EXCL
000002000 /* not fcntl */
macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
fcntl.h
7
#define
O_EXCL
04000 /* not fcntl */
macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H
A
D
fcntl.h
7
#define
O_EXCL
000002000 /* not fcntl */
macro
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
dir.c
326
if ((oflags & (O_CREAT |
O_EXCL
)) == (O_CREAT |
O_EXCL
))
in cifs_do_create()
535
if ((oflags & (O_CREAT |
O_EXCL
)) == (O_CREAT |
O_EXCL
))
in cifs_atomic_open()
581
unsigned oflags =
O_EXCL
| O_CREAT | O_RDWR;
in cifs_create()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
dir.c
281
if ((oflags & (O_CREAT |
O_EXCL
)) == (O_CREAT |
O_EXCL
))
494
if ((oflags & (O_CREAT |
O_EXCL
)) == (O_CREAT |
O_EXCL
))
545
unsigned oflags =
O_EXCL
| O_CREAT | O_RDWR;
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
fcntl.h
19
#define
O_EXCL
0x0400 /* not fcntl */
macro
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
fcntl.h
9
#define
O_EXCL
0x0800 /* not fcntl */
macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
fcntl.h
19
#define
O_EXCL
0x0400 /* not fcntl */
macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
fcntl.h
9
#define
O_EXCL
0x0800 /* not fcntl */
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
fcntl.h
28
#define
O_EXCL
0x0400
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
fcntl.h
28
#define
O_EXCL
0x0400
macro
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
watch_queue.h
9
#define O_NOTIFICATION_PIPE
O_EXCL
/* Parameter to pipe2() selecting notification pipe */
/kernel/linux/linux-5.10/include/linux/
H
A
D
fcntl.h
10
(O_RDONLY | O_WRONLY | O_RDWR | O_CREAT |
O_EXCL
| O_NOCTTY | O_TRUNC | \
/kernel/linux/linux-6.6/include/linux/
H
A
D
fcntl.h
10
(O_RDONLY | O_WRONLY | O_RDWR | O_CREAT |
O_EXCL
| O_NOCTTY | O_TRUNC | \
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
watch_queue.h
9
#define O_NOTIFICATION_PIPE
O_EXCL
/* Parameter to pipe2() selecting notification pipe */
Completed in 9 milliseconds
1
2
3
4
5
6