| /src/external/gpl3/gcc/dist/contrib/ |
| gennews | 71 wfile=$website$file 72 echo $wfile 76 env TERM=vt100 lynx -dump $wfile
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| gennews | 69 wfile=$website$file 70 echo $wfile 74 env TERM=vt100 lynx -dump $wfile
|
| /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 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 | 126 {'w', 2, WFILE}, 285 case WFILE: /* w */ 707 char wfile[_POSIX2_LINE_MAX + 1], *q; local 711 s->wfile = NULL; 754 sedwarn("space missing before w wfile"); 759 q = wfile; 766 if (q == wfile) 767 sederr("no wfile specified"); 768 s->wfile = strdup(wfile); [all...] |
| process.c | 482 if (cp->u.s->wfile && !pd) { 483 if (cp->u.s->wfd == -1 && (cp->u.s->wfd = open(cp->u.s->wfile, 485 err(1, "%s", cp->u.s->wfile); 488 err(1, "%s", cp->u.s->wfile); 797 err(1, "%s", cp->u.s->wfile);
|
| /src/external/apache2/llvm/dist/llvm/tools/sancov/ |
| coverage-report-server.py | 151 self.wfile.write(response.encode('UTF-8', 'replace')) 177 self.wfile.write(response.encode('UTF-8', 'replace'))
|
| /src/external/gpl2/rcs/dist/src/ |
| ci.c | 676 FILE *wfile = workptr->stream; variable 696 (wfile_off = ftell(wfile)) == -1 697 || fseek(wfile, 0L, SEEK_SET) != 0 699 || fflush(wfile) != 0 731 if (fseek(wfile, wfile_off, SEEK_SET) != 0)
|
| /src/usr.bin/sed/TEST/ |
| sed.test | 494 echo s wfile results
|
| /src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
| ScanView.py | 248 self.copyfile(f, self.wfile) 288 self.copyfile(f, self.wfile)
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-keygen.c | 2561 char *wfile = NULL, *asig = NULL, *fp = NULL; local 2606 xasprintf(&wfile, "%s.sig", filename); 2607 if (confirm_overwrite(wfile)) { 2608 if ((wfd = open(wfile, O_WRONLY|O_CREAT|O_TRUNC, 2612 wfile, strerror(errno)); 2621 wfile, strerror(errno)); 2628 wfile); 2635 free(wfile);
|