Lines Matching refs:fmemopen
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], ,
279 … [AC_MSG_WARN([Missing fmemopen, unit tests are likely to segfault. Try CC=clang.])])
294 dnl the fmemopen prototype is hidden causing the unit tests to segfault.
296 AC_CHECK_FUNC([fmemopen], ,
297 … [AC_MSG_WARN([Missing fmemopen, unit tests are likely to segfault. Try CC=clang.])])
313 dnl the fmemopen prototype is hidden causing the unit tests to segfault.
315 AC_CHECK_FUNC([fmemopen], ,
316 … [AC_MSG_ERROR([Missing fmemopen, unit tests are likely to segfault. Try CC=clang.])])
360 dnl the fmemopen prototype is hidden causing the unit tests to segfault.
362 AC_CHECK_FUNC([fmemopen], ,
363 … [AC_MSG_ERROR([Missing fmemopen, unit tests are likely to segfault. Try CC=clang.])])