Home
last modified time | relevance | path

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

/titanic_41/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.c456 if (cp->u.s->wfile && !pd) { in substitute()
457 if (cp->u.s->wfd == -1 && (cp->u.s->wfd = open(cp->u.s->wfile, in substitute()
459 err(1, "%s", cp->u.s->wfile); in substitute()
462 err(1, "%s", cp->u.s->wfile); in substitute()
755 err(1, "%s", cp->u.s->wfile); in cfclose()
H A Ddefs.h65 char *wfile; /* NULL if no wfile */ member
/titanic_41/usr/src/cmd/lms/
H A DProtocol.cpp1751 std::ofstream wfile(tmp2FileName.c_str(), std::ios_base::out | std::ios_base::trunc); local
1752 if (!wfile.is_open()) {
1757 wfile << mfile.rdbuf();
1758 if (wfile.bad()) {
1760 wfile.close();
1765 wfile.close();
/titanic_41/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c199 adjprintf(" %*u", 4, DELTA(wfile)); in dostats()
/titanic_41/usr/src/tools/onbld/Scm/
H A DBackup.py571 wfile = self.ws.repo.join(fname)
574 shutil.copy2(bfile, wfile)
/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c1301 NS_INC(wfile); in restore_file()
1507 NS_INC(wfile); in restore_xattr_hdr()