Lines Matching defs:hs
56 struct hs {
80 struct hs *hs;
81 struct hs *hsp;
116 if ((hs = malloc(hostslim * sizeof (struct hs))) == NULL) {
117 (void) fprintf(stderr, "initial hs malloc failed\n");
120 hsp = hs;
150 * so we first remember its offset into hs[],
154 hoff = hsp - hs;
155 hs = realloc(hs, hostslim * sizeof (struct hs));
156 if (hs == NULL) {
160 hsp = hs + hoff;
187 qsort((char *)hs, nhosts, sizeof (hs[0]), cmp);
193 hsp = &hs[i];
242 hscmp(struct hs *h1, struct hs *h2)
252 lcmp(struct hs *h1, struct hs *h2)
271 ucmp(struct hs *h1, struct hs *h2)
289 tcmp(struct hs *h1, struct hs *h2)