Lines Matching +refs:cc +refs:check +refs:sizeof

30 AC_PROG_CC([cc gcc clang])
226 # that can overflow. We must check that the result of enabling it
251 [[ char b[10]; memset(b, 0, sizeof(b)); ]])],
271 int func (int t) {char b[100]; snprintf(b,sizeof b,"%d",t); return t;}
275 snprintf(x, sizeof(x), "XXX%d", func(1));
284 int func (int t) {char b[100]; snprintf(b,sizeof b,"%d",t); return t;}
288 snprintf(x, sizeof(x), "XXX%d", func(1));
674 AC_MSG_ERROR([*** must be able to specify blibpath on AIX - check config.log])
838 [AC_MSG_ERROR([*** -lxnet needed on HP-UX - check config.log ***])])
1400 AC_MSG_ERROR([*** compiler cannot create working executables, check config.log ***])
1491 …AC_CHECK_HEADER([zlib.h], ,[AC_MSG_ERROR([*** zlib.h missing - please install first or check confi…
1505 AC_MSG_ERROR([*** zlib missing - please install first or check config.log ***])
1511 AC_ARG_WITH([zlib-version-check],
1512 [ --without-zlib-version-check Disable zlib version check],
1546 AC_MSG_ERROR([*** zlib too old - check config.log ***
1549 are sure this is the case, you can disable the check by running
1550 "./configure --without-zlib-version-check".
1684 exit(sizeof(d.d_name)<=sizeof(char));
2264 dnl check if we need -D_REENTRANT for localtime_r declaration.
2487 snprintf(z, sizeof z, "%zu%zu", a, b);
2540 # check that the fmt argument is const char * or just char *.
2638 memset(&hints, 0, sizeof(hints));
2654 sizeof(ntop), strport, sizeof(strport),
2707 memset(&hints, 0, sizeof(hints));
2723 sizeof(ntop), strport, sizeof(strport),
2909 AC_ARG_WITH([openssl-header-check],
2910 [ --without-openssl-header-check Disable OpenSSL version consistency check],
2936 [AC_MSG_ERROR([*** working libcrypto not found, check config.log])])
2938 [AC_MSG_ERROR([*** OpenSSL headers missing - please install first or check config.log ***])])
3063 # Sanity check OpenSSL headers
3082 If you are sure your installation is consistent, you can disable the check
3083 by running "./configure --without-openssl-header-check".
3333 memset(buf, 0, sizeof(buf));
3335 buf, sizeof(buf)) == NULL);
3391 # Now check for built-in security key support.
3766 # of select in userspace on top of poll() so check both work with rlimit
3767 # NOFILES so check that both work before enabling the rlimit sandbox.
3954 # Sanity check long long for some platforms (AIX)
3983 int l[sizeof(long long) * 8];
4019 /* Sanity check */
4406 dnl Now check for sin6_scope_id
5277 # check for /etc/default/login and use it if present.
5720 AC_MSG_WARN([Please check and edit blibpath in LDFLAGS in Makefile])