Lines Matching refs:sizeof

2247 if (sizeof ($2))
2261 if (sizeof (($2)))
2624 if (sizeof ac_aggr.$3)
3120 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
3172 _Static_assert (sizeof (int) <= sizeof (long int),
11025 # ANSI C requires sizeof(char) == 1, so no need to check it
11028 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11036 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"
11043 as_fn_error 77 "cannot compute sizeof (int)
11061 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11069 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"
11076 as_fn_error 77 "cannot compute sizeof (long)
11126 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11134 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"
11141 as_fn_error 77 "cannot compute sizeof (long long)
11159 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11167 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"
11174 as_fn_error 77 "cannot compute sizeof (void *)
11192 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11200 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"
11207 as_fn_error 77 "cannot compute sizeof (short)
11225 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11233 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (float))" "ac_cv_sizeof_float" "$ac_includes_default"
11240 as_fn_error 77 "cannot compute sizeof (float)
11258 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11266 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (double))" "ac_cv_sizeof_double" "$ac_includes_default"
11273 as_fn_error 77 "cannot compute sizeof (double)
11291 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11299 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (fpos_t))" "ac_cv_sizeof_fpos_t" "$ac_includes_default"
11306 as_fn_error 77 "cannot compute sizeof (fpos_t)
11324 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11332 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (size_t))" "ac_cv_sizeof_size_t" "$ac_includes_default"
11339 as_fn_error 77 "cannot compute sizeof (size_t)
11389 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11397 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (pid_t))" "ac_cv_sizeof_pid_t" "$ac_includes_default"
11404 as_fn_error 77 "cannot compute sizeof (pid_t)
11422 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11430 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (uintptr_t))" "ac_cv_sizeof_uintptr_t" "$ac_includes_default"
11437 as_fn_error 77 "cannot compute sizeof (uintptr_t)
11466 /* The Stardent Vistra knows sizeof (long double), but does
11473 sizeof (double) <= sizeof (long double))];
11500 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11508 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long double))" "ac_cv_sizeof_long_double" "$ac_includes_default"
11515 as_fn_error 77 "cannot compute sizeof (long double)
11534 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11542 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (_Bool))" "ac_cv_sizeof__Bool" "$ac_includes_default"
11549 as_fn_error 77 "cannot compute sizeof (_Bool)
11568 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11576 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "
11588 as_fn_error 77 "cannot compute sizeof (off_t)
11638 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11646 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (time_t))" "ac_cv_sizeof_time_t" "
11661 as_fn_error 77 "cannot compute sizeof (time_t)
11724 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11732 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (pthread_t))" "ac_cv_sizeof_pthread_t" "
11744 as_fn_error 77 "cannot compute sizeof (pthread_t)
11767 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11775 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (pthread_key_t))" "ac_cv_sizeof_pthread_key_t" "#include <pthread.h>
11783 as_fn_error 77 "cannot compute sizeof (pthread_key_t)
11884 if (sizeof(long) == 4) {
21417 memset(&hints, 0, sizeof(hints));
21430 straddr, sizeof(straddr), strport, sizeof(strport),
22991 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
22999 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (wchar_t))" "ac_cv_sizeof_wchar_t" "#include <wchar.h>
23007 as_fn_error 77 "cannot compute sizeof (wchar_t)
23293 char c[sizeof (long int)];
23296 return u.c[sizeof (long int) - 1] == 1;
25437 const size_t buflen = sizeof(buffer);
25486 const size_t buflen = sizeof(buffer);