Searched refs:fmemopen (Results 1 – 13 of 13) sorted by relevance
/external/tlsdate/ |
D | configure.ac | 194 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/ |
D | fmemopen.h | 6 FILE *fmemopen(void *, size_t, const char *);
|
D | fmemopen-funopen.c | 134 fmemopen(void *buffer, size_t len, const char *mode) in fmemopen() function
|
D | fmemopen.c | 162 fmemopen(void * __restrict buf, size_t size, const char * __restrict mode) in fmemopen() function
|
/external/tlsdate/src/ |
D | include.am | 27 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
|
D | conf-unittest.c | 27 return fmemopen ( (char *) str, strlen (str), "r"); in fopenstr()
|
/external/selinux/libsemanage/ |
D | ChangeLog | 140 * 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/ |
D | 3_0_BUGSTATUS.txt | 50 110204 fmemopen false +ve
|
/external/selinux/libsepol/ |
D | ChangeLog | 26 * Replace fmemopen() with internal function in libsepol, from James Carter.
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4868 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/ |
D | ldgeneric.c | 1750 ldin = fmemopen (content, contentsize, "r"); in open_elf()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1743 fun:fmemopen=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 355 PUBLIC 6d6a0 0 fmemopen
|