Home
last modified time | relevance | path

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

/third_party/toybox/generated/
Dtags.h10 #define _DD_iflag_count_bytes (1<<0) macro
/third_party/toybox/toys/pending/
Ddd.c231 if (TT.c_count != ULLONG_MAX && !(TT.iflag & _DD_iflag_count_bytes)) { in dd_main()