Lines Matching refs:tgrp
97 struct zonegrp *zptr, tgrp; in res_nupdate() local
109 memset(&tgrp, 0, sizeof (tgrp)); in res_nupdate()
114 tgrp.z_class = rrecp->r_class; in res_nupdate()
115 nscnt = res_findzonecut2(statp, rrecp->r_dname, tgrp.z_class, in res_nupdate()
116 RES_EXHAUSTIVE, tgrp.z_origin, in res_nupdate()
117 sizeof tgrp.z_origin, in res_nupdate()
118 tgrp.z_nsaddrs, MAXNS); in res_nupdate()
123 tgrp.z_nscount = nscnt; in res_nupdate()
126 if (ns_samename(tgrp.z_origin, zptr->z_origin) == 1 && in res_nupdate()
127 tgrp.z_class == zptr->z_class) in res_nupdate()
136 *zptr = tgrp; in res_nupdate()