Searched refs:binPath_sz (Results 1 – 1 of 1) sorted by relevance
1619 int binPath_sz, alignedBinPath_sz = 0; local1635 binPath_sz = 0;1637 while ((binPath_sz < max_len - 1) && (*str++ != 0)) {1638 binPath_sz++;1642 if (binPath_sz < max_len - 1) {1643 binPath_sz += 1;1649 …alignedBinPath_sz += (binPath_sz & (sizeof(int) - 1)) ? (sizeof(int) - (binPath_sz & (sizeof(int) …1657 extraSpaceNeeded = alignedBinPath_sz + addThis + binPath_sz + (4 * sizeof(int));1668 error = copyout(data, placeHere, binPath_sz);1670 placeHere += binPath_sz;