Home
last modified time | relevance | path

Searched refs:fmemopen (Results 1 – 25 of 830) sorted by relevance

12345678910>>...34

/dports/security/sslproxy/SSLproxy-0.9.2/tests/check/
H A Dfilterstruct.t.c83 f = fmemopen(s, strlen(s), "r"); in START_TEST()
89 f = fmemopen(s, strlen(s), "r"); in START_TEST()
95 f = fmemopen(s, strlen(s), "r"); in START_TEST()
101 f = fmemopen(s, strlen(s), "r"); in START_TEST()
107 f = fmemopen(s, strlen(s), "r"); in START_TEST()
114 f = fmemopen(s, strlen(s), "r"); in START_TEST()
120 f = fmemopen(s, strlen(s), "r"); in START_TEST()
126 f = fmemopen(s, strlen(s), "r"); in START_TEST()
132 f = fmemopen(s, strlen(s), "r"); in START_TEST()
138 f = fmemopen(s, strlen(s), "r"); in START_TEST()
[all …]
/dports/math/py-pyhull/pyhull-2015.2.1/src/fmemopen/
H A DREADME.md1 fmemopen for Mac OS and iOS
4 …n-tesseract](https://github.com/ingenuitas/python-tesseract/blob/master/fmemopen.c). Ported by Jef…
6 From the fmemopen man page:
8 > FILE *fmemopen(void *buf, size_t size, const char *mode);
10 > The fmemopen() function opens a stream that permits the access specified by mode. The stream
27 fmemopen.c provides a simple implementation of fmemopen using funopen so that you can create FILE
33 Drag fmemopen.h and fmemopen.c to your project and add them to your target. `#include "fmemopen.h"`
34 wherever you need to use `fmemopen`.
40 #import "fmemopen.h"
42 NSString* string = @"fmemopen in Objective-C";
[all …]
H A Dfmemopen.h46 FILE *fmemopen(void *buf, size_t size, const char *mode);
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dfmemopen.texi1 @node fmemopen
2 @section @code{fmemopen}
3 @findex fmemopen
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dfmemopen.texi1 @node fmemopen
2 @section @code{fmemopen}
3 @findex fmemopen
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fmemopen.htm…
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/stdio/c/sccz80/
H A Dfmemopen.asm2 ; FILE *fmemopen(void *buf, size_t size, const char *mode)
7 PUBLIC fmemopen
11 fmemopen: label
/dports/misc/vifm/vifm-0.11/tests/misc/
H A Dintegration.c49 curr_stats.original_stdout = fmemopen(out_buf, sizeof(out_buf), "w"); in TEST()
66 curr_stats.original_stdout = fmemopen(out_buf, sizeof(out_buf), "w"); in TEST()
88 curr_stats.original_stdout = fmemopen(out_buf, sizeof(out_buf), "w"); in TEST()
110 curr_stats.original_stdout = fmemopen(out_buf, sizeof(out_buf), "w"); in TEST()
142 curr_stats.original_stdout = fmemopen(out_buf, sizeof(out_buf), "w"); in TEST()
177 curr_stats.original_stdout = fmemopen(out_buf, sizeof(out_buf), "w"); in TEST()
/dports/games/ecwolf/ecwolf-1.3.3-src/tools/patchutil/
H A Dbspatch.c43 #define fmemopen fmemopen_wrapper macro
94 if ((f = fmemopen((void*)data, dataSize, "rb")) == NULL) in patch()
132 if ((cpf = fmemopen((void*)data, dataSize, "rb")) == NULL) in patch()
139 if ((dpf = fmemopen((void*)data, dataSize, "rb")) == NULL) in patch()
146 if ((epf = fmemopen((void*)data, dataSize, "rb")) == NULL) in patch()
/dports/audio/opustags/opustags-1.6.0/t/
H A Dcli.cc14 ot::file input = fmemopen((char*) txt.data(), txt.size(), "r"); in check_read_comments()
24 ot::file input = fmemopen((char*) txt.data(), txt.size(), "r"); in check_read_comments()
31 ot::file input = fmemopen((char*) txt.data(), txt.size(), "r"); in check_read_comments()
40 ot::file input = fmemopen((char*) txt.data(), txt.size(), "r"); in check_read_comments()
68 ot::file input = fmemopen((char*) txt.data(), txt.size(), "r"); in check_good_arguments()
113 ot::file input = fmemopen((char*) txt.data(), txt.size(), "r"); in check_bad_arguments()
H A Dogg.cc73 ot::file output = fmemopen(my_ogg.data(), my_ogg.size(), "w"); in check_memory_ogg()
89 ot::file input = fmemopen(my_ogg.data(), my_ogg_size, "r"); in check_memory_ogg()
122 ot::file input = fmemopen((void*) err_msg, 20, "r"); in check_bad_stream()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dmemfs.c97 static FILE* fmemopen(const char* buffer, size_t size, const char* mode){ in fmemopen() function
115 static FILE *fmemopen(void* buffer, size_t size, const char* mode) { in fmemopen() function
156 static FILE *fmemopen(void* buffer, size_t size, const char* mode) { in fmemopen() function
200 return fmemopen((void*)mem, size, "r"); in codes_memfs_open()
/dports/graphics/jp2a/jp2a-1.1.1/src/
H A Djp2a.c97 FILE *buffer_f = fmemopen(buffer, actual_size, "rb"); in main()
99 HANDLE handle = fmemopen(buffer, actual_size, "rb"); in main()
134 FILE *buffer_f = fmemopen(buffer, actual_size, "rb"); in main()
136 HANDLE handle = fmemopen(buffer, actual_size, "rb"); in main()
231 HANDLE fmemopen(void *buf, size_t size, const char *mode) { in fmemopen() function
/dports/sysutils/tlsdate/tlsdate-tlsdate-0.0.13/
H A Dconfigure.ac194 AC_CHECK_FUNCS([fmemopen funopen])
217 dnl the fmemopen prototype is hidden causing the unit tests to segfault.
219 AC_CHECK_FUNC([fmemopen], ,
240 dnl the fmemopen prototype is hidden causing the unit tests to segfault.
242 AC_CHECK_FUNC([fmemopen], ,
259 AC_MSG_ERROR([We need fmemopen or funopen for unit tests.])
276 dnl the fmemopen prototype is hidden causing the unit tests to segfault.
278 AC_CHECK_FUNC([fmemopen], ,
296 AC_CHECK_FUNC([fmemopen], ,
315 AC_CHECK_FUNC([fmemopen], ,
[all …]
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/add-contextual-data/tests/
H A Dtest_context_info_db.c219 FILE *fp = fmemopen(csv_content, strlen(csv_content), "r"); in _assert_import_csv_with_single_selector()
262 FILE *fp = fmemopen(csv_content, sizeof(csv_content), "r"); in Test()
341 FILE *fp = fmemopen(csv_content, strlen(csv_content), "r"); in Test()
363 FILE *fp = fmemopen(csv_content, strlen(csv_content), "r"); in Test()
429 FILE *fp = fmemopen(csv_content, sizeof(csv_content), "r"); in ParameterizedTest()
451 FILE *fp = fmemopen(csv_content, strlen(csv_content), "r"); in Test()
474 FILE *fp = fmemopen(csv_content, strlen(csv_content), "r"); in Test()
501 FILE *fp = fmemopen(csv_content, sizeof(csv_content), "r"); in Test()
/dports/devel/libconfuse/confuse-3.3/src/
H A Dfmemopen.c104 FILE *fmemopen(void *buf, size_t len, const char *type) in fmemopen() function
124 FILE *fmemopen(void *buf, size_t len, const char *type) in fmemopen() function
156 #error Sorry, this platform currently has no fmemopen() replacement.
H A DMakefile.in92 @MISSING_FMEMOPEN_TRUE@am__append_1 = fmemopen.c
143 am__libconfuse_la_SOURCES_DIST = confuse.c compat.h lexer.l fmemopen.c \
145 @MISSING_FMEMOPEN_TRUE@am__objects_1 = libconfuse_la-fmemopen.lo
174 ./$(DEPDIR)/libconfuse_la-fmemopen.Plo \
/dports/devel/libconfuse/confuse-3.3/tests/
H A Dempty_string.c6 extern FILE *fmemopen(void *buf, size_t size, const char *type);
26 f = fmemopen(buf, sizeof(buf), "w+"); in main()
H A Dprint_filter.c40 f = fmemopen(buf, sizeof(buf), "w+"); in main()
50 f = fmemopen(buf, sizeof(buf), "w+"); in main()
/dports/devel/autogen/autogen-5.18.16/agen5/
H A Dmk-stamps.sh260 ${GDexe} templ=agman3.tpl linenum output=fmemopen.def ${srcdir}/fmemopen.c
261 run_ag fmem fmemopen.def
350 fmemopen.3 )
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucs/
H A Dtest_stats_filter.cc183 FILE *f = fmemopen(&data[0], data.size(), "rb"); in UCS_TEST_F()
227 FILE *f = fmemopen(&data[0], data.size(), "rb"); in UCS_TEST_F()
261 FILE *f = fmemopen(&data[0], data.size(), "rb"); in UCS_TEST_F()
/dports/math/brial/BRiAl-1.2.10/libbrial/src/
H A DBoolePolyRing.cc104 #if !defined(__GNUC__) && !defined(fmemopen)
105 FILE *fmemopen (void *buf, size_t size, const char *opentype) in fmemopen() function
/dports/math/py-brial/BRiAl-1.2.10/libbrial/src/
H A DBoolePolyRing.cc104 #if !defined(__GNUC__) && !defined(fmemopen)
105 FILE *fmemopen (void *buf, size_t size, const char *opentype) in fmemopen() function
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/cpp-unit-tests/
H A DIcedTeaPluginUtilsTest.cc193 stdout = fmemopen (buf1, strlen (buf1), "rw"); in TEST()
194 stderr = fmemopen (buf2, strlen (buf2), "rw"); in TEST()
235 stdout = fmemopen (buf1, strlen (buf1), "rw"); in doDebugErrorRun()
236 stderr = fmemopen (buf2, strlen (buf2), "rw"); in doDebugErrorRun()
/dports/sysutils/tlsdate/tlsdate-tlsdate-0.0.13/src/common/
H A Dfmemopen.h6 FILE *fmemopen(void *, size_t, const char *);
H A Dandroid.h25 FILE *fmemopen(void *buf, size_t size, const char *mode);

12345678910>>...34