Searched refs:txtname (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isccfg/
H A Daclconf.c146 const char *txtname = cfg_obj_asstring(keyobj); local
148 keylen = strlen(txtname);
149 isc_buffer_constinit(&buf, txtname, keylen);
157 txtname);
/bind-9.6-ESV-R11/bin/tests/rbt/
H A Dt_rbt.c53 fixedname_cmp(dns_fixedname_t *dns_name, char *txtname);
67 fixedname_cmp(dns_fixedname_t *dns_name, char *txtname) { argument
71 if (strcmp(txtname, "NULL") == 0) {
76 return(strcmp(name, txtname));

Completed in 3832 milliseconds