Searched refs:jm_cv_func_working_malloc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/diffutils/dist/m4/ |
H A D | malloc.m4 | 15 AC_CACHE_CHECK([for working malloc], jm_cv_func_working_malloc, 24 jm_cv_func_working_malloc=yes, 25 jm_cv_func_working_malloc=no, 27 jm_cv_func_working_malloc=no) 29 if test $jm_cv_func_working_malloc = no; then
|
/netbsd-src/external/gpl2/grep/dist/ |
H A D | aclocal.m4 | 1774 AC_CACHE_CHECK([for working malloc], jm_cv_func_working_malloc, 1783 jm_cv_func_working_malloc=yes, 1784 jm_cv_func_working_malloc=no, 1786 jm_cv_func_working_malloc=no) 1788 if test $jm_cv_func_working_malloc = no; then
|
/netbsd-src/external/gpl2/diffutils/dist/ |
H A D | aclocal.m4 | 2816 AC_CACHE_CHECK([for working malloc], jm_cv_func_working_malloc, 2825 jm_cv_func_working_malloc=yes, 2826 jm_cv_func_working_malloc=no, 2828 jm_cv_func_working_malloc=no) 2830 if test $jm_cv_func_working_malloc = no; then
|