/bind-9.11.3/unit/atf-src/test-programs/ |
H A D | Makefile.am.inc | 47 dst="test-programs/sh_helpers"; $(BUILD_SH_TP) 54 dst="test-programs/config_test"; $(BUILD_SH_TP) 61 dst="test-programs/expect_test"; $(BUILD_SH_TP) 68 dst="test-programs/meta_data_test"; $(BUILD_SH_TP) 75 dst="test-programs/result_test"; $(BUILD_SH_TP) 82 dst="test-programs/srcdir_test"; $(BUILD_SH_TP)
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | install-sh | 54 dst="" 100 dst=$1 116 dst=$src 119 if [ -d $dst ]; then 138 if [ x"$dst" = x ] 149 if [ -d $dst ] 151 dst="$dst"/`basename $src` 158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 194 $doit $instcmd $dst [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | install-sh | 54 dst="" 100 dst=$1 116 dst=$src 119 if [ -d $dst ]; then 138 if [ x"$dst" = x ] 149 if [ -d $dst ] 151 dst="$dst"/`basename $src` 158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 194 $doit $instcmd $dst [all...] |
/bind-9.11.3/ |
H A D | install-sh | 54 dst="" 100 dst=$1 116 dst=$src 119 if [ -d $dst ]; then 138 if [ x"$dst" = x ] 149 if [ -d $dst ] 151 dst="$dst"/`basename $src` 158 dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` 194 $doit $instcmd $dst [all...] |
/bind-9.11.3/lib/lwres/ |
H A D | lwinetntop.c | 33 static const char *inet_ntop4(const unsigned char *src, char *dst, 37 static const char *inet_ntop6(const unsigned char *src, char *dst, 42 * lwres_net_ntop(af, src, dst, size) 45 * pointer to presentation format address (`dst'), or NULL (see errno). 50 lwres_net_ntop(int af, const void *src, char *dst, size_t size) { argument 53 return (inet_ntop4(src, dst, size)); 56 return (inet_ntop6(src, dst, size)); 66 * inet_ntop4(src, dst, size) 69 * `dst' (as a const) 77 inet_ntop4(const unsigned char *src, char *dst, size_ argument 100 inet_ntop6(const unsigned char *src, char *dst, size_t size) argument [all...] |
H A D | lwinetpton.c | 32 static int inet_pton4(const char *src, unsigned char *dst); 33 static int inet_pton6(const char *src, unsigned char *dst); 37 * lwres_net_pton(af, src, dst) 42 * 0 if the address wasn't valid (`dst' is untouched in this case) 43 * -1 if some other error occurred (`dst' is untouched in this case, too) 48 lwres_net_pton(int af, const char *src, void *dst) { argument 51 return (inet_pton4(src, dst)); 53 return (inet_pton6(src, dst)); 62 * inet_pton4(src, dst) 67 * does not touch `dst' unles 72 inet_pton4(const char *src, unsigned char *dst) argument 128 inet_pton6(const char *src, unsigned char *dst) argument [all...] |
H A D | compat.c | 125 lwres_strlcpy(char *dst, const char *src, size_t size) { argument 126 char *d = dst; 138 /* Not enough room in dst, add NUL and traverse rest of src */ 141 *d = '\0'; /* NUL-terminate dst */
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | tsec.h | 42 #include <dst/dst.h>
|
H A D | tkey.h | 20 #include <dst/dst.h> 21 #include <dst/gssapi.h> 105 *\li 'key' is a valid Diffie Hellman dst key 170 *\li 'key' is a valid Diffie Hellman dst key
|
H A D | ipkeylist.h | 52 dns_ipkeylist_t *dst); 54 * Deep copy `src` into empty `dst`, allocating `dst`'s contents. 59 *\li 'dst' to be non NULL and point to an empty \ref dns_ipkeylist_t
|
/bind-9.11.3/unit/atf-src/admin/ |
H A D | install-sh | 80 dst= 254 dst=$src 255 dstdir=$dst 272 dst=$dst_arg 276 if test -d "$dst"; then 281 dstdir=$dst 282 dst=$dstdir/`basename "$src"` 285 dstdir=`dirname "$dst"` 423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && 424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } [all...] |
/bind-9.11.3/lib/dns/ |
H A D | ipkeylist.c | 76 dns_ipkeylist_t *dst) 81 REQUIRE(dst != NULL); 82 /* dst might be preallocated, we don't care, but it must be empty */ 83 REQUIRE(dst->count == 0); 88 result = dns_ipkeylist_resize(mctx, dst, src->count); 92 memmove(dst->addrs, src->addrs, src->count * sizeof(isc_sockaddr_t)); 95 memmove(dst->dscps, src->dscps, 102 dst->keys[i] = isc_mem_get(mctx, 104 if (dst->keys[i] == NULL) { 108 dns_name_init(dst 75 dns_ipkeylist_copy(isc_mem_t *mctx, const dns_ipkeylist_t *src, dns_ipkeylist_t *dst) argument [all...] |
H A D | dst_lib.c | 24 #include <dst/lib.h>
|
H A D | dst_result.c | 19 #include <dst/result.h> 20 #include <dst/lib.h>
|
H A D | dst_gost.h | 14 #include <dst/result.h>
|
/bind-9.11.3/lib/isc/ |
H A D | inet_pton.c | 35 static int inet_pton4(const char *src, unsigned char *dst); 36 static int inet_pton6(const char *src, unsigned char *dst); 43 * 0 if the address wasn't valid (`dst' is untouched in this case) 44 * -1 if some other error occurred (`dst' is untouched in this case, too) 49 isc_net_pton(int af, const char *src, void *dst) { argument 52 return (inet_pton4(src, dst)); 54 return (inet_pton6(src, dst)); 62 /*!\fn static int inet_pton4(const char *src, unsigned char *dst) 68 * does not touch `dst' unless it's returning 1. 73 inet_pton4(const char *src, unsigned char *dst) { argument 126 inet_pton6(const char *src, unsigned char *dst) argument [all...] |
H A D | inet_ntop.c | 35 static const char *inet_ntop4(const unsigned char *src, char *dst, 39 static const char *inet_ntop6(const unsigned char *src, char *dst, 44 * isc_net_ntop(af, src, dst, size) 47 * pointer to presentation format address (`dst'), or NULL (see errno). 52 isc_net_ntop(int af, const void *src, char *dst, size_t size) argument 56 return (inet_ntop4(src, dst, size)); 59 return (inet_ntop6(src, dst, size)); 69 * inet_ntop4(src, dst, size) 72 * `dst' (as a const) 81 inet_ntop4(const unsigned char *src, char *dst, size_ argument 106 inet_ntop6(const unsigned char *src, char *dst, size_t size) argument [all...] |
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | string.h | 25 size_t lwres_strlcpy(char *dst, const char *src, size_t size);
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/ |
H A D | testsuite.c | 489 char *dst; local 495 for (src = string, dst = hex_string; *src != '\0'; src++) { 497 *dst++ = *src; 499 *dst++ = '\\'; 500 *dst++ = 'x'; 501 *dst++ = hex[*(const unsigned char *)src >> 4]; 502 *dst++ = hex[*src & 0x0f]; 505 *dst = '\0'; 517 char *dst; local 523 for (src = string, dst [all...] |
/bind-9.11.3/lib/lwres/unix/include/lwres/ |
H A D | net.h | 116 lwres_net_ntop(int af, const void *src, char *dst, size_t size); 119 lwres_net_pton(int af, const char *src, void *dst);
|
/bind-9.11.3/unit/atf-src/bootstrap/ |
H A D | Makefile.am.inc | 46 $(AM_V_GEN)src=$(srcdir)/bootstrap/h_tp_basic_sh.sh; dst=$@; $(BUILD_SH_TP) 53 $(AM_V_GEN)src=$(srcdir)/bootstrap/h_tp_atf_check_sh.sh; dst=$@; $(BUILD_SH_TP) 59 $(AM_V_GEN)src=$(srcdir)/bootstrap/h_tp_fail.sh; dst=$@; $(BUILD_SH_TP) 65 $(AM_V_GEN)src=$(srcdir)/bootstrap/h_tp_pass.sh; dst=$@; $(BUILD_SH_TP)
|
/bind-9.11.3/lib/isc/unix/ |
H A D | interfaceiter.c | 57 get_addr(unsigned int family, isc_netaddr_t *dst, struct sockaddr *src, argument 68 memset(dst, 0, sizeof(*dst)); 70 dst->family = family; 73 memmove(&dst->type.in, 79 memmove(&dst->type.in6, &sa6->sin6_addr, 83 isc_netaddr_setzone(dst, sa6->sin6_scope_id); 104 isc_netaddr_setzone(dst, 106 dst->type.in6.s6_addr[2] = 0; 107 dst [all...] |
/bind-9.11.3/lib/isc/include/isc/ |
H A D | string.h | 205 isc_string_strlcpy(char *dst, const char *src, size_t size); 214 isc_string_strlcat(char *dst, const char *src, size_t size);
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssectool.h | 17 #include <dst/dst.h>
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | Makefile.am.inc | 190 dst="tools/atf-config_test"; $(BUILD_SH_TP) 198 dst="tools/atf-report_test"; $(BUILD_SH_TP) 206 dst="tools/atf-run_test"; $(BUILD_SH_TP)
|