HomeSort by: relevance | last modified time | path
    Searched defs:n_found (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
dirent-test.c 202 int n_found = 0; local
217 n_found ++;
235 if (n_found != n) {
236 fail_test_nf("Unexpected number of entries [%d]. Expected %d", n_found, n);
242 n_found = 0;
  /src/external/bsd/libevent/dist/
evdns.c 4669 int n_found = 0; local
4678 ++n_found;
4684 n_found = 0;
4692 if (n_found) {
  /src/external/bsd/ntp/dist/sntp/libevent/
evdns.c 4667 int n_found = 0; local
4676 ++n_found;
4682 n_found = 0;
4690 if (n_found) {

Completed in 27 milliseconds