/bind-9.11.3/unit/atf-src/tools/sample/ |
H A D | common.conf | 1 Content-Type: application/X-atf-config; version="1"
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | unicode.h | 79 * Create a handle for a specific Unicode version. 80 * The version number (such as "3.0.1") is specified by 'version' parameter. 81 * If it is NULL, the latest version is used. 87 * idn_notfound -- specified version not found. 90 idn__unicode_create(const char *version, idn__unicode_version_t *versionp); 96 idn__unicode_destroy(idn__unicode_version_t version); 105 idn__unicode_canonicalclass(idn__unicode_version_t version, unsigned long c); 126 idn__unicode_decompose(idn__unicode_version_t version, 144 idn__unicode_compose(idn__unicode_version_t version, [all...] |
H A D | unormalize.h | 68 * the normalization specified by 'version', put the result 78 idn__unormalize_formkc(idn__unicode_version_t version,
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | version.c | 2 static char *rcsid = "$Id: version.c,v 1.1 2003/06/04 00:26:45 marka Exp $"; 49 #include <idn/version.h>
|
H A D | unicode.c | 99 char *version; member in struct:idn__unicode_ops 104 #define MAKE_UNICODE_HANDLE(version, suffix) \ 105 { version, \ 115 idn__unicode_create(const char *version, argument 120 TRACE(("idn__unicode_create(version=%-.50s)\n", 121 version == NULL ? "<NULL>" : version)); 123 if (version == NULL) 124 version = UNICODE_CURRENT; 126 for (v = unicode_versions; v->version ! 136 idn__unicode_destroy(idn__unicode_version_t version) argument 143 idn__unicode_canonicalclass(idn__unicode_version_t version, unsigned long c) argument 151 idn__unicode_decompose(idn__unicode_version_t version, int compat, unsigned long *v, size_t vlen, unsigned long c, int *decomp_lenp) argument 226 idn__unicode_iscompositecandidate(idn__unicode_version_t version, unsigned long c) argument 249 idn__unicode_compose(idn__unicode_version_t version, unsigned long c1, unsigned long c2, unsigned long *compp) argument [all...] |
/bind-9.11.3/lib/irs/ |
H A D | version.c | 9 /* $Id: version.c,v 1.3 2009/09/02 23:48:02 tbox Exp $ */ 13 #include <irs/version.h>
|
/bind-9.11.3/lib/isc/ |
H A D | version.c | 9 /* $Id: version.c,v 1.15 2007/06/19 23:47:17 tbox Exp $ */ 13 #include <isc/version.h>
|
/bind-9.11.3/lib/isccc/ |
H A D | version.c | 9 /* $Id: version.c,v 1.7 2007/06/19 23:47:22 tbox Exp $ */ 13 #include <isccc/version.h>
|
/bind-9.11.3/lib/isccfg/ |
H A D | version.c | 9 /* $Id: version.c,v 1.7 2007/06/19 23:47:22 tbox Exp $ */ 13 #include <isccfg/version.h>
|
/bind-9.11.3/lib/lwres/ |
H A D | version.c | 9 /* $Id: version.c,v 1.12 2007/06/19 23:47:22 tbox Exp $ */ 13 #include <lwres/version.h>
|
/bind-9.11.3/lib/bind9/ |
H A D | version.c | 9 /* $Id: version.c,v 1.8 2007/06/19 23:47:16 tbox Exp $ */ 13 #include <bind9/version.h>
|
/bind-9.11.3/bin/python/ |
H A D | setup.py | 11 version='2.0', variable
|
/bind-9.11.3/lib/dns/ |
H A D | clientinfo.c | 19 methods->version = DNS_CLIENTINFOMETHODS_VERSION; 26 ci->version = DNS_CLIENTINFO_VERSION;
|
H A D | version.c | 9 /* $Id: version.c,v 1.15.1234.1 2012/02/11 22:37:57 each Exp $ */ 13 #include <dns/version.h>
|
/bind-9.11.3/lib/irs/win32/ |
H A D | version.c | 13 #include <irs/version.h>
|
/bind-9.11.3/lib/isc/win32/ |
H A D | version.c | 9 /* $Id: version.c,v 1.7 2007/06/19 23:47:19 tbox Exp $ */ 13 #include <isc/version.h>
|
/bind-9.11.3/lib/isccc/win32/ |
H A D | version.c | 9 /* $Id: version.c,v 1.7 2007/06/19 23:47:22 tbox Exp $ */ 13 #include <isccc/version.h>
|
/bind-9.11.3/lib/isccfg/win32/ |
H A D | version.c | 9 /* $Id: version.c,v 1.6 2007/06/19 23:47:22 tbox Exp $ */ 13 #include <isccfg/version.h>
|
/bind-9.11.3/lib/lwres/win32/ |
H A D | version.c | 9 /* $Id: version.c,v 1.6 2007/06/19 23:47:23 tbox Exp $ */ 13 #include <lwres/version.h>
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/mdn/ |
H A D | version.h | 1 /* $Id: version.h,v 1.1 2003/06/04 00:25:46 marka Exp $ */ 51 #include <idn/version.h>
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/ |
H A D | generate_nameprep_data.pl | 78 die "Usage: $0 [-dir dir] version..\n"; 82 my $version = shift; 83 generate_mapdata($version, "$dir/nameprep.$version.map"); 84 generate_prohibiteddata($version, "$dir/nameprep.$version.prohibited"); 85 generate_unassigneddata($version, "$dir/nameprep.$version.unassigned"); 86 generate_bididata($version, "$dir/nameprep.$version [all...] |
/bind-9.11.3/lib/bind9/win32/ |
H A D | version.c | 9 /* $Id: version.c,v 1.5 2007/06/19 23:47:16 tbox Exp $ */ 13 #include <bind9/version.h>
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | generate-revision.sh | 59 # generate_from_dist revfile version 63 version=${1}; shift 106 version= 119 version=${OPTARG} 130 [ -n "${version}" ] || \ 131 err "Must specify a version number with -v" 136 generate_from_dist ${outfile} ${version}
|
/bind-9.11.3/bin/tests/system/tsiggss/ |
H A D | authsock.pl | 51 my ($version, $req_len) = unpack('N N', $buf); 53 if ($version != 1 || $req_len < 17) { 74 printf("version=%u signer=%s name=%s addr=%s type=%s key=%s key_data_len=%u\n", 75 $version, $signer, $name, $addr, $type, $key, length($key_data));
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | checkdll.c | 57 char *version; /* winsock version */ member in struct:winsock_type 73 idnWinsockVersion(const char *version) { argument 75 for (i = 0; winsock_info[i].version != NULL; i++) { 76 if (strcmp(winsock_info[i].version, version) == 0) { 79 "idnWinsockVersion: version %s\n", 80 version); 85 "idnWinsockVersion: unknown winsock version %s\n", 86 version); [all...] |