Home | History | Annotate | Download | only in toolbox

Lines Matching full:ddflags

90 extern u_int		ddflags;
114 u_int ddflags; /* conversion options */
190 (O_CREAT | (ddflags & (C_SEEK | C_NOTRUNC) ? 0 : O_TRUNC))
218 if (!(ddflags & (C_BLOCK|C_UNBLOCK))) {
243 if ((ddflags & (C_OF | C_SEEK | C_NOTRUNC)) == (C_OF | C_SEEK))
251 if (ddflags & (C_LCASE|C_UCASE)) {
260 if (ddflags & C_ASCII || ddflags & C_EBCDIC) {
261 if (ddflags & C_LCASE) {
269 if (ddflags & C_LCASE) {
341 for (flags = ddflags;;) {
392 if (!(ddflags & C_SYNC))
407 if (ddflags & C_SYNC)
419 if (ddflags & C_BS) {
426 /* if (ddflags & C_SWAB) {
453 if (ddflags & C_OSYNC && out.dbcnt < out.dbsz) {
515 if (!force && ddflags & C_SPARSE) {
674 if (ddflags & C_NOERROR) {
1117 if (ddflags & ap->noset) {
1124 ddflags |= ap->set;
1130 if (ddflags & C_BS) {
1136 if (ddflags & (C_BLOCK | C_LCASE | C_SWAB | C_UCASE |
1138 ddflags &= ~C_BS;
1139 ddflags |= C_IBS|C_OBS;
1143 if (ddflags & C_BS && ddflags & (C_IBS|C_OBS))
1151 if (ddflags & (C_BLOCK|C_UNBLOCK)) {
1152 if (!(ddflags & C_CBS)) {
1157 cfunc = ddflags & C_BLOCK ? block : unblock;
1158 } else if (ddflags & C_CBS) {
1159 if (ddflags & (C_ASCII|C_EBCDIC)) {
1160 if (ddflags & C_ASCII) {
1161 ddflags |= C_UNBLOCK;
1164 ddflags |= C_BLOCK;
1239 if (!(ddflags & C_BS))
1254 if (!(ddflags & C_BS))
1338 if (ddflags & cp->noset) {
1342 ddflags |= cp->set;