Lines Matching refs:tgrp
94 struct zonegrp *zptr, tgrp; in res_nupdate() local
106 memset(&tgrp, 0, sizeof (tgrp)); in res_nupdate()
111 tgrp.z_class = rrecp->r_class; in res_nupdate()
112 nscnt = res_findzonecut2(statp, rrecp->r_dname, tgrp.z_class, in res_nupdate()
113 RES_EXHAUSTIVE, tgrp.z_origin, in res_nupdate()
114 sizeof tgrp.z_origin, in res_nupdate()
115 tgrp.z_nsaddrs, MAXNS); in res_nupdate()
120 tgrp.z_nscount = nscnt; in res_nupdate()
123 if (ns_samename(tgrp.z_origin, zptr->z_origin) == 1 && in res_nupdate()
124 tgrp.z_class == zptr->z_class) in res_nupdate()
133 *zptr = tgrp; in res_nupdate()