Searched refs:ddflags (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/bin/dd/
H A Dargs.c121 if (ddflags & ap->noset)
124 ddflags |= ap->set;
130 if (ddflags & C_BS) {
136 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
138 ddflags &= ~C_BS;
141 if (ddflags & C_BS && ddflags & (C_IBS | C_OBS))
149 if (ddflags & (C_BLOCK | C_UNBLOCK)) {
150 if (!(ddflags & C_CBS))
154 cfunc = ddflags
[all...]
H A Ddd.c81 u_int ddflags = 0; /* conversion options */ variable
150 (O_CREAT | (ddflags & (C_SEEK | C_NOTRUNC) ? 0 : O_TRUNC))
171 if (!(ddflags & (C_BLOCK | C_UNBLOCK))) {
193 if ((ddflags & (C_OF | C_SEEK | C_NOTRUNC)) == (C_OF | C_SEEK) &&
198 if (ddflags & (C_LCASE | C_UCASE | C_ASCII | C_EBCDIC | C_PARITY)) {
206 if ((ddflags & C_PARITY) && !(ddflags & C_ASCII)) {
214 if (ddflags & C_LCASE) {
217 } else if (ddflags & C_UCASE) {
221 if ((ddflags
[all...]
H A Dextern.h56 extern u_int ddflags;
H A Dmisc.c62 if (ddflags & C_NOINFO)
78 if (!(ddflags & C_NOXFER)) {
H A Dposition.c113 if (ddflags & C_NOERROR) {

Completed in 105 milliseconds