Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddd.c41 #define C_BS 0x0001 macro
88 { "bs", C_BS },
164 in.buff = out.buff = xmalloc(in.sz + ((toys.optflags & C_BS)? 0: out.sz)); in setup_inout()
265 if (toys.optflags & C_BS) { in do_dd()
310 case C_BS: in dd_main()
315 if (!(toys.optflags & C_BS)) in.sz = sz; in dd_main()
319 if (!(toys.optflags & C_BS)) out.sz = sz; in dd_main()