OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_O_WRONLY
(Results
1 - 8
of
8
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h
14
#define
_O_WRONLY
0x0001
25
#define _O_ACCMODE (_O_RDONLY|
_O_WRONLY
|_O_RDWR)
37
#define O_WRONLY
_O_WRONLY
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h
56
# define O_WRONLY
_O_WRONLY
/toolchain/binutils/binutils-2.27/libiberty/
pex-win32.c
136
(
_O_WRONLY
| _O_CREAT | _O_TRUNC
/external/python/cpython3/Modules/_io/
winconsoleio.c
505
self->fd = _open_osfhandle((intptr_t)self->handle,
_O_WRONLY
| _O_BINARY);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c
[
all
...]
/external/python/cpython2/Modules/
posixmodule.c
[
all
...]
/external/python/cpython3/Modules/
posixmodule.c
[
all
...]
Completed in 1157 milliseconds