Searched refs:Istatsz (Results 1 – 1 of 1) sorted by relevance
2301 static int Istatsz; variable2319 Istatsz += ipath2strlen(lhs->ename, lhs->ipath); in istataddsize()2320 Istatsz++; /* for the trailing NULL byte */ in istataddsize()2323 Istatsz += snprintf(NULL, 0, "%d", val); in istataddsize()2324 Istatsz++; /* for the trailing NULL byte */ in istataddsize()2348 ASSERT(Istatbufptr + len + 1 < &Istatbuf[Istatsz]); in istat2str()2349 (void) strlcpy(Istatbufptr, str, &Istatbuf[Istatsz] - Istatbufptr); in istat2str()2355 Istatbufptr += snprintf(Istatbufptr, &Istatbuf[Istatsz] - Istatbufptr, in istat2str()2359 ASSERT(Istatbufptr <= &Istatbuf[Istatsz]); in istat2str()2369 Istatsz = 0; in istat_save()[all …]