HomeSort by: relevance | last modified time | path
    Searched refs:BIND (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/mpl/bind/
binclude4netbsd 3 # Use this script to update the bind include files used in the nameserver,
4 # after you've imported and built the latest bind code. After you run this,
7 # $ cd bind-X.Y.Z
13 # $ cvs -d cvs.netbsd.org:/cvsroot import src/external/bsd/bind/include -m "Include files for bind-X-Y-Z" ISC bind-X-Y-Z
19 echo "Usage: $PROG <bind-src> <include-dest>" 1>&2
23 BIND=$1
27 cp $BIND/config.h $INCLUDE
31 cp $BIND/lib/dns/code.h $INCLUDE/dn
    [all...]
  /src/external/bsd/nsd/dist/doc/
differences.tex 32 BIND 8.4.7 and BIND 9.3.2. Differences in answers to captured queries from
47 We used BIND 8 and BIND 9 versions to compare against. Also regression
58 both BIND and NSD are mature and stable DNS implementations, all answers
80 BIND 9.3.2 remained running and responsive.
85 These traces posed no problem for BIND and NSD, mostly FORMERR answers.
87 A previous document DIFFERENCES between BIND 8.4.4 and NSD 2.0.0 can be found
90 In the places where differences have been found between BIND and NSD,
94 \section{Response differences between BIND 9.3.2 and NSD 3.0.0
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPRequest.h 30 static const int BIND=0;
  /src/external/mpl/bind/dist/lib/isc/
lib.c 35 #error Either __attribute__((constructor|destructor))__ or DllMain support needed to compile BIND 9.
  /src/external/mpl/dhcp/bind/dist/lib/isc/
lib.c 30 #error Either __attribute__((constructor|destructor))__ or DllMain support needed to compile BIND 9.
  /src/external/mpl/bind/dist/bin/tests/system/doth/CA/
CA.cfg 121 organizationalUnitName_default = Software Engeneering (BIND 9)
  /src/external/gpl3/binutils/dist/ld/
ldgram.h 28 #define BIND 281
ldgram.y 131 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE ASCIZ
1192 | /* The BIND cases are to support the gcc svr3.ifile
1194 support for the BIND keyword. I'm not even sure
1195 what BIND is supposed to mean. */
1196 BIND '(' exp ')' atype ':' { $$ = $3; }
1197 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
ldlex.l 264 <SCRIPT,EXPRESSION>"BIND" { RTOKEN(BIND); }
ldlex.c 2092 { RTOKEN(BIND); }
ldgram.c 164 #define BIND 281
2096 "BIND","QUAD","SQUAD","LONG","SHORT","BYTE","ASCIZ","SECTIONS","PHDRS",
2464 "opt_exp_with_type : BIND '(' exp ')' atype ':'",
2465 "opt_exp_with_type : BIND '(' exp ')' BLOCK '(' exp ')' atype ':'",
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 81 BIND = 282, /* BIND */
226 #define BIND 282
ldgram.y 131 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE ASCIZ
1192 | /* The BIND cases are to support the gcc svr3.ifile
1194 support for the BIND keyword. I'm not even sure
1195 what BIND is supposed to mean. */
1196 BIND '(' exp ')' atype ':' { $$ = $3; }
1197 | BIND '(' exp ')' BLOCK '(' exp ')' atype ':'
ldlex.l 264 <SCRIPT,EXPRESSION>"BIND" { RTOKEN(BIND); }
ldgram.c 182 BIND = 282, /* BIND */
327 #define BIND 282
537 YYSYMBOL_BIND = 41, /* BIND */
1259 "BIND", "QUAD", "SQUAD", "LONG", "SHORT", "BYTE", "ASCIZ", "SECTIONS",
4371 case 323: /* opt_exp_with_type: BIND '(' exp ')' atype ':' */
4377 case 324: /* opt_exp_with_type: BIND '(' exp ')' BLOCK '(' exp ')' atype ':' */
ldlex.c 2092 { RTOKEN(BIND); }
  /src/external/mpl/dhcp/dist/
Makefile.am 21 doc/BIND-libraries doc/DHCPv4-over-DHCPv6 \
36 EXTRA_DIST += bind/Makefile.in bind/bind.tar.gz bind/version.tmp
40 # to fool automake when the bind directory does not exist.
57 chmod u+w $(distdir)/bind
  /src/etc/rc.d/
named 100 BIND*) # 9 no group, named-xfer, or ndc
  /src/etc/namedb/
bind.keys 1 /* $NetBSD: bind.keys,v 1.2 2018/03/09 18:56:02 christos Exp $ */
2 # The bind.keys file is used to override the built-in DNSSEC trust anchors
3 # which are included as part of BIND 9. As of the current release, the only
21 # bind.keys can always be obtained from ISC at https://www.isc.org/bind-keys.
  /src/external/mpl/bind/dist/contrib/scripts/
check5011.pl 141 check5011 <I<managed-keys.bind>>
145 The BIND managed-keys file contains DNSSEC trust anchors
187 F<managed-keys.bind> in B<named>'s working directory. This location
  /src/crypto/dist/ipsec-tools/src/racoon/
sockmisc.c 69 #define BIND bind
75 #define BIND privsep_bind
510 * Better approach is to prepare bind'ed udp sockets for
548 if (BIND(sendsock, (struct sockaddr *)src,
551 "bind 1 (%s)\n", strerror(errno));
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 846 fputs (" BIND(C)", dumpfile);
1902 if (omp_clauses->bind != OMP_BIND_UNSET)
1905 switch (omp_clauses->bind)
1913 fprintf (dumpfile, " BIND(%s)", type);
3708 /* This part writes BIND(C) definition for use in external C programs. */
3734 " BIND(C) feature of standard Fortran instead. */\n\n"),
4052 /* Only dump bind(c) entities. */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 830 fputs (" BIND(C)", dumpfile);
1733 if (omp_clauses->bind != OMP_BIND_UNSET)
1736 switch (omp_clauses->bind)
1744 fprintf (dumpfile, " BIND(%s)", type);
3530 /* This part writes BIND(C) definition for use in external C programs. */
3556 " BIND(C) feature of standard Fortran instead. */\n\n"),
3874 /* Only dump bind(c) entities. */
  /src/external/mit/libuv/dist/
LINKS.md 2 * [BIND 9](https://bind.isc.org/): DNS software system including an authoritative server, a recursive resolver and related utilities.
  /src/lib/librumphijack/
hijack.c 308 { DUALCALL_BIND, "bind", RSYS_NAME(BIND) },
2498 FDCALL(int, bind, DUALCALL_BIND, \

Completed in 156 milliseconds

1 2