OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_CREAT
(Results
26 - 50
of
674
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm-generic/
fcntl.h
27
#ifndef
O_CREAT
29
#define
O_CREAT
00000100
94
#define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY |
O_CREAT
)
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm-generic/
fcntl.h
27
#ifndef
O_CREAT
29
#define
O_CREAT
00000100
94
#define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY |
O_CREAT
)
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm-generic/
fcntl.h
27
#ifndef
O_CREAT
29
#define
O_CREAT
00000100
94
#define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY |
O_CREAT
)
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/
fcntl.h
27
#ifndef
O_CREAT
29
#define
O_CREAT
00000100
94
#define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY |
O_CREAT
)
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
fcntl.h
27
#ifndef
O_CREAT
29
#define
O_CREAT
00000100
94
#define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY |
O_CREAT
)
/development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/external/libchrome/sandbox/linux/syscall_broker/
broker_file_permission.cc
159
if (!allow_create_ && (flags &
O_CREAT
)) {
163
// If
O_CREAT
is present, ensure O_EXCL
164
if ((flags &
O_CREAT
) && !(flags & O_EXCL)) {
169
if (unlink_ && !(flags &
O_CREAT
)) {
182
const int known_flags = O_APPEND | O_ASYNC | O_CLOEXEC |
O_CREAT
| O_DIRECT |
/external/libxml2/win32/wince/
wincecompat.c
36
if ( oflag==(O_WRONLY|
O_CREAT
) )
/external/valgrind/memcheck/tests/x86-solaris/
scalar_obsolete.c
22
SY(SYS_open64, x0, x0 |
O_CREAT
, x0); FAIL;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl2.h
24
/* Check that calls to open and openat with
O_CREAT
set have an
39
"open with
O_CREAT
in second argument needs 3 arguments");
49
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
71
"open64 with
O_CREAT
in second argument needs 3 arguments");
81
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
115
"openat with
O_CREAT
in third argument needs 4 arguments");
125
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
149
"openat64 with
O_CREAT
in third argument needs 4 arguments");
159
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl2.h
24
/* Check that calls to open and openat with
O_CREAT
set have an
39
"open with
O_CREAT
in second argument needs 3 arguments");
49
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
71
"open64 with
O_CREAT
in second argument needs 3 arguments");
81
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
115
"openat with
O_CREAT
in third argument needs 4 arguments");
125
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
149
"openat64 with
O_CREAT
in third argument needs 4 arguments");
159
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl2.h
24
/* Check that calls to open and openat with
O_CREAT
set have an
39
"open with
O_CREAT
in second argument needs 3 arguments");
49
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
71
"open64 with
O_CREAT
in second argument needs 3 arguments");
81
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
115
"openat with
O_CREAT
in third argument needs 4 arguments");
125
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
149
"openat64 with
O_CREAT
in third argument needs 4 arguments");
159
if ((__oflag &
O_CREAT
) != 0 && __va_arg_pack_len () < 1)
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h
25
#define
O_CREAT
0x0100
/prebuilts/ndk/current/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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h
22
#ifndef
O_CREAT
23
#define
O_CREAT
00000100 /* not fcntl */
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
fcntl.h
21
#ifndef
O_CREAT
22
#define
O_CREAT
00000100
Completed in 1201 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>