Home | Sort by: relevance | last modified time | path |
/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; |