Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/timed/timed/
H A Dmaster.c539 static struct hosttbl *lasthfree = &hosttbl[0]; variable
594 ret = lasthfree;
595 if (++lasthfree > &hosttbl[NHOSTS])
596 lasthfree = &hosttbl[1];
691 lasthfree = hnxt;
693 lasthfree = htp;
696 lasthfree->name[0] = '\0';
697 lasthfree->h_fwd = 0;
698 lasthfree->l_fwd = 0;