Lines Matching refs:a_srcPath
85 copyf(char *a_srcPath, char *a_dstPath, time_t a_mytime) in copyf() argument
96 srcFd = open(a_srcPath, O_RDONLY, 0); in copyf()
98 progerr(ERR_OPEN_READ, a_srcPath, errno, strerror(errno)); in copyf()
105 progerr(ERR_FSTAT, srcFd, a_srcPath, errno, strerror(errno)); in copyf()
146 status = copyFile(srcFd, dstFd, a_srcPath, a_dstPath, &srcStatbuf, 0); in copyf()
175 progerr(ERR_READ, a_srcPath, errno, strerror(errno)); in copyf()
199 copyFile(int a_srcFd, int a_dstFd, char *a_srcPath, char *a_dstPath, in copyFile() argument
208 echoDebug(DBG_COPY_FILE, a_srcPath, a_dstPath); in copyFile()
267 progerr(ERR_COPY_MEMORY, a_srcPath, errno, in copyFile()
286 progerr(ERR_READ, a_srcPath, in copyFile()
342 progerr(ERR_READ, a_srcPath, in copyFile()
362 progerr(ERR_READ, a_srcPath, in copyFile()
390 progerr(ERR_MAPFAILED, a_srcPath, errno, in copyFile()