Home
last modified time | relevance | path

Searched refs:C_SYNC (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Ddd.c49 #define C_SYNC 0x0100 macro
83 { "sync", C_SYNC },
242 if (toys.optflags & C_SYNC) memset(in.bp, 0, in.sz); in do_dd()
251 if (!(toys.optflags & C_SYNC)) continue; in do_dd()
260 if (toys.optflags & C_SYNC) in.count += in.sz; in do_dd()