Home
last modified time | relevance | path

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

/openbsd/bin/dd/
H A Ddd.h85 #define C_NOERROR 0x00400 macro
H A Dposition.c102 if (ddflags & C_NOERROR) { in pos_in()
H A Dargs.c286 { "noerror", C_NOERROR, 0, NULL },
H A Ddd.c265 if (!(ddflags & C_NOERROR)) in dd_in()