Searched defs:targ_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c681 char *targ_file; local
684 targ_file = *targ_ptr;
686 if (access(targ_file, W_OK) == 0) {
687 (void) unlink(targ_file);
690 n = open(targ_file, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644);
692 progerr(gettext(ERR_NOCREAT), targ_file); local

Completed in 46 milliseconds