Home
last modified time | relevance | path

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

/third_party/toybox/generated/
Dtags.h4 #define _DD_conv_noerror (1<<1) macro
/third_party/toybox/toys/pending/
Ddd.c209 if (TT.conv & _DD_conv_noerror) status(); in dd_main()
252 if (!(TT.conv & _DD_conv_noerror)) exit(1); in dd_main()