OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_NOTRUNC
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
dd.h
83
#define
C_NOTRUNC
0x00800
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))
1272
{ "notrunc",
C_NOTRUNC
, 0, NULL },
Completed in 24 milliseconds