Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_typedef.c583 const char *cmode = NULL, *rfile = NULL, *wfile = NULL; in cmd_typedef() local
596 'w', MDB_OPT_STR, &wfile, NULL); in cmd_typedef()
613 if (wfile != NULL) in cmd_typedef()
619 wfile != NULL) && argc != 0) in cmd_typedef()
634 if (wfile) in cmd_typedef()
635 return (typedef_writefile(wfile)); in cmd_typedef()
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c553 char wfile[_POSIX2_LINE_MAX + 1], *q; in compile_flags() local
557 s->wfile = NULL; in compile_flags()
604 q = wfile; in compile_flags()
611 if (q == wfile) in compile_flags()
613 s->wfile = strdup(wfile); in compile_flags()
614 if (!aflag && (s->wfd = open(wfile, in compile_flags()
616 err(1, "%s", wfile); in compile_flags()
H A Dprocess.c470 if (cp->u.s->wfile && !pd) { in substitute()
471 if (cp->u.s->wfd == -1 && (cp->u.s->wfd = open(cp->u.s->wfile, in substitute()
473 err(1, "%s", cp->u.s->wfile); in substitute()
476 err(1, "%s", cp->u.s->wfile); in substitute()
769 err(1, "%s", cp->u.s->wfile); in cfclose()
H A Ddefs.h65 char *wfile; /* NULL if no wfile */ member
/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c199 adjprintf(" %*u", 4, DELTA(wfile)); in dostats()
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c1302 NS_INC(wfile); in restore_file()
1508 NS_INC(wfile); in restore_xattr_hdr()