Searched refs:full_name (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.c403 char full_name[256]; local
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, *dclas local
[all...]
/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c390 char full_name[256]; local
400 strncpy(full_name, state->zone_name, 255);
401 full_name[255] = '\0';
403 snprintf(full_name, 255, "%s.%s", name, state->zone_name);
461 if (strcasecmp(state->current[i].name, full_name) == 0) {
659 char *full_name, *dclass, *type, *data, *ttlstr, *buf; local
678 full_name = STRTOK_R(buf, "\t", &saveptr);
679 if (full_name == NULL)
/bind-9.11.3/contrib/dlz/modules/perl/
H A Ddlz_perl_driver.c509 char full_name[BUF_LEN]; local
514 snprintf(full_name, BUF_LEN, "%s::%s",
517 if (get_cv(full_name, 0) == NULL) {

Completed in 15 milliseconds