Searched refs:rawversion (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/check/
H A Dcheck-tool.h44 const uint32_t rawversion);
H A Dnamed-checkzone.c113 uint32_t rawversion = 1, serialnum = 0; local
475 rawversion = strtol(outputformatstr + 4, &end, 10);
477 rawversion > 1U)
555 outputstyle, rawversion);
H A Dcheck-tool.c660 const uint32_t rawversion) {
689 rawversion);
658 dump_zone(const char *zonename, dns_zone_t *zone, const char *filename, dns_masterformat_t fileformat, const dns_master_style_t *style, const uint32_t rawversion) argument
/netbsd-current/external/mpl/bind/dist/bin/tests/system/masterformat/
H A Dtests.sh39 rawversion() { function
121 [ "$(rawversion ns1/example.db.raw)" -eq 1 ] || ret=1
122 [ "$(rawversion ns1/example.db.raw1)" -eq 1 ] || ret=1
123 [ "$(rawversion ns1/example.db.compat)" -eq 0 ] || ret=1
168 [ "$(rawversion ns2/formerly-text.db)" -eq 1 ] || ret=1
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dmasterdump.c1674 uint32_t rawversion, now32; local
1706 rawversion = 1;
1708 rawversion = 0;
1712 isc_buffer_putuint32(&buffer, rawversion);
1715 if (rawversion == 1) {
H A Dzone.c12139 dns_masterformat_t format, const uint32_t rawversion) {
12158 if (rawversion == 0) {
12176 const uint32_t rawversion) {
12177 return (dumptostream(zone, fd, style, format, rawversion));
12138 dumptostream(dns_zone_t *zone, FILE *fd, const dns_master_style_t *style, dns_masterformat_t format, const uint32_t rawversion) argument
12174 dns_zone_dumptostream(dns_zone_t *zone, FILE *fd, dns_masterformat_t format, const dns_master_style_t *style, const uint32_t rawversion) argument
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dmasterdump.c1648 uint32_t rawversion, now32; local
1679 rawversion = 1;
1681 rawversion = 0;
1685 isc_buffer_putuint32(&buffer, rawversion);
1688 if (rawversion == 1) {
H A Dzone.c12153 dns_masterformat_t format, const uint32_t rawversion) {
12172 if (rawversion == 0) {
12190 const uint32_t rawversion) {
12191 return (dumptostream(zone, fd, style, format, rawversion));
12152 dumptostream(dns_zone_t *zone, FILE *fd, const dns_master_style_t *style, dns_masterformat_t format, const uint32_t rawversion) argument
12188 dns_zone_dumptostream(dns_zone_t *zone, FILE *fd, dns_masterformat_t format, const dns_master_style_t *style, const uint32_t rawversion) argument
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dzone.h601 const uint32_t rawversion);
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-signzone.c143 static uint32_t rawversion = 1, serialnum = 0; variable
3795 rawversion = strtol(outputformatstr + 4, &end, 10);
3797 rawversion > 1U)
4096 if (rawversion == 0U) {
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dzone.h619 const uint32_t rawversion);

Completed in 321 milliseconds