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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c85 copyf(char *a_srcPath, char *a_dstPath, time_t a_mytime) argument
96 srcFd = open(a_srcPath, O_RDONLY, 0);
98 progerr(ERR_OPEN_READ, a_srcPath, errno, strerror(errno));
105 progerr(ERR_FSTAT, srcFd, a_srcPath, errno, strerror(errno));
146 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0);
175 progerr(ERR_READ, a_srcPath, errno, strerror(errno));
199 copyFile(int a_srcFd, int a_dstFd, char *a_srcPath, char *a_dstPath, argument
208 echoDebug(DBG_COPY_FILE, a_srcPath, a_dstPath);
267 progerr(ERR_COPY_MEMORY, a_srcPath, errno,
286 progerr(ERR_READ, a_srcPath,
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c81 * - a_srcPath - path to source to copy
90 cppath(int a_ctrl, char *a_srcPath, char *a_dstPath, mode_t a_mode) argument
102 echoDebug(DBG_CPPATH_ENTRY, a_ctrl, a_mode, a_srcPath, a_dstPath);
106 srcFd = open(a_srcPath, O_RDONLY);
108 progerr(ERR_OPEN_READ, a_srcPath,
116 progerr(ERR_FSTAT, srcFd, a_srcPath, errno, strerror(errno));
163 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0);
169 progerr(ERR_INPUT, a_srcPath, errno, strerror(errno));

Completed in 247 milliseconds