Searched defs:stream (Results 51 - 75 of 183) sorted by relevance

12345678

/freebsd-current/usr.bin/dc/
H A Dbcode.h79 FILE *stream; member in union:source::__anon6426
H A Dinout.c59 src_setstream(struct source *src, FILE *stream) argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp80 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { argument
H A DSBInstructionList.cpp136 bool SBInstructionList::GetDescription(lldb::SBStream &stream) { argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp81 StdlibCoroutineHandleSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
H A DLibStdcpp.cpp240 LibStdcppStringSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
296 LibStdcppWStringSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
430 LibStdcppSmartPointerSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp98 std::stringstream stream; local
/freebsd-current/sbin/ping/
H A Dmain.c216 pr_summary(FILE * restrict stream) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp142 uint16_t stream = descriptor.getModuleStreamIndex(); local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp50 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, function
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c55 z_stream stream; member in struct:private_data
[all...]
H A Darchive_write_add_filter_gzip.c62 z_stream stream; member in struct:private_data
[all...]
/freebsd-current/contrib/xz/src/liblzma/api/lzma/
H A Dindex.h125 } stream; member in struct:__anon18
/freebsd-current/contrib/wpa/src/utils/
H A Dos_win32.c219 int os_fdatasync(FILE *stream) argument
/freebsd-current/contrib/pnglite/
H A Dpnglite.c243 z_stream *stream; local
266 z_stream *stream = png->zs; local
287 z_stream *stream = png->zs; local
[all...]
/freebsd-current/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c104 static TLS Salsa20Random stream = { variable
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A De_des3.c34 } stream; member in struct:__anon3947
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp318 StreamString stream; local
/freebsd-current/contrib/ntp/libntp/lib/isc/include/isc/
H A Dlog.h120 FILE *stream; /*%< Initialized to NULL for #ISC_LOG_TOFILE. */ member in struct:isc_logfile
/freebsd-current/crypto/openssl/crypto/modes/
H A Docb128.c130 CRYPTO_ocb128_new(void *keyenc, void *keydec, block128_f encrypt, block128_f decrypt, ocb128_f stream) argument
151 CRYPTO_ocb128_init(OCB128_CONTEXT *ctx, void *keyenc, void *keydec, block128_f encrypt, block128_f decrypt, ocb128_f stream) argument
/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock-matchers.cc232 LogElementMatcherPairVec(const ElementMatcherPairs& pairs, ::std::ostream* stream) argument
/freebsd-current/libexec/atrun/
H A Datrun.c130 FILE *stream; local
194 stream=fopen(filename, "r"); local
/freebsd-current/usr.bin/morse/
H A Dmorse.c592 fdecode(FILE *stream) argument
/freebsd-current/sys/powerpc/powermac/
H A Ddbdma.c278 dbdma_insert_command(dbdma_channel_t *chan, int slot, int command, int stream, argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp33 NSStringSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &summary_options) argument
278 NSAttributedStringSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
307 NSMutableAttributedStringSummaryProvider( ValueObject &valobj, Stream &stream, const TypeSummaryOptions &options) argument
312 NSTaggedString_SummaryProvider( ValueObject &valobj, ObjCLanguageRuntime::ClassDescriptorSP descriptor, Stream &stream, const TypeSummaryOptions &summary_options) argument
[all...]

Completed in 530 milliseconds

12345678