Lines Matching refs:defdname
178 strcpy(_res.defdname, buf);
180 strcpy(_res.defdname, cp+1);
184 (void) strncpy(_res.defdname, cp, sizeof (_res.defdname));
200 (void) strncpy(_res.defdname, cp, sizeof (_res.defdname) - 1);
202 if ((cp = strchr(_res.defdname, (int)'\n')) != NULL)
204 if ((cp = index(_res.defdname, '\n')) != NULL)
219 (void) strncpy(_res.defdname, cp, sizeof (_res.defdname) - 1);
221 if ((cp = strchr(_res.defdname, (int)'\n')) != NULL)
223 if ((cp = index(_res.defdname, '\n')) != NULL)
230 cp = _res.defdname;
273 if (_res.defdname[0] == 0) {
274 if (gethostname(buf, sizeof (_res.defdname)) == 0 &&
280 (void) strcpy(_res.defdname, cp + 1);
286 *pp++ = _res.defdname;
287 for (cp = _res.defdname, n = 0; *cp; cp++)
290 cp = _res.defdname;