HomeSort by: relevance | last modified time | path
    Searched refs:ac_cv_sizeof_ino_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
configure 8626 if ${ac_cv_sizeof_ino_t+:} false; then :
8629 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (ino_t))" "ac_cv_sizeof_ino_t" "$ac_includes_default"; then :
8638 ac_cv_sizeof_ino_t=0
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_ino_t" >&5
8644 $as_echo "$ac_cv_sizeof_ino_t" >&6; }
8649 #define SIZEOF_INO_T $ac_cv_sizeof_ino_t
  /src/external/gpl3/gcc.old/dist/libcpp/
configure 6653 if ${ac_cv_sizeof_ino_t+:} false; then :
6656 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (ino_t))" "ac_cv_sizeof_ino_t" "$ac_includes_default"; then :
6665 ac_cv_sizeof_ino_t=0
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_ino_t" >&5
6671 $as_echo "$ac_cv_sizeof_ino_t" >&6; }
6676 #define SIZEOF_INO_T $ac_cv_sizeof_ino_t
  /src/external/gpl3/gcc.old/dist/gcc/
configure 6356 if ${ac_cv_sizeof_ino_t+:} false; then :
6359 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (ino_t))" "ac_cv_sizeof_ino_t" "$ac_includes_default"; then :
6368 ac_cv_sizeof_ino_t=0
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_ino_t" >&5
6374 $as_echo "$ac_cv_sizeof_ino_t" >&6; }
6379 #define SIZEOF_INO_T $ac_cv_sizeof_ino_t
6421 if test "$ac_cv_sizeof_ino_t" == "4" -a "$ac_cv_sizeof_dev_t" == 4; then
  /src/external/gpl3/gcc/dist/gcc/
configure 6413 if ${ac_cv_sizeof_ino_t+:} false; then :
6416 if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (ino_t))" "ac_cv_sizeof_ino_t" "$ac_includes_default"; then :
6425 ac_cv_sizeof_ino_t=0
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_ino_t" >&5
6431 $as_echo "$ac_cv_sizeof_ino_t" >&6; }
6436 #define SIZEOF_INO_T $ac_cv_sizeof_ino_t
6478 if test "$ac_cv_sizeof_ino_t" = "4" -a "$ac_cv_sizeof_dev_t" = 4; then
    [all...]

Completed in 94 milliseconds