Searched refs:orig (Results 1 - 10 of 10) sorted by relevance
/bind-9.11.3/lib/isc/mips/include/isc/ |
H A D | atomic.h | 24 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 D | atomic.h | 74 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 D | mdnbuildtest.sh | 43 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 D | tests.sh | 52 $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 D | diff.h | 143 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 D | diff.c | 120 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 D | text_test.cpp | 47 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 D | text_test.cpp | 51 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 D | dnssectool.c | 312 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 D | tests.sh | 468 orig=`cat ns1/managed.key` 470 revoked=`$REVOKE -K ns1 $orig`
|
Completed in 33 milliseconds