Searched refs:wfile (Results 1 - 6 of 6) sorted by relevance

/src/regress/sys/fs/lfs/ckckp/
H A Dcheck-all44 $wfile = $ARGV[2];
185 $cmd = "dd if=$rdev of=$wfile bs=$fsize seek=$totalstart " .
196 $cmd = "dd if=$rdev of=$wfile bs=1m conv=swab,oldebcdic"; # garbage
198 $cmd = "dd if=$gfile of=$wfile bs=1m";
204 system("dd if=$rdev of=$wfile bs=8k count=2 conv=notrunc >/dev/null 2>&1");
213 $flags = "-n -f -i 0x$a $wfile" unless $flags;
287 $flags = "-p -f -i 0x" . $iloc{$oind - 1} . " $wfile";
293 &test_fsck($iloc{$oind - 1}, "-n -f $wfile", 0);
/src/usr.sbin/mdsetimage/
H A Dmdsetimage.c190 const char *wfile; local in function:main
195 wfile = fsfile;
200 wfile = kfile;
212 err(1, "write %s", wfile);
214 errx(1, "short write writing %s", wfile);
/src/usr.bin/sed/
H A Ddefs.h67 char *wfile; /* NULL if no wfile */ member in struct:s_subst
H A Dcompile.c712 char wfile[_POSIX2_LINE_MAX + 1], *q; local in function:compile_flags
716 s->wfile = NULL;
759 warnx("%lu: %s: space missing before w wfile", linenum, fname);
764 q = wfile;
771 if (q == wfile)
772 errx(1, "%lu: %s: no wfile specified", linenum, fname);
773 s->wfile = strdup(wfile);
774 if (!aflag && (s->wfd = open(wfile,
777 err(1, "%s", wfile);
[all...]
H A Dprocess.c481 if (cp->u.s->wfile && !pd) {
482 if (cp->u.s->wfd == -1 && (cp->u.s->wfd = open(cp->u.s->wfile,
484 err(1, "%s", cp->u.s->wfile);
487 err(1, "%s", cp->u.s->wfile);
796 err(1, "%s", cp->u.s->wfile);
/src/usr.bin/sed/TEST/
H A Dsed.test494 echo s wfile results

Completed in 6 milliseconds