OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rawversion
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/masterformat/
tests.sh
39
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
/src/external/mpl/bind/dist/bin/check/
named-checkzone.c
110
uint32_t
rawversion
= 1, serialnum = 0;
local
482
rawversion
= strtol(outputformatstr + 4, &end, 10);
484
rawversion
> 1U)
562
outputstyle,
rawversion
);
/src/external/mpl/bind/dist/lib/dns/
masterdump.c
1642
uint32_t
rawversion
, now32;
local
1673
rawversion
= 1;
1675
rawversion
= 0;
1679
isc_buffer_putuint32(&buffer,
rawversion
);
1682
if (
rawversion
== 1) {
/src/external/mpl/dhcp/bind/dist/lib/dns/
masterdump.c
1674
uint32_t
rawversion
, now32;
local
1706
rawversion
= 1;
1708
rawversion
= 0;
1712
isc_buffer_putuint32(&buffer,
rawversion
);
1715
if (
rawversion
== 1) {
/src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c
144
static uint32_t
rawversion
= 1, serialnum = 0;
variable
3848
rawversion
= strtol(outputformatstr + 4, &end, 10);
3850
rawversion
> 1U)
4114
if (
rawversion
== 0U) {
Completed in 29 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026