Searched refs:orig (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/lib/isc/mips/include/isc/
H A Datomic.h24 isc_int32_t orig; local
37 : "=&r" (orig), "+R" (*p)
41 return (orig);
59 isc_int32_t orig; local
74 : "=&r"(orig), "+R" (*p), "=r" (tmp)
78 return (orig);
/bind-9.11.3/lib/isc/powerpc/include/isc/
H A Datomic.h74 int orig = old; local
81 if (compare_and_swap(p, &orig, replacement))
82 orig = old;
90 return (orig);
96 isc_int32_t orig; local
116 : "=&r"(orig)
121 return (orig);
150 isc_int32_t orig; local
176 : "=&r" (orig)
181 return (orig);
[all...]
/bind-9.11.3/util/
H A Dmdnbuildtest.sh43 cp configure configure.orig
46 diff -u2 ./configure.orig ./configure > $mdn/patch/bind9/patch.configure
/bind-9.11.3/bin/tests/system/checkzone/
H A Dtests.sh52 $CHECKZONE -D -o test.orig.db test zones/test1.db > /dev/null 2>&1 || ret=1
54 $MAKEJOURNAL test test.orig.db test.changed.db test.orig.db.jnl 2>&1 || ret=1
55 jlines=`$JOURNALPRINT test.orig.db.jnl | wc -l`
57 $CHECKZONE -D -j -o test.out1.db test test.orig.db > /dev/null 2>&1 || ret=1
59 mv -f test.orig.db.jnl test.journal
60 $CHECKZONE -D -J test.journal -o test.out2.db test test.orig.db > /dev/null 2>&1 || ret=1
/bind-9.11.3/lib/dns/include/dns/
H A Ddiff.h143 dns_difftuple_copy(dns_difftuple_t *orig, dns_difftuple_t **copyp);
148 * \li 'orig' points to a valid tuple
/bind-9.11.3/lib/dns/
H A Ddiff.c120 dns_difftuple_copy(dns_difftuple_t *orig, dns_difftuple_t **copyp) { argument
121 return (dns_difftuple_create(orig->mctx, orig->op, &orig->name,
122 orig->ttl, &orig->rdata, copyp));
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp47 const char* orig = "foo"; local
49 char* copy = duplicate(orig);
55 ATF_REQUIRE(std::strcmp(orig, "foo") == 0);
/bind-9.11.3/unit/atf-src/tools/
H A Dtext_test.cpp51 const char* orig = "foo"; local
53 char* copy = duplicate(orig);
59 ATF_REQUIRE(std::strcmp(orig, "foo") == 0);
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c312 const char *orig = str; local
322 ttl = time_units(ttl, endp, orig);
332 const char *orig = str; local
367 fatal("time value %s is invalid: %s", orig,
380 offset = time_units((isc_stdtime_t) offset, endp, orig);
384 offset = time_units((isc_stdtime_t) offset, endp, orig);
387 fatal("time value %s is invalid", orig);
/bind-9.11.3/bin/tests/system/mkeys/
H A Dtests.sh468 orig=`cat ns1/managed.key`
470 revoked=`$REVOKE -K ns1 $orig`

Completed in 33 milliseconds