Searched refs:dstpathLen (Results 1 – 1 of 1) sorted by relevance
90 size_t dstpathLen; in dup_chkinstall() local96 dstpathLen = strlen(tmpdir) + strlen(tmpname) + 3; in dup_chkinstall()100 dstpath = (char *)malloc(dstpathLen); in dup_chkinstall()107 (void) snprintf(dstpath, dstpathLen, "%s/%s", tmpdir, tmpname); in dup_chkinstall()