Searched defs:ADD_STRING (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/dig/
H A Ddig.c42 #define ADD_STRING(b, s) { \ macro
344 ADD_STRING(buf, " ");
362 ADD_STRING(buf, " from server ");
363 ADD_STRING(buf, query->servname);
368 ADD_STRING(buf, store);
370 ADD_STRING(buf, "\n");
/bind-9.11.3/bin/tools/
H A Dmdig.c64 #define ADD_STRING(b, s) { \ macro
/bind-9.11.3/lib/dns/
H A Dmessage.c82 #define ADD_STRING(b, s) {if (strlen(s) >= \ macro
3262 ADD_STRING(target, dns_master_indentstr); \
3291 ADD_STRING(target, sectiontext[section]);
3293 ADD_STRING(target, updsectiontext[section]);
3295 ADD_STRING(target, "_SECTION:\n");
3297 ADD_STRING(target, ";; ");
3299 ADD_STRING(target, sectiontext[section]);
3301 ADD_STRING(target, updsectiontext[section]);
3303 ADD_STRING(target, " SECTION:\n");
3332 ADD_STRING(targe
[all...]

Completed in 27 milliseconds