Lines Matching +refs:cc +refs:check +refs:sizeof
1387 --disable-local-libpcap don't look for a local libpcap [default=check for a
2029 if (sizeof ($2))
2043 if (sizeof (($2)))
3122 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3144 ac_cv_prog_CC="${ac_tool_prefix}cc"
3167 # Extract the first word of "cc", so it can be a program name with args.
3190 if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3194 ac_cv_prog_CC="cc"
4618 /* libsmi available check */
5277 /* AF_INET6 available check */
5289 memset(addr, 0, sizeof (struct in6_addr));
5891 snprintf(buf, sizeof(buf), "%zu", sizeof(buf));
5892 if (strncmp(buf, "100", sizeof(buf)))
5895 snprintf(buf, sizeof(buf), "%zd", -sizeof(buf));
5896 if (strncmp(buf, "-100", sizeof(buf)))
5899 snprintf(buf, sizeof(buf), "%" PRId64, -t);
5900 if (strncmp(buf, "-4294967296", sizeof(buf)))
5903 snprintf(buf, sizeof(buf), "0o%" PRIo64, t);
5904 if (strncmp(buf, "0o40000000000", sizeof(buf)))
5907 snprintf(buf, sizeof(buf), "0x%" PRIx64, t);
5908 if (strncmp(buf, "0x100000000", sizeof(buf)))
5911 snprintf(buf, sizeof(buf), "%" PRIu64, t);
5912 if (strncmp(buf, "4294967296", sizeof(buf)))
7532 static int test_array [1 - 2 * !(sizeof (void *) <= sizeof ($ac_type))];