/src/regress/sys/fs/lfs/ckckp/ |
check-all | 44 $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/ |
mdsetimage.c | 190 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/ |
defs.h | 67 char *wfile; /* NULL if no wfile */ member in struct:s_subst 122 WFILE, /* w */
|
compile.c | 125 {'w', 2, WFILE}, 285 case WFILE: /* w */ 712 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); [all...] |
process.c | 481 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/ |
sed.test | 494 echo s wfile results
|