Searched refs:rest (Results 1 - 8 of 8) sorted by relevance

/bind-9.11.3/bin/tests/system/rrchecker/
H A Dtests.sh41 while read -r name tt cl ty rest
43 myecho "$cl $ty $rest" | $RRCHECKER -p > checker.out || {
45 echo "I: '$cl $ty $rest' not handled."
48 test "$cl $ty $rest" = "$cl0 $ty0 $rest0" || {
50 echo "I: '$cl $ty $rest' != '$cl0 $ty0 $rest0'"
59 while read -r name tt cl ty rest
61 myecho "$cl $ty $rest" | $RRCHECKER -u > checker.out || {
63 echo "I: '$cl $ty $rest' not converted to unknown record format"
68 echo "I: '$cl $ty $rest' not converted back to canonical format"
71 test "$cl $ty $rest"
[all...]
/bind-9.11.3/lib/isccc/
H A Dalist.c127 isccc_sexpr_t *car, *caar, *rest, *prev; local
132 rest = CDR(alist);
133 while (rest != NULL) {
134 INSIST(rest->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
135 car = CAR(rest);
140 CDR(prev) = CDR(rest);
141 CDR(rest) = NULL;
142 isccc_sexpr_free(&rest);
145 prev = rest;
146 rest
[all...]
/bind-9.11.3/bin/tests/
H A Dt_api.pl20 local($format, @rest) = @_;
21 printf("I:${format}%s", @rest);
33 local($component, $anum, $class, $what, @rest) = @_;
34 printf("A:%s:%d:%s:$what\n", $component, $anum, $class, @rest);
H A Dnamed.conf350 // is disallowed; rest are OK
396 secret "eW91ciBzZWNyZXQgaGVyZQ=="; // rest of the server
419 // rest of the server
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dutf8.c101 /* .. and the rest. */
118 int rest; local
165 rest = width - 1;
166 while (rest-- > 0) {
H A Dpunycode.c291 int limit = -1, rest; local
316 for (uidx = 0, rest = ucsdone; uidx <= limit; uidx++) {
319 rest--;
335 delta += rest + 1;
/bind-9.11.3/bin/tests/bigtest/
H A Dtests.sh46 while read zone rest
/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c863 gai_resstate_t *rest; local
865 for (rest = ISC_LIST_NEXT(resstate, link);
866 rest != NULL;
867 rest = ISC_LIST_NEXT(rest, link)) {
868 if (rest->trans4 != NULL &&
869 rest->trans4->xid != NULL)
871 rest->trans4->xid);
872 if (rest->trans6 != NULL &&
873 rest
[all...]

Completed in 28 milliseconds