Searched refs:srcend (Results 1 – 1 of 1) sorted by relevance
1139 int srcend = strlen(srcpath); in movefileordir() local1181 if ((srcend+strlen(name)) >= (PKG_PATH_MAX-2)) { in movefileordir()1191 srcpath[srcend] = dstpath[dstend] = '/'; in movefileordir()1192 strcpy(srcpath+srcend+1, name); in movefileordir()1203 srcpath[srcend] = dstpath[dstend] = 0; in movefileordir()