Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddd.c51 #define C_NOERROR 0x0400 macro
81 { "noerror", C_NOERROR },
188 if (toys.optflags & C_NOERROR) { //warn message and summary in setup_inout()
248 if (!(toys.optflags & C_NOERROR)) exit(1); in do_dd()