OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:S_IWRITE
(Results
1 - 8
of
8
) sorted by null
/external/stlport/src/details/
fstream_stdio.cpp
53
# define
S_IWRITE
_S_IWRITE
95
# define
S_IWRITE
S_IWUSR
97
# define _S_IWRITE
S_IWRITE
283
switch ( mode & (
S_IWRITE
| S_IREAD) ) {
287
case
S_IWRITE
:
290
case (
S_IWRITE
| S_IREAD):
/external/yaffs2/yaffs2/direct/
yaffsfs.h
138
#ifndef
S_IWRITE
139
#define
S_IWRITE
0000200
/ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp
53
# define
S_IWRITE
_S_IWRITE
95
# define
S_IWRITE
S_IWUSR
97
# define _S_IWRITE
S_IWRITE
283
switch ( mode & (
S_IWRITE
| S_IREAD) ) {
287
case
S_IWRITE
:
290
case (
S_IWRITE
| S_IREAD):
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h
82
#define
S_IWRITE
_S_IWRITE
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h
73
#define
S_IWRITE
_S_IWRITE
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h
180
# define
S_IWRITE
S_IWUSR
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h
82
#define
S_IWRITE
_S_IWRITE
/external/dropbear/
scp.c
73
#define
S_IWRITE
0200
990
mode |=
S_IWRITE
;
Completed in 140 milliseconds