OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:C_SYNC
(Results
1 - 2
of
2
) sorted by null
/external/toybox/toys/pending/
dd.c
58
#define
C_SYNC
8
206
if (conv&
C_SYNC
) memset(TT.in.bp, 0, TT.in.sz);
215
if (!(conv&
C_SYNC
)) continue;
224
if (conv&
C_SYNC
) TT.in.count += TT.in.sz;
/system/core/toolbox/upstream-netbsd/bin/dd/
dd.h
123
#define
C_SYNC
0x20000
Completed in 1514 milliseconds