Home
last modified time | relevance | path

Searched refs:ac_scanf_can_malloc (Results 1 – 2 of 2) sorted by relevance

/external/genext2fs/m4/
Dac_func_scanf_can_malloc.m412 AC_CACHE_CHECK([whether scanf can malloc], [ac_scanf_can_malloc],
39 [ac_scanf_can_malloc=yes],
40 [ac_scanf_can_malloc=no],
43 *-*-linux* ) ac_scanf_can_malloc=yes ;;
44 *-*-solaris* ) ac_scanf_can_malloc=no ;;
45 *-*-darwin* ) ac_scanf_can_malloc=no ;;
46 * ) ac_scanf_can_malloc=no ;;
50 if test x$ac_scanf_can_malloc = "xyes"; then
/external/genext2fs/
Dconfigure5810 *-*-linux* ) ac_scanf_can_malloc=yes ;;
5811 *-*-solaris* ) ac_scanf_can_malloc=no ;;
5812 *-*-darwin* ) ac_scanf_can_malloc=no ;;
5813 * ) ac_scanf_can_malloc=no ;;