Searched refs:tmpcf (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/libinst/ |
H A D | ocfile.c | 130 char tmpcf[PATH_MAX]; in set_cfdir() local 142 (void) snprintf(tmpcf, sizeof (tmpcf), "%s/contents", pkgadm_dir); in set_cfdir() 149 if (access(tmpcf, F_OK) == 0) { in set_cfdir() 172 n = open(tmpcf, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644); in set_cfdir() 174 progerr(gettext(ERR_CREAT_CONT), tmpcf, in set_cfdir() 183 status = copyf(realcf, tmpcf, (time_t)0); in set_cfdir() 185 progerr(gettext(ERR_DRCONTCP), tmpcf); in set_cfdir()
|