Searched refs:ADD_STRING (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | message.c | 91 #define ADD_STRING(b, s) {if (strlen(s) >= \ macro 3090 ADD_STRING(target, ";; "); 3092 ADD_STRING(target, sectiontext[section]); 3094 ADD_STRING(target, updsectiontext[section]); 3096 ADD_STRING(target, " SECTION:\n"); 3111 ADD_STRING(target, ";"); 3129 ADD_STRING(target, "\n"); 3161 ADD_STRING(target, ";; OPT PSEUDOSECTION:\n"); 3162 ADD_STRING(target, "; EDNS: version: "); 3165 ADD_STRING(targe [all...] |
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dig.c | 49 #define ADD_STRING(b, s) { \ macro 312 ADD_STRING(buf, " "); 321 ADD_STRING(buf, " from server "); 322 ADD_STRING(buf, query->servname); 324 ADD_STRING(buf, store); 326 ADD_STRING(buf, "\n");
|
Completed in 19 milliseconds