Home
last modified time | relevance | path

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

/external/tlsdate/
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], ,
220 … [AC_MSG_WARN([Missing fmemopen, unit tests are likely to segfault. Try CC=clang.])])
240 dnl the fmemopen prototype is hidden causing the unit tests to segfault.
242 AC_CHECK_FUNC([fmemopen], ,
243 … [AC_MSG_ERROR([Missing fmemopen, unit tests are likely to segfault. Try CC=clang.])])
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], ,
[all …]
/external/tlsdate/src/common/
Dfmemopen.h6 FILE *fmemopen(void *, size_t, const char *);
Dfmemopen-funopen.c134 fmemopen(void *buffer, size_t len, const char *mode) in fmemopen() function
Dfmemopen.c162 fmemopen(void * __restrict buf, size_t size, const char * __restrict mode) in fmemopen() function
/external/tlsdate/src/
Dinclude.am27 src_conf_unittest_SOURCES+= src/common/fmemopen.c
65 src_conf_unittest_SOURCES+= src/common/fmemopen-funopen.c
79 src_conf_unittest_SOURCES+= src/common/fmemopen.c
255 src_conf_unittest_SOURCES+= src/common/fmemopen-funopen.c
286 src_proxy_bio_unittest_SOURCES+= src/common/fmemopen.c
Dconf-unittest.c27 return fmemopen ( (char *) str, strlen (str), "r"); in fopenstr()
/external/selinux/libsemanage/
DChangeLog140 * Replace usage of fmemopen() with sepol_policy_file_set_mem() since
141 glibc < 2.9 does not support binary mode ('b') for fmemopen'd
/external/valgrind/docs/internals/
D3_0_BUGSTATUS.txt50 110204 fmemopen false +ve
/external/selinux/libsepol/
DChangeLog26 * Replace fmemopen() with internal function in libsepol, from James Carter.
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4868 INTERCEPTOR(__sanitizer_FILE *, fmemopen, void *buf, SIZE_T size,
4871 COMMON_INTERCEPTOR_ENTER(ctx, fmemopen, buf, size, mode);
4875 __sanitizer_FILE *res = REAL(fmemopen)(buf, size, mode);
4882 COMMON_INTERCEPT_FUNCTION(fmemopen);
/external/elfutils/src/
Dldgeneric.c1750 ldin = fmemopen (content, contentsize, "r"); in open_elf()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1743 fun:fmemopen=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym355 PUBLIC 6d6a0 0 fmemopen