Lines Matching refs:outf
2197 char outf[INOUTF_SZ];
2222 strcpy(outf, device);
2245 inf, skip, outf, seek, dd_count);
2316 if (outf[0] && ('-' != outf[0])) {
2317 out_type = dd_filetype(outf);
2324 ME "unable to use scsi tape device %s\n", outf);
2327 if ((outfd = open(outf, O_RDWR)) < 0) {
2330 outf);
2354 if ((outfd = open(outf, flags, 0666)) < 0) {
2358 outf);
2363 if ((outfd = open(outf, O_WRONLY)) < 0) {
2367 outf);
2380 outf);
2424 outf);
2625 fprintf(stderr, ">> Synchronizing cache on %s\n", outf);
6279 char outf[INOUTF_SZ];
6306 strcpy(outf, device);
6373 if (outf[0] && ('-' != outf[0])) {
6374 out_type = dd_filetype(outf);
6378 ME "unable to use scsi tape device %s\n", outf);
6381 if ((outfd = open(outf, O_RDWR)) < 0) {
6384 "sg writing", outf);
6416 outf);
6426 open(outf, O_WRONLY | O_CREAT,
6431 outf);
6436 if ((outfd = open(outf, O_WRONLY)) < 0) {
6439 "for raw writing", outf);
6452 outf);
6509 outf);
6706 fprintf(stderr, ">> Synchronizing cache on %s\n", outf);
7288 char outf[INOUTF_SZ];
7311 strcpy(outf, device);
7322 inf, skip, outf, seek, count);
7367 if (outf[0] && ('-' != outf[0])) {
7368 rcoll.out_type = dd_filetype(outf);
7372 ME "unable to use scsi tape device %s\n", outf);
7375 if ((rcoll.outfd = open(outf, O_RDWR)) < 0) {
7378 outf);
7391 open(outf, O_WRONLY | O_CREAT,
7396 outf);
7401 if ((rcoll.outfd = open(outf, O_WRONLY)) < 0) {
7405 outf);
7419 outf);
7466 outf);
7598 fprintf(stderr, ">> Synchronizing cache on %s\n", outf);