Lines Matching refs:full_name
403 char full_name[256];
415 strncpy(full_name, state->zone_name, 255);
416 full_name[255] = '\0';
418 snprintf(full_name, 255, "%s.", name);
420 snprintf(full_name, 255, "%s.%s", name, state->zone_name);
425 if (strncasecmp(full_name, last, 255) == 0)
429 strncpy(last, full_name, 255);
431 state->log(ISC_LOG_INFO, "lookup #%d for %s", count, full_name);
509 if (strcasecmp(state->current[i].name, full_name) == 0) {
707 char *full_name, *dclass, *type, *data, *ttlstr, *buf;
726 full_name = STRTOK_R(buf, "\t", &saveptr);
727 if (full_name == NULL)