Searched refs:nexpected (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c39 size_t nexpected; member in struct:cbctx
63 ctx->i + 1, ctx->nexpected, l->linenum);
66 ASSERT_SIZE_T_LT(ctx->i, ctx->nexpected);
978 ctx.nexpected = sizeof(expected_full)/sizeof(*expected_full);
980 prepare_expected(expected_full, ctx.nexpected);
988 ctx.nexpected = sizeof(expected_full)/sizeof(*expected_full);
990 prepare_expected(expected_full, ctx.nexpected);
998 ctx.nexpected = sizeof(expected_full)/sizeof(*expected_full);
1001 prepare_expected(expected_full, ctx.nexpected);
1009 ctx.nexpected
[all...]
/freebsd-11-stable/usr.bin/catman/
H A Dcatman.c463 int nexpected = 0; local
504 expected[nexpected++] = strdup(page_name);
526 asprintf(&expected[nexpected++],
552 while (e < nexpected &&
564 } else if (!is_gzipped(page_name) && e + 1 < nexpected &&
573 while (e < nexpected)

Completed in 111 milliseconds