OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_CREAT
(Results
1 - 25
of
75
) sorted by null
1
2
3
/external/compiler-rt/SDKs/darwin/usr/include/sys/
fcntl.h
48
#define
O_CREAT
0x0200 /* create if nonexistant */
/external/compiler-rt/SDKs/linux/usr/include/sys/
fcntl.h
25
#define
O_CREAT
0x0200
/bionic/libc/kernel/arch-mips/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/external/kernel-headers/original/asm-mips/
fcntl.h
15
#define
O_CREAT
0x0100 /* not fcntl */
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/development/ndk/platforms/android-3/include/asm-generic/
fcntl.h
21
#ifndef
O_CREAT
22
#define
O_CREAT
00000100
/external/clang/test/Analysis/
unix-fns.c
42
#ifndef
O_CREAT
43
#define
O_CREAT
0x0200
55
fd = open(path,
O_CREAT
); // expected-warning{{Call to 'open' requires a third argument when the '
O_CREAT
' flag is set}}
401
// CHECK-NEXT: <string>Call to 'open' requires a third argument when the '
O_CREAT
' flag is set</string>
403
// CHECK-NEXT: <string>Call to 'open' requires a third argument when the '
O_CREAT
' flag is set</string>
406
// CHECK-NEXT: <key>description</key><string>Call to 'open' requires a third argument when the '
O_CREAT
' flag is set</string>
[
all
...]
/external/stlport/src/details/
fstream_stdio.cpp
74
# define
O_CREAT
_O_CREAT
/external/yaffs2/yaffs2/direct/
yaffsfs.h
35
#ifndef
O_CREAT
36
#define
O_CREAT
0100
/ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp
74
# define
O_CREAT
_O_CREAT
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h
12
#ifndef
O_CREAT
13
#define
O_CREAT
00000100 /* not fcntl */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h
12
#ifndef
O_CREAT
13
#define
O_CREAT
00000100 /* not fcntl */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h
12
#ifndef
O_CREAT
13
#define
O_CREAT
00000100 /* not fcntl */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h
21
#ifndef
O_CREAT
22
#define
O_CREAT
00000100
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h
21
#ifndef
O_CREAT
22
#define
O_CREAT
00000100
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h
21
#ifndef
O_CREAT
22
#define
O_CREAT
00000100
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h
21
#ifndef
O_CREAT
22
#define
O_CREAT
00000100
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h
21
#ifndef
O_CREAT
22
#define
O_CREAT
00000100
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h
21
#ifndef
O_CREAT
22
#define
O_CREAT
00000100
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h
21
#ifndef
O_CREAT
22
#define
O_CREAT
00000100
Completed in 329 milliseconds
1
2
3