Searched refs:before (Results 1 - 18 of 18) sorted by relevance

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstall.h41 #error include 'stdafx.h' before including this file for PCH
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp71 create_ctl_file("before");
83 create_ctl_file("before");
95 create_ctl_file("before");
109 create_ctl_file("before");
124 create_ctl_file("before");
143 create_ctl_file("before");
158 create_ctl_file("before");
177 create_ctl_file("before");
189 create_ctl_file("before");
210 create_ctl_file("before");
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dlist.h123 #define __ISC_LIST_INSERTBEFOREUNSAFE(list, before, elt, link) \
125 if ((before)->link.prev == NULL) \
128 (elt)->link.prev = (before)->link.prev; \
129 (before)->link.prev = (elt); \
131 (elt)->link.next = (before); \
135 #define ISC_LIST_INSERTBEFORE(list, before, elt, link) \
137 ISC_LINK_INSIST(ISC_LINK_LINKED(before, link)); \
139 __ISC_LIST_INSERTBEFOREUNSAFE(list, before, elt, link); \
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlist.h81 #define LWRES_LIST_INSERTBEFORE(list, before, elt, link) \
83 if ((before)->link.prev == NULL) \
86 (elt)->link.prev = (before)->link.prev; \
87 (before)->link.prev = (elt); \
89 (elt)->link.next = (before); \
/bind-9.6-ESV-R11/bin/tests/system/upforwd/
H A Dtests.sh29 echo "I:fetching master copy of zone before update"
33 echo "I:fetching slave 1 copy of zone before update"
37 echo "I:fetching slave 2 copy of zone before update"
42 $PERL ../digcomp.pl knowngood.before dig.out.ns1 || status=1
43 $PERL ../digcomp.pl knowngood.before dig.out.ns2 || status=1
44 $PERL ../digcomp.pl knowngood.before dig.out.ns3 || status=1
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dclean.sh46 rm -f signer/example.db.after signer/example.db.before
55 rm -f nosign.before
H A Dtests.sh965 $SIGNER -o example -f example.db.before example.db > /dev/null 2>&1
966 sed 's/60.IN.SOA./50 IN SOA /' example.db.before > example.db.changed
1319 before=`$DIG axfr siginterval.example -p 5300 @10.53.0.3 | grep RRSIG.SOA`
1320 test "$before" = "$after" && break
1327 test "$before" != "$after" && break
1331 if test "$before" = "$after" ; then echo "I:failed"; ret=1; fi
/bind-9.6-ESV-R11/bin/tests/
H A Dt_api.pl137 b <dir> : cd to dir before running tests
H A Dnamed.conf497 * default_stderr only works before the server daemonizes (i.e.
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dtests.sh27 echo "I:fetching first copy of zone before update"
33 echo "I:fetching second copy of zone before update"
40 $PERL ../digcomp.pl knowngood.ns1.before dig.out.ns1 || ret=1
41 $PERL ../digcomp.pl knowngood.ns1.before dig.out.ns2 || ret=1
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzconf.c345 do /* Chop off white space before comment */
926 fprintf (stderr, "end at least one max_ttl (%ld) before the end of ", max_ttl);
H A Dconfigure419 echo including any error possibly output before this
6688 # after its creation but before its name has been assigned to `$tmp'.
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh1920 echo "*** library that it depends on before this library will be fully"
1921 echo "*** functional. Installing it before continuing would be even better."
2623 # linked before any other PIC object. But we must not use
3129 # LD_LIBRARY_PATH before the program is installed.
3478 $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
/bind-9.6-ESV-R11/
H A Dltmain.sh3008 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
3188 func_error "error: relink \`$file' with the above command before installing it"
3503 # linked before any other PIC object. But we must not use
4126 # Fix the DLL searchpath if we need to. Do this before prepending
4459 "(main) found exe (before symlink chase) at: %s\n",
4539 be prepended before (that is, appear after) LIB_PATH_VALUE ($temp_rpath)
4978 /* Prepares an argument vector before calling spawn().
6141 # so that -L comes before libs that need it for instance...
7159 # Link the dlpreopened libraries before other libraries
7816 echo "*** library that it depends on before thi
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh2033 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
2213 func_error "error: relink \`$file' with the above command before installing it"
2484 # linked before any other PIC object. But we must not use
3404 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
5016 # so that -L comes before libs that need it for instance...
5966 # Link the dlpreopened libraries before other libraries
6625 $ECHO "*** library that it depends on before this library will be fully"
6626 $ECHO "*** functional. Installing it before continuing would be even better."
7127 # want to use save_libobjs as it was before
7997 # the above command should be used before i
[all...]
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dconfigure239 $0: including any error possibly output before this
1395 # left behind by Apple's compiler. We do this before executing the actions.
3713 # after its creation but before its name has been assigned to `$tmp'.
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dtestsuite240 $0: including any error possibly output before this
883 change to directory DIR before starting
1554 A failure happened in a test group before any test could be
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure273 $0: error possibly output before this message. Then install
1789 # left behind by Apple's compiler. We do this before executing the actions.
2087 # left behind by Apple's compiler. We do this before executing the actions.
4961 # Make teststring a little bigger before we do anything with it.
4981 # massive amounts of additional arguments before passing them to the
7576 # (2) before a word containing "conftest.", or (3) at the end.
7915 # (2) before a word containing "conftest.", or (3) at the end.
8021 # (2) before a word containing "conftest.", or (3) at the end.
8076 # (2) before a word containing "conftest.", or (3) at the end.
9163 # systems, -lgcc has to come before
[all...]

Completed in 6633 milliseconds