Home
last modified time | relevance | path

Searched +refs:cc +refs:check +refs:defines (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm269 my $check = ref $pat eq 'CODE' ? $pat->($sys) : $sys =~ /^(${pat})$/;
270 next unless $check;
300 my $cc = $CC;
307 if ( ! $cc ) {
355 if ( ! $cc ) {
624 defines => [ 'L_ENDIAN' ] } ],
644 defines => [ 'L_ENDIAN' ] };
671 defines => [ 'B_ENDIAN' ],
684 defines => [ 'B_ENDIAN' ] } ],
686 defines => [ 'L_ENDIAN' ] } ],
[all …]
/freebsd/contrib/ldns/
H A Dacx_nlnetlabs.m417 # 2015-12-11 FLTO check for new OSX, clang.
18 # 2015-11-18 spelling check fix.
25 # 2013-05-03 Update W32_SLEEP for newer mingw that links but not defines it.
36 # 2011-06-23 Add ACX_CHECK_FLTO to check -flto.
38 # 2010-07-02 Add check for ss_family (for minix).
59 # ACX_CHECK_COMPILER_FLAG - see if cc supports a flag.
62 # ACX_DEPFLAG - find cc dependency flags.
64 # ACX_CHECK_FORMAT_ATTRIBUTE - find cc printf format syntax.
65 # ACX_CHECK_UNUSED_ATTRIBUTE - find cc variable unused syntax.
66 # ACX_CHECK_FLTO - see if cc supports -flto and use it if so.
[all …]
/freebsd/contrib/unbound/
H A Dacx_nlnetlabs.m46 # 2024-01-16 fix to add -l:libssp.a to -lcrypto link check.
7 # and check for getaddrinfo with only header.
8 # 2024-01-15 fix to add crypt32 to -lcrypto link check when checking for gdi32.
26 # 2015-12-11 FLTO check for new OSX, clang.
27 # 2015-11-18 spelling check fix.
34 # 2013-05-03 Update W32_SLEEP for newer mingw that links but not defines it.
45 # 2011-06-23 Add ACX_CHECK_FLTO to check -flto.
47 # 2010-07-02 Add check for ss_family (for minix).
68 # ACX_CHECK_COMPILER_FLAG - see if cc supports a flag.
71 # ACX_DEPFLAG - find cc dependency flags.
[all …]
H A Dax_pthread.m437 # has a nonstandard name, this macro defines PTHREAD_CREATE_JOINABLE to
100 # We used to check for pthread.h first, but this fails if pthread.h
104 # First of all, check if the user has set any of the PTHREAD_LIBS,
127 # We must check for the threads library under a number of different
144 # pthreads: AIX (must check this before -lpthread)
152 # doesn't hurt to check since this sometimes defines pthreads and
173 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
201 # so we could check for that, but who knows whether they'll stub
202 # that too in a future libc.) So we'll check first for the
309 # We check for pthread_join because it is in -lpthread on IRIX
[all …]
/freebsd/contrib/lutok/m4/
H A Dcompiler-features.m433 dnl The compiler check should be performed here, but it seems like Autoconf
53 dnl return and defines ATTRIBUTE_NORETURN to the appropriate string.
56 dnl This check is overly simple and should be fixed. For example,
57 dnl Sun's cc does support the noreturn attribute but CC (the C++
/freebsd/contrib/llvm-project/lld/docs/
H A Dmissingkeyfunction.rst6 foo.cc:28: error: undefined reference to 'vtable for C'
14 things as well) only in the translation unit that defines that key function. Thus,
71 waiting for a translation unit that defines ``A::bar``.
83 The solution in this case is to check your dependencies to make sure that
/freebsd/contrib/kyua/m4/
H A Dcompiler-features.m433 dnl return and defines ATTRIBUTE_NORETURN to the appropriate string.
36 dnl This check is overly simple and should be fixed. For example,
37 dnl Sun's cc does support the noreturn attribute but CC (the C++
/freebsd/sys/contrib/libsodium/m4/
H A Dax_pthread.m433 # has a nonstandard name, this macro defines PTHREAD_CREATE_JOINABLE to
95 # We used to check for pthread.h first, but this fails if pthread.h
99 # First of all, check if the user has set any of the PTHREAD_LIBS,
121 # We must check for the threads library under a number of different
136 # pthreads: AIX (must check this before -lpthread)
144 # doesn't hurt to check since this sometimes defines pthreads and
165 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
193 # so we could check for that, but who knows whether they'll stub
194 # that too in a future libc.) So we'll check first for the
363 # We check for pthread_join because it is in -lpthread on IRIX
[all …]
/freebsd/crypto/krb5/src/config/ac-archive/
H A Dax_pthread.m437 # has a nonstandard name, this macro defines PTHREAD_CREATE_JOINABLE to
100 # We used to check for pthread.h first, but this fails if pthread.h
104 # First of all, check if the user has set any of the PTHREAD_LIBS,
127 # We must check for the threads library under a number of different
144 # pthreads: AIX (must check this before -lpthread)
152 # doesn't hurt to check since this sometimes defines pthreads and
173 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
201 # so we could check for that, but who knows whether they'll stub
202 # that too in a future libc.) So we'll check first for the
309 # We check for pthread_join because it is in -lpthread on IRIX
[all …]
/freebsd/sys/contrib/openzfs/config/
H A Dhost-cpu-c-abi.m412 dnl Also defines __${HOST_CPU}__ and __${HOST_CPU_C_ABI}__ as C macros in
127 # defines __ARMEL__ vs. __ARMEB__.
133 # sets the preprocessor defines __ARM_PCS (for the first case) and
137 AC_TRY_COMMAND(${CC-cc} $CFLAGS $CPPFLAGS $gl_c_asm_opt conftest.c) >/dev/null 2>&1
149 # code. In the latter case, it defines _LP64 and __LP64__.
164 # 32-bit code. In the latter case, it defines _ILP32.
178 # We should also check for (_MIPS_SZPTR == 64), but gcc keeps this
221 # one and the ELFv2 one. The latter defines _CALL_ELF=2.
525 # code. In the latter case, it defines _LP64 and __LP64__.
540 # 32-bit code. In the latter case, it defines _ILP32.
[all …]
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m474 OL_MKDEP="${CC-cc}"
134 dnl OpenLDAP version of STDC header check w/ EBCDIC support
155 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
536 /* this check could be improved */
557 dnl defines ol_cv_pthread_version to 4, 5, 6, 7, 8, 10, depending on the
707 dnl defines ol_cv_header linux_threads to 'yes' or 'no'
738 dnl defines ol_cv_header linux_threads to 'yes' or 'no'
758 dnl defines ol_cv_sys_linux_threads to 'yes' or 'no'
964 dnl check no of arguments for ctime_r
993 dnl check return type of ctime_r()
[all …]
H A Dopenldap-thread-check.m41 dnl OpenLDAP Autoconf thread check
59 AC_CHECK_PROGS(CC,cc_r xlc_r cc)
61 if test "$CC" = cc ; then
220 dnl check for both, and thr_yield for Solaris
302 AC_MSG_ERROR([pthread_create is not usable, check environment settings])
422 dnl check for Mach CThreads
427 dnl check for cthreads support in current $LIBS
508 dnl check for SunOS5 LWP
532 dnl check for SunOS4 LWP
560 AC_MSG_WARN([thread defines and link options must be set manually])
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td9 // This file defines the target-independent interfaces with which targets
22 /// CCPredicateAction - Instances of this class check some predicate, then
193 class CCDelegateTo<CallingConv cc> : CCAction {
194 CallingConv CC = cc;
/freebsd/contrib/tnftp/
H A DChangeLog44 - Add the time.h headers to accheck_includes, for the strptime check.
45 - Remove the check for el_init in libedit; we're always replacing
87 - Add a check for strptime() requiring separators between
93 - Move IPv6 check from tnftp.h to configure.ac (as per tnftpd).
120 * Add autoconf check for (Dante) SOCKS5.
132 defines of LLONG_MIN and LLONG_MAX.
136 * Include <arpa/nameser.h> if available, and provide fallback #defines.
162 * Add check for struct sockaddr.sa_len.
202 require support for 'long long' in that check rather than
295 Fixes build issue on older Darwin where the previous autoconf check
[all …]
/freebsd/contrib/googletest/docs/
H A Dadvanced.md30 run into. Therefore, sometimes a user has to use `EXPECT_TRUE()` to check a
279 to check for preconditions of the system under test during runtime and skip
337 // AbslStringify overload is defined in the SAME namespace that defines Point.
378 // is defined in the SAME namespace that defines Point. C++'s look-up rules
546 defines macros to govern which regular expression it is using. The macros are:
625 your program will fail the heap check as the parent process will never see the
643 Note: If you want to put a series of test assertions in a subroutine to check
693 path/to/foo_test.cc:11: Failure
698 path/to/foo_test.cc:17: A
700 path/to/foo_test.cc:12: Failure
[all …]
/freebsd/crypto/openssh/
H A Dconfigure.ac30 AC_PROG_CC([cc gcc clang])
226 # that can overflow. We must check that the result of enabling it
674 AC_MSG_ERROR([*** must be able to specify blibpath on AIX - check config.log])
748 # Cygwin defines optargs, optargs as declspec(dllimport) for historical
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],
[all …]
/freebsd/sys/contrib/zlib/
H A DFAQ5 If your question is not there, please check the zlib home page
29 zero. For Visual Basic, check that this parameter is passed by reference
67 check that you don't have old files libz.* in /usr/lib, /usr/local/lib or
100 trying to install it, you may want to check if it's already there! If you
102 it. You can check the version at the top of zlib.h or with the
124 the C compiler (cc or gcc). You must recompile applications using zlib
143 faster integrity check than gzip.
173 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
H A DChangeLog57 - Don't compute check value for raw inflate if asked to validate
83 - Don't bother computing check value after successful inflateSync()
87 - Explicitly note that the 32-bit check values are 32 bits
104 - Check for cc masquerading as gcc or clang in configure
161 - Change check for a four-byte type back to hexadecimal
176 - Fix configure check for veracity of compiler error return codes
207 - Remove runtime check in configure for four-byte integer type
386 - Add test to configure for GNU C looking for gcc in output of $cc -v
405 - Add a check in configure for stdarg.h, use for gzprintf()
474 - Add check for shell to configure and invoke another shell if needed
[all …]
/freebsd/crypto/openssl/Configurations/
H A DREADME.md25 files. The Configure script does check that a config file doesn't
55 defines => As an alternative, macro definitions may be
65 cc => The C compiler command, usually one of "cc",
341 "target" => "{cc}:{cflags}:{unistd}:{thread_cflag}:{sys_id}:{lflags}:
665 These scripts are per platform family, to check the integrity of the
672 If the check succeeds, the script is expected to end with a non-zero
673 expression. If the check fails, the script can end with a zero, or
/freebsd/contrib/byacc/
H A Daclocal.m4263 : "${CC:=cc}"
315 dnl Derive the system name, as a check for reusing the autoconf cache.
349 dnl Check if the given compiler is really clang. clang's C driver defines
483 dnl ECHO_LD - symbol to prefix "cc -o" lines
484 dnl RULE_CC - symbol to put before implicit "cc -c" lines (e.g., .c.o)
485 dnl SHOW_CC - symbol to put before explicit "cc -c" lines
486 dnl ECHO_CC - symbol to put before any "cc" line
756 dnl If $with_ext_const is "yes", add a check for -Wwrite-strings
908 # With glibc 2.19 (13 years after this check was begun), _DEFAULT_SOURCE
1361 # only check the first directory in $MANPATH where we find manpages
[all …]
H A Dconfigure1255 set dummy ${ac_tool_prefix}cc; ac_word=$2
1290 set dummy cc; ac_word=$2
1329 set dummy cc; ac_word=$2
5422 /* The GNU C library defines stubs for functions which it implements
5602 /* The GNU C library defines stubs for functions which it implements
5656 check=`expr "$with_max_table_size" + 0`
5657 if test "x$check" != "x$with_max_table_size"
8455 rm -f conftest.defines conftest.undefs
8475 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
8476 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
[all …]
/freebsd/crypto/heimdal/
H A DChangeLog128 avoid dropping other defines for the library.
235 * lib/krb5/cache.c: allow returning the default cc-type.
245 the default cc name for a credential type.
317 * lib/krb5/get_in_tkt.c: check no server referral, don't use
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh116 complete cc \
149 n/*/f:*.{c,C,cc,o,a,s,i}/
150 complete g++ n/*/f:*.{C,cc,o,s,i}/
151 complete CC n/*/f:*.{C,cc,cpp,o,s,i}/
155 n/*/f:^*.{c,cc,C,h,in}/
288 p/1/"(admin cdc check clean comb deledit delget delta diffs edit enter \
362 'c/-/(body cc from subject help)/' \
363 'n,-cc,$mha,' \
391 …'c/-/(and or not lbrace rbrace cc date from search subject to othercomponent after before datefiel…
453 'c/-/(alias nocheck check draft draftfolder draftmessage nodraftfolder help)/' \
[all …]
/freebsd/contrib/sqlite3/autosetup/teaish/
H A Dcore.tcl252 => {Has a context-dependent meaning (autosetup defines --force for its
283 => {Disable the configure-time "vsatisfies" check on the target tclsh.}
440 use cc cc-db cc-shared cc-lib; # pkg-config
1615 if {[teaish-feature-cache-check $flags(-key) check]} {
1620 msg-result $flags(-msg-[expr {0 != ${check}}])
1622 return $check
/freebsd/contrib/ncurses/
H A DNEWS59 + build/bug-fix for check-size feature (reports by Sam James, Gabriele
64 + provide for padding in check-size feature, using new_prescr() to
81 + modify check-size feature to avoid using it in a pseudoterminal
92 + add configure check for MB_LEN_MAX, to provide warning as needed.
198 + amend fix for Debian #1055882, correcting nul terminator check in
206 + amend parameter check for entire string versus specific length in
243 + make the recent change to setupterm optional "--enable-check-size"
348 + improve parameter check in tparm_setup()
369 TERMINAL, and check if they are for a terminal, like SVr4.
414 + check return value of _nc_save_str(), in special case for tic where
[all …]

1234