Home
last modified time | relevance | path

Searched refs:succeeded (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh48 succeeded = {}
59 succeeded[root] = val
70 results["succeeded"] = succeeded
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLogicalResult.h40 constexpr bool succeeded() const { return IsSuccess; } in succeeded() function
67 inline bool succeeded(LogicalResult Result) { return Result.succeeded(); } in succeeded() function
/freebsd/tests/sys/kern/execve/
H A Dbad_interp_len3 echo succeeded
H A Dscript_arg_nospace3 echo succeeded
H A Ddev_null_script3 echo succeeded
H A Dgood_script3 echo succeeded
H A Dscript_arg3 echo succeeded
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh61 echo $inc succeeded > $ofile
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c63 #define CHECK_RESULT(syscall, rights_needed, succeeded) do { \ argument
65 if (succeeded) { \
72 if (succeeded) { \
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_verify_result.pod50 The verification succeeded or no peer certificate was presented.
H A DSSL_set_session.pod51 The operation succeeded.
H A DSSL_set_fd.pod44 The operation succeeded.
H A DBIO_socket_wait.pod36 i.e., connection succeeded, timeout has been reached, or an error occurred.
H A DSSL_CTX_set_ssl_version.pod63 The operation succeeded.
H A DSSL_CTX_add_session.pod58 The operation succeeded.
H A DSSL_CTX_set_session_id_context.pod75 The operation succeeded.
H A DSSL_COMP_add_compression_method.pod73 The operation succeeded.
H A DBN_BLINDING_new.pod104 succeeded or 0 on error.
H A DSSL_set1_host.pod72 whether verification succeeded call L<SSL_get_verify_result(3)>.
H A DSSL_CTX_load_verify_locations.pod137 The operation succeeded.
/freebsd/tools/regression/
H A DREADME24 to indicate whether or not the test succeeded. 'n' is the test's number.
/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindCRYPTO.cmake45 # brew --env --plain openssl succeeded.
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c1743 int succeeded; in assertion_make_hardlink() local
1747 succeeded = my_CreateHardLinkA(newpath, linkto); in assertion_make_hardlink()
1749 succeeded = !link(linkto, newpath); in assertion_make_hardlink()
1751 succeeded = 0; in assertion_make_hardlink()
1753 if (succeeded) in assertion_make_hardlink()
/freebsd/crypto/openssl/test/
H A DREADME.md35 Verbosity on failed (sub-)tests, in addition progress on succeeded (sub-)tests
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2040 int succeeded; in assertion_make_hardlink() local
2044 succeeded = my_CreateHardLinkA(newpath, linkto); in assertion_make_hardlink()
2046 succeeded = !link(linkto, newpath); in assertion_make_hardlink()
2048 succeeded = 0; in assertion_make_hardlink()
2050 if (succeeded) in assertion_make_hardlink()

123