Home
last modified time | relevance | path

Searched refs:ac_cv_have_size_t_format (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/
Dconfigure15237 if ${ac_cv_have_size_t_format+:} false; then :
15241 ac_cv_have_size_t_format="cross -- assuming yes"
15284 ac_cv_have_size_t_format=yes
15286 ac_cv_have_size_t_format=no
15293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_size_t_format" >&5
15294 $as_echo "$ac_cv_have_size_t_format" >&6; }
15295 if test "$ac_cv_have_size_t_format" != no ; then
Dconfigure.ac4792 AC_CACHE_CHECK([for %zd printf() format support], ac_cv_have_size_t_format, [dnl
4829 [ac_cv_have_size_t_format=yes],
4830 [ac_cv_have_size_t_format=no],
4831 [ac_cv_have_size_t_format="cross -- assuming yes"
4833 if test "$ac_cv_have_size_t_format" != no ; then
/external/python/cpython3/
Dconfigure16664 if ${ac_cv_have_size_t_format+:} false; then :
16668 ac_cv_have_size_t_format="cross -- assuming yes"
16711 ac_cv_have_size_t_format=yes
16713 ac_cv_have_size_t_format=no
16720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_size_t_format" >&5
16721 $as_echo "$ac_cv_have_size_t_format" >&6; }
16722 if test "$ac_cv_have_size_t_format" != no ; then
Dconfigure.ac5332 AC_CACHE_CHECK([for %zd printf() format support], ac_cv_have_size_t_format, [dnl
5369 [ac_cv_have_size_t_format=yes],
5370 [ac_cv_have_size_t_format=no],
5371 [ac_cv_have_size_t_format="cross -- assuming yes"
5373 if test "$ac_cv_have_size_t_format" != no ; then