Home
last modified time | relevance | path

Searched refs:hspace (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/ruptime/
H A Druptime.c185 size_t hspace; in ruptime() local
196 for (nhosts = hspace = 0; (dp = readdir(dirp)) != NULL;) { in ruptime()
204 if (nhosts == hspace) { in ruptime()
206 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL) in ruptime()