OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Oflags
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
kfile.h
94
int
Oflags
; // From the open call, see fcntl.h
/external/ltp/testcases/kernel/fs/doio/
iogen.c
160
int
Oflags
; /* open(2) flags for creating files */
1108
Oflags
|= O_CREAT | O_WRONLY;
1110
if ((fd = open(path,
Oflags
, 0666)) == -1) {
[
all
...]
Completed in 136 milliseconds