Searched refs:rest (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/bin/tests/system/rrchecker/ |
H A D | tests.sh | 41 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 D | alist.c | 127 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 D | t_api.pl | 20 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 D | named.conf | 350 // 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 D | utf8.c | 101 /* .. and the rest. */ 118 int rest; local 165 rest = width - 1; 166 while (rest-- > 0) {
|
H A D | punycode.c | 291 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 D | tests.sh | 46 while read zone rest
|
/bind-9.11.3/lib/irs/ |
H A D | getaddrinfo.c | 863 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 19 milliseconds