Searched refs:other (Results 1 - 16 of 16) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/rndc/
H A Dsetup.sh22 sh ../genzone.sh 2 >ns2/other.db
/bind-9.6-ESV-R11/lib/dns/rdata/any_255/
H A Dtsig_250.h35 unsigned char * other; member in struct:dns_rdata_any_tsig
H A Dtsig_250.c421 return (mem_tobuffer(target, tsig->other, tsig->otherlen));
506 tsig->other = mem_maybedup(mctx, sr.base, tsig->otherlen);
507 if (tsig->other == NULL)
535 if (tsig->other != NULL)
536 isc_mem_free(tsig->mctx, tsig->other);
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dtkey_249.h37 unsigned char * other; member in struct:dns_rdata_tkey
H A Dtkey_249.c401 return (mem_tobuffer(target, tkey->other, tkey->otherlen));
476 tkey->other = mem_maybedup(mctx, sr.base, tkey->otherlen);
477 if (tkey->other == NULL)
503 if (tkey->other != NULL)
504 isc_mem_free(tkey->mctx, tkey->other);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfsaccess.c65 #define SET_AND_CLEAR(user, group, other) \
70 SET_AND_CLEAR1(other);
/bind-9.6-ESV-R11/
H A Dbind.keys18 # any other trust anchors configured here would be ignored. So, while it
19 # is possible to use this file for other trust anchors in BIND 9.6, doing
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dpkg_config_test.sh14 # documentation and/or other materials provided with the distribution.
112 pkg-config --libs-only-L --libs-only-other atf-c
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dpkg_config_test.sh14 # documentation and/or other materials provided with the distribution.
111 pkg-config --libs-only-L --libs-only-other atf-c++
/bind-9.6-ESV-R11/bin/tests/system/
H A Dgenzone.sh249 ; 3 ; other size
250 ; bbbb ; other data
252 ;; A TKEY with empty "other data"
259 ; 0 ; other size
260 ; ; other data
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfsaccess.c128 #define SET_AND_CLEAR(user, group, other) \
133 SET_AND_CLEAR1(other);
/bind-9.6-ESV-R11/lib/dns/
H A Dtkey.c292 tkey_log("process_dhtkey: algorithms other than "
691 tkeyout.key = tkeyout.other = NULL;
810 if (tkeyout.other != NULL)
811 isc_mem_put(tkeyout.mctx, tkeyout.other, tkeyout.otherlen);
956 tkey.other = NULL;
1035 tkey.other = NULL;
1063 tkey.key = tkey.other = NULL;
H A Dtsig.c736 tsig.other = NULL;
741 tsig.other = badtimedata;
742 isc_buffer_init(&otherbuf, tsig.other, tsig.otherlen);
848 * Digest the error and other data length.
860 * Digest other data.
864 r.base = tsig.other;
1245 r.base = tsig.other;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh318 # Double-quote args containing other shell metacharacters.
1157 # Some other compiler flag.
1488 # Some other compiler argument.
1803 # Add libc to deplibs on all other systems.
2623 # linked before any other PIC object. But we must not use
3978 All other options (arguments beginning with \`-') are ignored.
3980 Every other argument is treated as a filename. Files ending in \`.la' are
3981 treated as uninstalled libtool libraries, other files are standard or library
4017 $echo "Try \`$modename --help' for more information about other modes."
/bind-9.6-ESV-R11/contrib/zkt/
H A Dconfigure1210 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
5187 /* Work around redefinition to rpl_putenv by other config tests. */
6116 # It is not useful on other systems. If it contains results you don't
6123 # loading this file, other *unset* `ac_cv_foo' will be assigned the
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh343 # Bail out if we (or some other process) failed to create a directory.
351 # Make a temporary directory that won't clash with other running
1032 # Double-quote args containing other shell metacharacters.
1590 All other options (arguments beginning with \`-') are ignored.
1592 Every other argument is treated as a filename. Files ending in \`.la' are
1593 treated as uninstalled libtool libraries, other files are standard or library
1627 $ECHO "Try \`$progname --help' for more information about other modes."
2484 # linked before any other PIC object. But we must not use
2972 # $build cygwin. Calling this function does no harm for other
3002 # stdout. On the other han
[all...]

Completed in 54 milliseconds