/bind-9.6-ESV-R11/lib/bind9/ |
H A D | version.c | 24 const char bind9_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | version.c | 24 const char dns_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | version.c | 24 const char isc_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/isccc/ |
H A D | version.c | 24 const char isccc_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | version.c | 24 const char cfg_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/lwres/ |
H A D | version.c | 24 const char lwres_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/bind9/win32/ |
H A D | version.c | 24 LIBBIND9_EXTERNAL_DATA const char bind9_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/dns/win32/ |
H A D | version.c | 24 LIBDNS_EXTERNAL_DATA const char dns_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | version.c | 24 LIBISC_EXTERNAL_DATA const char isc_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/isccc/win32/ |
H A D | version.c | 24 LIBISCCC_EXTERNAL_DATA const char isccc_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/isccfg/win32/ |
H A D | version.c | 24 LIBISCCFG_EXTERNAL_DATA const char cfg_version[] = VERSION;
|
/bind-9.6-ESV-R11/lib/lwres/win32/ |
H A D | version.c | 24 LIBLWRES_EXTERNAL_DATA const char lwres_version[] = VERSION;
|
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | nameprep_template.c | 47 * VERSION should be defined to appropriate value before inclusion. 74 compose_sym2(nameprep_map_, VERSION) (unsigned long v) { 80 #define IMAP compose_sym3(nameprep_, VERSION, _map_imap) 81 #define TABLE compose_sym3(nameprep_, VERSION, _map_table) 82 #define DATA compose_sym3(nameprep_, VERSION, _map_data) 93 compose_sym2(nameprep_prohibited_, VERSION) (unsigned long v) { 99 #define IMAP compose_sym3(nameprep_, VERSION, _prohibited_imap) 100 #define BITMAP compose_sym3(nameprep_, VERSION, _prohibited_bitmap) 108 compose_sym2(nameprep_unassigned_, VERSION) (unsigned long v) { 114 #define IMAP compose_sym3(nameprep_, VERSION, _unassigned_ima [all...] |
H A D | unicode_template.c | 70 #define IMAP(vprefix) concat4(VERSION, _, vprefix, _imap) 71 #define DMAP(vprefix) concat4(VERSION, _, vprefix, _table) 72 #define SEQ(vprefix) concat4(VERSION, _, vprefix, _seq) 79 compose_sym(canonclass_, VERSION) (unsigned long c) { 85 compose_sym(decompose_, VERSION) (unsigned long c, const unsigned long **seqp) 94 compose_sym(compose_, VERSION) (unsigned long c,
|
H A D | nameprep.c | 73 #define VERSION rfc3491 macro 75 #undef VERSION macro
|
H A D | unicode.c | 88 #define VERSION v320 macro 90 #undef VERSION macro
|
/bind-9.6-ESV-R11/bin/tests/system/ |
H A D | ans.pl | 112 if ($Net::DNS::VERSION > 0.68) { 166 if ($Net::DNS::VERSION < 0.70); 168 if ($Net::DNS::VERSION < 0.70); 217 $decode = 1 if ($Net::DNS::VERSION >= 0.68); 302 if ($Net::DNS::VERSION > 0.68) { 363 if ($Net::DNS::VERSION < 0.70); 365 if ($Net::DNS::VERSION < 0.70); 376 if ($Net::DNS::VERSION >= 0.71); 379 if ($Net::DNS::VERSION < 0.70);
|
/bind-9.6-ESV-R11/bin/tests/system/resolver/ans3/ |
H A D | ans.pl | 47 if ($Net::DNS::VERSION > 0.68) {
|
/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/ |
H A D | loc.h | 3 #define VERSION "0.4.0" macro
|
H A D | query-loc.c | 55 printf ("\nThis is %s, version %s.\n\n", progname, VERSION);
|
/bind-9.6-ESV-R11/unit/atf-src/ |
H A D | bconfig.h.in | 113 #undef VERSION
|
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | dbversion_test.c | 95 #define VERSION(callback) ((callback == NULL) ? v1 : v2) macro 111 dns_db_attachversion(db1, VERSION(callback), &v); 201 result = dns_db_find(db1, dns_rootname, VERSION(callback), 249 result = dns_db_allrdatasets(db1, node, VERSION(callback), 0, 307 result = dns_db_findrdataset(db1, node, VERSION(callback), 362 result = dns_db_deleterdataset(db1, node, VERSION(callback), 424 result = dns_db_subtractrdataset(db1, node, VERSION(callback), 479 result = dns_db_dump(db1, VERSION(callback), tempname); 538 result = dns_db_addrdataset(db1, node, VERSION(callback), 0, &rdataset, 593 result = dns_db_getnsec3parameters(db1, VERSION(callbac [all...] |
/bind-9.6-ESV-R11/bin/tests/system/resolver/ans2/ |
H A D | ans.pl | 47 if ($Net::DNS::VERSION > 0.68) {
|
/bind-9.6-ESV-R11/bin/tests/system/upforwd/ans4/ |
H A D | ans.pl | 103 if ($Net::DNS::VERSION > 0.68) { 255 if ($Net::DNS::VERSION > 0.68) {
|
/bind-9.6-ESV-R11/bin/named/include/named/ |
H A D | globals.h | 65 EXTERN const char * ns_g_version INIT(VERSION);
|