Searched refs:resppath (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dreqexec.c56 static char *resppath = NULL; variable
136 * file. It changes the resppath pointer to point to the working copy.
148 resppath = mktemp(path);
149 if (resppath == NULL) {
156 r = copyf(tpath, resppath, (time_t)0);
158 progerr(ERR_NORESPCOPY, tpath, resppath);
167 if (chmod(resppath, 0644) != 0) {
168 progerr(ERR_CHMOD, resppath);
188 resppath = mktemp(path);
189 if (resppath
[all...]
H A Dmain.c2172 char *resppath = get_respfile(); local
2177 if ((fp = fopen(resppath, "r")) == NULL) {
2178 progerr(ERR_RESPONSE, resppath);

Completed in 46 milliseconds