Searched refs:srcend (Results 1 – 1 of 1) sorted by relevance
774 int srcend = strlen(srcpath); in movefileordir() local816 if ((srcend+strlen(name)) >= (PKG_PATH_MAX-2)) { in movefileordir()826 srcpath[srcend] = dstpath[dstend] = '/'; in movefileordir()827 strcpy(srcpath+srcend+1, name); in movefileordir()838 srcpath[srcend] = dstpath[dstend] = 0; in movefileordir()