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

/bind-9.6-ESV-R11/lib/isccc/
H A Dalist.c135 isccc_sexpr_t *car, *caar, *rest, *prev; local
140 rest = CDR(alist);
141 while (rest != NULL) {
142 INSIST(rest->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
143 car = CAR(rest);
148 CDR(prev) = CDR(rest);
149 CDR(rest) = NULL;
150 isccc_sexpr_free(&rest);
153 prev = rest;
154 rest
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dt_api.pl29 local($format, @rest) = @_;
30 printf("I:${format}%s", @rest);
42 local($component, $anum, $class, $what, @rest) = @_;
43 printf("A:%s:%d:%s:$what\n", $component, $anum, $class, @rest);
H A Dnamed.conf358 // is disallowed; rest are OK
404 secret "eW91ciBzZWNyZXQgaGVyZQ=="; // rest of the server
427 // rest of the server
/bind-9.6-ESV-R11/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;

Completed in 14 milliseconds