Home
last modified time | relevance | path

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

/freebsd/bin/dd/
H A Ddd.h80 #define C_NOERROR 0x0000000000000400ULL macro
H A Dposition.c138 if (ddflags & C_NOERROR) { in pos_in()
H A Ddd.c427 if (!(ddflags & C_NOERROR)) in dd_in()
470 if ((ddflags & ~(C_NOERROR | C_NOTRUNC | C_SYNC)) == C_BS) { in dd_in()
H A Dargs.c358 { "noerror", C_NOERROR, 0, NULL },