Searched defs:output (Results 51 - 75 of 261) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dencrypt.h83 void (*output)(unsigned char *, int); member in struct:__anon6287
/freebsd-13-stable/contrib/kyua/drivers/
H A Dreport_junit.cpp138 std::ostringstream output; local
[all...]
H A Dreport_junit_test.cpp260 std::ostringstream output; local
303 std::ostringstream output; local
/freebsd-13-stable/contrib/kyua/model/
H A Dtest_case.cpp283 model::operator<<(std::ostream& output, const test_case& object) argument
/freebsd-13-stable/contrib/kyua/utils/format/
H A Dformatter_test.cpp78 operator<<(std::ostream& output, const int_wrapper& wrapper) argument
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dstatus.cpp190 process::operator<<(std::ostream& output, const status& status) argument
/freebsd-13-stable/contrib/kyua/utils/text/
H A Doperations.cpp124 std::vector< std::string > output; local
191 std::string output; local
[all...]
/freebsd-13-stable/contrib/libevent/sample/
H A Dhello-world.c111 struct evbuffer *output = bufferevent_get_output(bev); local
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h99 CopyElements(InputIterator first, InputIterator last, OutputIterator output) argument
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestdate.c28 const char *output; member in struct:datetest
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_prov_lib.c118 crypto_put_output_data(uchar_t *buf, crypto_data_t *output, int len) argument
141 crypto_update_iov(void *ctx, crypto_data_t *input, crypto_data_t *output, argument
164 crypto_update_uio(void *ctx, crypto_data_t *input, crypto_data_t *output, int (*cipher)(void *, caddr_t, size_t, crypto_data_t *), void (*copy_block)(uint8_t *, uint64_t *)) argument
[all...]
/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dharness.c94 u8* const output = malloc(out_capacity); local
/freebsd-13-stable/sys/contrib/zstd/examples/
H A Dstreaming_decompression.c48 ZSTD_outBuffer output = { buffOut, buffOutSize, 0 }; local
/freebsd-13-stable/sys/crypto/des/
H A Ddes_ecb.c100 void des_ecb_encrypt(unsigned char *input, unsigned char *output, argument
116 void des_ecb3_encrypt(unsigned char *input, unsigned char *output, argument
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_filter.c44 int input[2], output[2], rval; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp40 static void output(const ELFArchMapper &Value, void *, function in struct:llvm::yaml::ScalarTraits
74 static void output(const VersionTuple &Value, void *, function in struct:llvm::yaml::ScalarTraits
123 static void output(IO &IO, std::set<ELFSymbol> &Set) { function in struct:llvm::yaml::CustomMappingTraits
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStubCommon.cpp22 void ScalarTraits<FlowStringRef>::output(const FlowStringRef &Value, void *Ctx, function in class:llvm::yaml::ScalarTraits
45 void ScalarTraits<PlatformSet>::output(const PlatformSet &Values, void *IO, function in class:llvm::yaml::ScalarTraits
138 void ScalarTraits<Architecture>::output(const Architecture &Value, void *, function in class:llvm::yaml::ScalarTraits
151 void ScalarTraits<PackedVersion>::output(const PackedVersion &Value, void *, function in class:llvm::yaml::ScalarTraits
165 void ScalarTraits<SwiftVersion>::output(const SwiftVersion &Value, void *, function in class:llvm::yaml::ScalarTraits
216 void ScalarTraits<UUID>::output(const UUID &Value, void *, raw_ostream &OS) { function in class:llvm::yaml::ScalarTraits
/freebsd-13-stable/sys/dev/uart/
H A Duart_cpu_powerpc.c87 phandle_t output; local
/freebsd-13-stable/crypto/openssl/crypto/des/
H A Ddes_enc.c194 void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, argument
/freebsd-13-stable/usr.bin/uuencode/
H A Duuencode.c69 static FILE *output; variable
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dquoprint.c72 svn_stream_t *output; member in struct:encode_baton
161 svn_quoprint_encode(svn_stream_t *output, apr_pool_t *pool) argument
194 svn_stream_t *output; member in struct:decode_baton
284 svn_quoprint_decode(svn_stream_t *output, apr_pool_t *pool) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp283 std::string output; variable
/freebsd-13-stable/contrib/wpa/src/eap_common/
H A Deap_pax_common.c30 eap_pax_kdf(u8 mac_id, const u8 *key, size_t key_len, const char *identifier, const u8 *entropy, size_t entropy_len, size_t output_len, u8 *output) argument
/freebsd-13-stable/lib/libc/gen/
H A Dfmtmsg.c55 char *env, *msgverb, *output; local
119 char *comp, *output; local
[all...]
/freebsd-13-stable/contrib/kyua/engine/
H A Datf_helpers.cpp243 ATF_TEST_CASE_WITH_CLEANUP(output); variable

Completed in 238 milliseconds

1234567891011