Searched refs:ghp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dtimed.c739 register struct goodhost *ghp; local
742 ghp = (struct goodhost*)malloc(sizeof(*ghp));
743 if (!ghp) {
748 bzero((char*)ghp, sizeof(*ghp));
749 (void)strncpy(&ghp->name[0], name, sizeof(ghp->name));
750 ghp->next = goodhosts;
751 ghp
769 struct goodhost *ghp, **ghpp; local
835 register struct goodhost *ghp = goodhosts; local
[all...]

Completed in 146 milliseconds