Searched refs:omit_final_dot (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dname.h839 dns_name_totext(const dns_name_t *name, bool omit_final_dot,
849 *\li If 'omit_final_dot' is true, then the final '.' in absolute
869 *\li if dns_name_isabsolute == FALSE, then omit_final_dot == FALSE
905 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot,
913 *\li If 'omit_final_dot' is true, then the final '.' in absolute
H A Drdataset.h353 bool omit_final_dot, bool question, isc_buffer_t *target);
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dname.h833 dns_name_totext(const dns_name_t *name, bool omit_final_dot,
843 *\li If 'omit_final_dot' is true, then the final '.' in absolute
863 *\li if dns_name_isabsolute == FALSE, then omit_final_dot == FALSE
899 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot,
907 *\li If 'omit_final_dot' is true, then the final '.' in absolute
H A Drdataset.h360 bool omit_final_dot, bool question, isc_buffer_t *target);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmasterdump.c484 ncache_summary(dns_rdataset_t *rdataset, bool omit_final_dot, argument
514 CHECK(dns_name_totext(&name, omit_final_dot, target));
555 dns_totext_ctx_t *ctx, bool omit_final_dot,
614 RETERR(dns_name_totext(name, omit_final_dot, target));
743 RETERR(ncache_summary(rdataset, omit_final_dot, ctx,
796 dns_totext_ctx_t *ctx, bool omit_final_dot,
811 RETERR(dns_name_totext(owner_name, omit_final_dot, target));
862 bool omit_final_dot, bool question, isc_buffer_t *target) {
884 omit_final_dot, target));
887 omit_final_dot, targe
554 rdataset_totext(dns_rdataset_t *rdataset, const dns_name_t *owner_name, dns_totext_ctx_t *ctx, bool omit_final_dot, isc_buffer_t *target) argument
795 question_totext(dns_rdataset_t *rdataset, const dns_name_t *owner_name, dns_totext_ctx_t *ctx, bool omit_final_dot, isc_buffer_t *target) argument
861 dns_rdataset_totext(dns_rdataset_t *rdataset, const dns_name_t *owner_name, bool omit_final_dot, bool question, isc_buffer_t *target) argument
[all...]
H A Dname.c1320 dns_name_totext(const dns_name_t *name, bool omit_final_dot, argument
1324 if (omit_final_dot) {
1346 bool omit_final_dot = ((options & DNS_NAME_OMITFINALDOT) != 0); local
1381 omit_final_dot = false;
1398 omit_final_dot = false;
1497 if (!saw_root || omit_final_dot) {
1514 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot, argument
1547 omit_final_dot = false;
1621 if (omit_final_dot) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dmasterdump.c481 ncache_summary(dns_rdataset_t *rdataset, bool omit_final_dot, argument
511 CHECK(dns_name_totext(&name, omit_final_dot, target));
552 dns_totext_ctx_t *ctx, bool omit_final_dot,
611 RETERR(dns_name_totext(name, omit_final_dot, target));
740 RETERR(ncache_summary(rdataset, omit_final_dot, ctx,
793 dns_totext_ctx_t *ctx, bool omit_final_dot,
808 RETERR(dns_name_totext(owner_name, omit_final_dot, target));
859 bool omit_final_dot, bool question, isc_buffer_t *target) {
880 omit_final_dot, target));
883 omit_final_dot, targe
551 rdataset_totext(dns_rdataset_t *rdataset, const dns_name_t *owner_name, dns_totext_ctx_t *ctx, bool omit_final_dot, isc_buffer_t *target) argument
792 question_totext(dns_rdataset_t *rdataset, const dns_name_t *owner_name, dns_totext_ctx_t *ctx, bool omit_final_dot, isc_buffer_t *target) argument
858 dns_rdataset_totext(dns_rdataset_t *rdataset, const dns_name_t *owner_name, bool omit_final_dot, bool question, isc_buffer_t *target) argument
[all...]
H A Dname.c1319 dns_name_totext(const dns_name_t *name, bool omit_final_dot, argument
1323 if (omit_final_dot) {
1345 bool omit_final_dot = ((options & DNS_NAME_OMITFINALDOT) != 0); local
1380 omit_final_dot = false;
1397 omit_final_dot = false;
1495 if (!saw_root || omit_final_dot) {
1512 dns_name_tofilenametext(const dns_name_t *name, bool omit_final_dot, argument
1545 omit_final_dot = false;
1618 if (omit_final_dot) {

Completed in 128 milliseconds