Home
last modified time | relevance | path

Searched refs:open_memstream (Results 101 – 125 of 745) sorted by relevance

12345678910>>...30

/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/sanitizer_common/TestCases/Linux/
H A Dopen_memstream.cpp32 FILE *fp = open_memstream(&buf, &buf_len); in run()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dopen_memstream.cpp32 FILE *fp = open_memstream(&buf, &buf_len); in run()
/dports/mail/mailest/mailest-mailest-0.9.24/replace/
H A Dreplace.h18 FILE *open_memstream(char **, size_t *);
/dports/devel/hyperscan/hyperscan-5.4.0/tools/hsbench/
H A Dheapstats.cpp52 FILE *fstr = open_memstream(&fptr, &fsize); in getPeakHeap()
/dports/archivers/lrzip/lrzip-0.631/
H A DTODO4 relying on open_memstream so it works without temporary files on apple.
/dports/lang/swi-pl/swipl-8.2.3/packages/clib/
H A Dmallocinfo.c94 if ( (fp=open_memstream(&data, &len)) ) in pl_malloc_info()
/dports/security/uacme/uacme-upstream-1.7.1/
H A Dmsg.c52 FILE *f = open_memstream(&buf, &buf_size); in msg_hd()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/Cython/Includes/posix/
H A Dstdio.pxd19 FILE *open_memstream(char **, size_t *)
/dports/lang/cython/Cython-0.29.24/Cython/Includes/posix/
H A Dstdio.pxd19 FILE *open_memstream(char **, size_t *)
/dports/lang/cython/Cython-0.29.24/build/lib.dragonfly-6.3-DEVELOPMENT-x86_64-3.8/Cython/Includes/posix/
H A Dstdio.pxd19 FILE *open_memstream(char **, size_t *)
/dports/lang/cython/stage/usr/local/lib/python3.8/site-packages/Cython/Includes/posix/
H A Dstdio.pxd19 FILE *open_memstream(char **, size_t *)
/dports/lang/cython-devel/cython-2b1e743/Cython/Includes/posix/
H A Dstdio.pxd19 FILE *open_memstream(char **, size_t *)
/dports/devel/tinycbor/tinycbor-0.6.0/src/
H A Dopen_memstream.c91 FILE *open_memstream(char **bufptr, size_t *lenptr) in open_memstream() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/third_party/tinycbor/src/src/
H A Dopen_memstream.c91 FILE *open_memstream(char **bufptr, size_t *lenptr) in open_memstream() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_split.c68 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_split()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_split.c68 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_split()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_split.c68 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_split()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/ui/browsers/
H A Dheader.c102 FILE *fp = open_memstream(&ptr, &size); in tui__header_window()
/dports/math/py-libpoly/libpoly-0.1.11/src/upolynomial/
H A Doutput.c82 FILE* f = open_memstream(&str, &size); in lp_upolynomial_to_string()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/ui/browsers/
H A Dheader.c102 FILE *fp = open_memstream(&ptr, &size); in tui__header_window()
/dports/math/libpoly/libpoly-0.1.11/src/upolynomial/
H A Doutput.c82 FILE* f = open_memstream(&str, &size); in lp_upolynomial_to_string()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/
H A Dtest_debug.cc80 FILE *f = open_memstream(&data, &size); in UCS_TEST_F()
/dports/sysutils/mcelog/mcelog-178/
H A Dyellow.c46 FILE *f = open_memstream(&buf, &size); in cpulist()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/ui/browsers/
H A Dheader.c102 FILE *fp = open_memstream(&ptr, &size); in tui__header_window()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestPrintError.cpp23 AutoStreamBuffer() { fp = open_memstream(&buffer, &size); } in AutoStreamBuffer()

12345678910>>...30