Lines Matching refs:hs
46 static struct hs { struct
49 } *hs; variable
151 #define HS(a) ((const struct hs *)(a))
180 struct hs *hsp; in ruptime()
205 if ((hs = in ruptime()
206 realloc(hs, (hspace += 40) * sizeof(*hs))) == NULL) in ruptime()
208 hsp = hs + nhosts; in ruptime()
249 qsort(hs, nhosts, sizeof(hs[0]), cmp); in ruptime()
254 hsp = &hs[i]; in ruptime()
273 free(hs); in ruptime()
274 hs = NULL; in ruptime()