HomeSort by: relevance | last modified time | path
    Searched defs:ghpp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/timed/timed/
timed.c 710 struct goodhost *ghp, **ghpp; local in function:get_goodgroup
735 ghpp = &goodhosts;
736 while (0 != (ghp = *ghpp)) {
738 *ghpp = ghp->next;
741 ghpp = &ghp->next;
timed.c 710 struct goodhost *ghp, **ghpp; local in function:get_goodgroup
735 ghpp = &goodhosts;
736 while (0 != (ghp = *ghpp)) {
738 *ghpp = ghp->next;
741 ghpp = &ghp->next;

Completed in 57 milliseconds