Searched refs:defdname (Results 1 – 2 of 2) sorted by relevance
220 (void)strncpy(_res.defdname, cp, sizeof(_res.defdname) - 1); in res_init()221 _res.defdname[sizeof(_res.defdname) - 1] = '\0'; in res_init()231 cp = _res.defdname; in res_init()273 strncpy(_res.defdname, cp, sizeof(_res.defdname) - 1); in res_init()274 _res.defdname[sizeof(_res.defdname) - 1] = '\0'; in res_init()275 if ((cp = strpbrk(_res.defdname, " \t\n")) != NULL) in res_init()289 strncpy(_res.defdname, cp, sizeof(_res.defdname) - 1); in res_init()290 _res.defdname[sizeof(_res.defdname) - 1] = '\0'; in res_init()291 if ((cp = strchr(_res.defdname, '\n')) != NULL) in res_init()297 cp = _res.defdname; in res_init()[all …]
103 char defdname[256]; /* default domain (deprecated) */ member