Searched refs:compat (Results 1 - 8 of 8) sorted by relevance
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/ |
| H A D | unicode.h | 114 * If 'compat' is true, compatibility decomposition is performed. 127 int compat, unsigned long *v, size_t vlen,
|
| /bind-9.11.3/bin/tests/system/sortlist/ns1/ |
| H A D | named.conf | 31 10.53.0.4; // BIND 8 compat 32 { 10.53.0.5; 10.53.0.5; }; // BIND 8 compat
|
| /bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
| H A D | unormalize.c | 81 int do_composition, int compat, 84 static idn_result_t decompose(workbuf_t *wb, unsigned long c, int compat); 108 normalize(idn__unicode_version_t version, int do_composition, int compat, argument 132 if ((r = decompose(&wb, c, compat)) != idn_success) 216 decompose(workbuf_t *wb, unsigned long c, int compat) { argument 221 r = idn__unicode_decompose(wb->version, compat, wb->ucs4 + wb->last,
|
| H A D | unicode.c | 152 int compat, unsigned long *v, size_t vlen, 190 if (seqidx == 0 || (compat == 0 && (seqidx & DECOMP_COMPAT) != 0)) 205 r = idn__unicode_decompose(version, compat, v, vlen, c, &dlen); 151 idn__unicode_decompose(idn__unicode_version_t version, int compat, unsigned long *v, size_t vlen, unsigned long c, int *decomp_lenp) argument
|
| /bind-9.11.3/bin/tests/system/masterformat/ns1/ |
| H A D | compile.sh | 20 ../named-compilezone -D -F raw=0 -o example.db.compat example-compat \
|
| /bind-9.11.3/bin/tests/system/masterformat/ |
| H A D | clean.sh | 11 rm -f ns1/example.db.compat
|
| H A D | tests.sh | 82 for zone in example example-explicit example-compat; do 103 israw ns1/example.db.compat || ret=1 107 [ "`rawversion ns1/example.db.compat`" = 0 ] || ret=1
|
| /bind-9.11.3/unit/atf-src/admin/ |
| H A D | ltmain.sh | 6480 *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
|
Completed in 71 milliseconds