HomeSort by: relevance | last modified time | path
    Searched defs:wfile (Results 1 - 3 of 3) sorted by relevancy

  /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...]

Completed in 13 milliseconds