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

/freebsd-current/usr.bin/sed/
H A Ddefs.h64 char *wfile; /* NULL if no wfile */ member in struct:s_subst
H A Dcompile.c680 char wfile[_POSIX2_LINE_MAX + 1], *q, *eq; local
684 s->wfile = NULL;
727 warnx("%lu: %s: space missing before w wfile", linenum, fname);
732 q = wfile;
733 eq = wfile + sizeof(wfile) - 1;
738 err(1, "wfile too long");
742 if (q == wfile)
743 errx(1, "%lu: %s: no wfile specified", linenum, fname);
744 s->wfile
[all...]
H A Dprocess.c477 if (cp->u.s->wfile && !pd) {
478 if (cp->u.s->wfd == -1 && (cp->u.s->wfd = open(cp->u.s->wfile,
480 err(1, "%s", cp->u.s->wfile);
483 err(1, "%s", cp->u.s->wfile);
774 err(1, "%s", cp->u.s->wfile);
/freebsd-current/crypto/openssh/
H A Dssh-keygen.c2588 char *wfile = NULL, *asig = NULL, *fp = NULL; local
2633 xasprintf(&wfile, "%s.sig", filename);
2634 if (confirm_overwrite(wfile)) {
2635 if ((wfd = open(wfile, O_WRONLY|O_CREAT|O_TRUNC,
2639 wfile, strerror(errno));
2648 wfile, strerror(errno));
2655 wfile);
2662 free(wfile);

Completed in 78 milliseconds