Lines Matching refs:defdname
238 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
239 statp->defdname[sizeof(statp->defdname) - 1] = '\0';
249 cp = statp->defdname;
296 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
297 statp->defdname[sizeof(statp->defdname) - 1] = '\0';
298 if ((cp = strpbrk(statp->defdname, " \t\n")) != NULL)
312 strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
313 statp->defdname[sizeof(statp->defdname) - 1] = '\0';
314 if ((cp = strchr(statp->defdname, '\n')) != NULL)
320 cp = statp->defdname;
437 if (statp->defdname[0] == 0 &&
438 gethostname(buf, sizeof(statp->defdname) - 1) == 0 &&
440 strcpy(statp->defdname, cp + 1);
445 *pp++ = statp->defdname;
449 for (cp = statp->defdname; *cp; cp++)
452 cp = statp->defdname;