Searched refs:restEnd (Results 1 – 1 of 1) sorted by relevance
1130 const char* const restEnd = restStart + restSize; in FIO_fwriteSparse() local1131 for ( ; (restPtr < restEnd) && (*restPtr == 0); restPtr++) ; in FIO_fwriteSparse()1133 if (restPtr != restEnd) { in FIO_fwriteSparse()1138 { size_t const sizeCheck = fwrite(restPtr, 1, restEnd - restPtr, file); in FIO_fwriteSparse()1139 if (sizeCheck != (size_t)(restEnd - restPtr)) in FIO_fwriteSparse()