OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_SEEK
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
dd.h
86
#define
C_SEEK
0x04000
dd.c
188
(O_CREAT | (ddflags & (
C_SEEK
| C_NOTRUNC) ? 0 : O_TRUNC))
241
if ((ddflags & (C_OF |
C_SEEK
| C_NOTRUNC)) == (C_OF |
C_SEEK
))
1047
{ "seek", f_seek,
C_SEEK
,
C_SEEK
},
Completed in 35 milliseconds