Home
last modified time | relevance | path

Searched refs:is_ok (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Drun_tests.pl191 my $is_ok = $is_test && $self->is_ok;
200 ($is_test, $is_ok) = (1, !$1)
209 print $output_buffer if !$is_ok;
211 if !$is_ok || $failure_verbosity == 2;
212 …nt "\n# ------------------------------------------------------------------------------" if !$is_ok;
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c614 int is_ok = 0; in check_modules_exist() local
620 is_ok = 1; in check_modules_exist()
625 if(is_ok == 0) { in check_modules_exist()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md2240 ResultCallback<bool>* is_ok = ...;
2241 ... Invoke(is_ok) ...; // This works.
2326 ResultCallback<bool>* is_ok = ...;
2327 ... InvokeWithoutArgs(is_ok) ...; // This works.