Searched refs:got (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/bin/tests/system/formerr/ |
H A D | tests.sh | 16 ans=`grep got: nametoolong.out` 17 if [ "${ans}" != "got: 000080010000000000000000" ]; 24 ans=`grep got: twoquestions.out` 25 if [ "${ans}" != "got: 000080010000000000000000" ]; 33 ans=`grep got: noquestions.out` 34 if [ "${ans}" != "got: 000080000000000000000000" ];
|
/bind-9.11.3/bin/tests/system/pending/ |
H A D | tests.sh | 54 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 62 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 74 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 92 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 100 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 112 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 125 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 137 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 150 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 162 test $ret = 0 || echo I:failed, got "'"" [all...] |
/bind-9.11.3/lib/isc/win32/ |
H A D | entropy.c | 158 unsigned int got; local 163 got = 0; 166 got = get_from_filesource(source, remaining); 168 added += got; 170 remaining -= ISC_MIN(remaining, got); 194 unsigned int got; local 196 got = 0; 199 got = get_from_callback(source, remaining, blocking); 201 added += got; 202 remaining -= ISC_MIN(remaining, got); [all...] |
/bind-9.11.3/lib/isc/unix/ |
H A D | entropy.c | 318 unsigned int got; local 323 got = 0; 327 got = get_from_filesource(source, remaining); 331 got = get_from_usocketsource(source, remaining); 335 added += got; 337 remaining -= ISC_MIN(remaining, got); 359 unsigned int got; local 361 got = 0; 364 got = get_from_callback(source, remaining, blocking); 366 added += got; [all...] |
/bind-9.11.3/lib/isc/ |
H A D | entropy.c | 429 * If any delta is 0, we got no entropy. If all are non-zero, we 436 * We could find the smallest delta and claim we got log2(delta) 489 unsigned int got; local 510 got = crunchsamples(ent, &cbs->samplequeue); 511 added += got; 512 desired -= ISC_MIN(got, desired); 587 * Verify that we got enough entropy to do one
|
/bind-9.11.3/bin/tests/system/dnssec/ |
H A D | tests.sh | 894 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 912 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
|
Completed in 46 milliseconds