Searched refs:store (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c662 char store[MXNAME]; local
848 if (get_reverse(store, sizeof(store), hostname,
850 strncpy(lookup->textname, store, sizeof(lookup->textname));
H A Dnslookup.c686 char store[MXNAME]; local
704 if (get_reverse(store, sizeof(store), opt, lookup->ip6_int, ISC_TRUE)
706 strlcpy(lookup->textname, store, sizeof(lookup->textname));
H A Ddig.c306 char store[sizeof("12345678901234567890")]; local
323 snprintf(store, 19, " in %d ms.", (int)diff/1000);
324 ADD_STRING(buf, store);
H A Ddighost.c1842 char store[MXNAME]; local
2003 isc_buffer_init(&b, store, MXNAME);
2009 dns_name_format(lookup->name, store, sizeof(store));
2010 trying(store, lookup);
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
229 # store a dummy comment line, to avoid errors with the Makefile
283 # store a dummy comment line, to avoid errors with the Makefile

Completed in 1178 milliseconds