Home
last modified time | relevance | path

Searched refs:ERR_OPEN_WRITE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c372 progerr(ERR_OPEN_WRITE, a_file, errno, strerror(errno)); in write_file()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c135 progerr(ERR_OPEN_WRITE, a_dstPath, errno, in copyf()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dmessages.h527 #define ERR_OPEN_WRITE gettext("unable to open <%s> for writing: (%d) %s") macro